og:type set and appropriate
What it checks
AI agents use og:type to classify page content as either a website, article, product, or other entity type. Without it, agents default to treating the page as generic content, missing opportunities for type-specific handling like article freshness scoring.
Why it matters
Open Graph consumers read og:type to decide which object vocabulary applies to the page — article, website, product, video.* and so on. That choice decides which additional properties they look for and render. A page declaring the wrong type is interpreted as the wrong kind of object.
Evidence
- The Open Graph protocol lists
og:typeamong the four required basic properties and ties it to further requirements: “The type of your object, e.g., ‘video.movie’. Depending on the type you specify, other properties may also be required.” — ogp.me (verified 2026-08-21) - The protocol defines the type vocabulary the audit should validate against (
article,book,profile,website,music.*,video.*) — ogp.me (verified 2026-08-21) - Meta’s webmaster guide lists
og:typeamong the tags to add to “improve distribution of your content”, alongside the core four read byfacebookexternalhit/1.1— developers.facebook.com/…/webmasters (verified 2026-08-21)
Limits
The audit’s stated mechanism — that AI agents apply “article freshness scoring” or recency weighting keyed on og:type="article" — has no source. OpenAI’s crawler documentation mentions no HTML metadata — developers.openai.com/…/bots (verified 2026-08-21). Google’s AI-features page describes query fan-out and snippet controls, with no reference to Open Graph — developers.google.com/…/ai-features (verified 2026-08-21); and og:* properties are absent from Google’s supported-meta-tags list — developers.google.com/…/special-tags (verified 2026-08-21). Where an engine does consume content typing, the documented vehicle is schema.org structured data (e.g. Article with datePublished), not og:type — developers.google.com/…/article (verified 2026-08-21).
The B grade covers presence of a valid OGP type only. The “appropriate” half of this audit is URL-substring blog detection, warning on non-article values. No source supports it, and per the review findings above it is effectively dead code in production.
How it scores
og:type is one of the four required properties in the de-facto Open Graph protocol, and adoption is enormous. Meta names it as a tag that changes distribution handling. But the type-selects-behavior effect is documented only in spec terms, and no vendor documents the value-appropriateness effect this audit actually scores.
Sources
- The Open Graph protocol — Open Graph protocol (originated at Facebook), Open Web Foundation Agreement v0.9, spec (verified 2026-08-21)
- Open Graph protocol — types — Open Graph protocol, spec (verified 2026-08-21)
- Meta — sharing webmaster guide — Meta, vendor-doc (verified 2026-08-21)
- OpenAI crawlers and user agents — OpenAI, vendor-doc (verified 2026-08-21)
- AI features and your website — Google Search Central, vendor-doc (verified 2026-08-21)
- Meta tags and HTML attributes that Google supports — Google Search Central, vendor-doc (verified 2026-08-21)
- Article (Article, NewsArticle, BlogPosting) Structured Data — Google Search Central, vendor-doc (verified 2026-08-21)