🔎
AB-104
Blog Article OpenGraph Type
What it means
Blog and article pages declare og:type=article in their OpenGraph meta tags.
Why it matters
Search engines and social platforms use og:type to correctly categorize and display article content.
✗
What's wrong
Blog post page has no og:type meta tag or sets og:type to 'website' instead of 'article'.
✓
What's right
<meta property="og:type" content="article"> in the HTML head of /blog/my-post.
Check this rule on your site
Enter your URL to check just this one rule (AB-001).