Hello,
I’ve moved my blog from Wordpress to Jekyll and GitHub pages. I’ve set the same meta as in my old blog but I’m getting the “No metatags found” message.
Here is my url: https://stefanprodan.com
Head:
<meta charset="utf-8">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@stefanprodan"/>
<meta name="twitter:creator" content="@stefanprodan"/>
<meta name="twitter:title" content="Stefan Prodan"/>
<meta name="twitter:description" content="Co-Founder of Veritech Solutions. Passionate about software architecture, domain driven design and DevOps. Loves programming in .NET, JS and Go"/>
<meta name="twitter:image" content="https://stefanprodan.com/images/card.jpg"/>
<meta name="twitter:url" content="https://stefanprodan.com/"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="article"/>
<meta property="og:title" content="Stefan Prodan"/>
<meta property="og:description" content="Co-Founder of Veritech Solutions. Passionate about software architecture, domain driven design and DevOps. Loves programming in .NET, JS and Go"/>
<meta property="og:image" content="https://stefanprodan.com/images/card.jpg"/>
<meta property="og:url" content="https://stefanprodan.com/"/>
I’ve tried removing og tags and robots.txt is not blocking the bot.
The only difference from my old blog is that I enforced HTTPS using a CloudFlare redirect rule.