Meta Completeness
meta-completeness
What this datapoint measures
Presence and adequacy of standard metadata fields on the brand’s pages — title, meta description, canonical URL, language declaration, viewport, robots directives, Open Graph tags, Twitter card tags, charset declaration. Whether each page provides the metadata fields AI systems and crawlers expect and whether those fields are completed substantively.
Metadata is the metadata. It is not where the page’s primary value is, but its absence or incompleteness signals to AI systems that the page is not optimized for machine consumption. A page with a generic auto-generated title and no meta description is a page the AI may fail to parse correctly or may discount in retrieval.
What high looks like
- Every page has a unique, descriptive title element
- Every page has a meta description that summarizes the page’s content
- Canonical URL is declared on every page and matches the page’s actual canonical
- Language declaration (
<html lang="...">) matches the page’s content language - Viewport meta is declared correctly for mobile responsiveness
- Robots meta is set deliberately (not absent, which can be ambiguous)
- Open Graph tags (og:title, og:description, og:image, og:type, og:url) present
- Twitter card tags present where applicable
- Charset declaration present and set to utf-8
What low looks like
- Page titles duplicate across many pages (e.g., the brand name only, repeated on every page)
- Meta descriptions duplicate, missing, or auto-generated from page content
- Canonical URLs missing or set to the same URL across multiple distinct pages
- Language declaration absent or incorrect
- Open Graph tags partial (some present, others missing)
- Robots meta absent
What at floor looks like
A brand at floor on meta-completeness has missing or duplicated titles, missing meta descriptions, absent or incorrect canonicals, and inconsistent metadata across pages. This is common at AS ≈ 0 and is often invisible to brand stakeholders because metadata is rarely surfaced in the user-facing experience.
The path off floor is straightforward and high-leverage: implement template-level metadata generation that produces unique titles and descriptions per page, declares canonicals correctly, and includes the standard Open Graph and Twitter card tags. This work is typically scoped within O-4 and produces measurable lift quickly.
What affects this datapoint
- Presence of title element
- Uniqueness and descriptiveness of titles across the site
- Presence and substance of meta descriptions
- Correctness of canonical URLs
- Language declarations matching content
- Presence of viewport, charset, robots, Open Graph, and Twitter card tags
OMG actions that influence this datapoint
| Action | Influence |
|---|---|
| O-4 Technical Infrastructure, Performance & International Foundation | Direct, primary. Metadata template work is a core deliverable of O-4. |
| O-6 Content Audit & Baseline Optimization | Substantial. Content audit work surfaces metadata gaps and inconsistencies that are remedied as part of the audit. |
| M-2 Answer-First Content Architecture | Indirect. M-2 work creates new content that uses current metadata templates; updates to templates flow to new content. |
Multilingual considerations
For multilingual brands, meta-completeness has language-specific requirements:
<html lang="...">must match the page’s actual content language using BCP 47 codes (en,id,ja,ko,zh-Hantfor Traditional Chinese)- Title and meta description should be in the page’s content language, not in English with localized content
- Open Graph tags should use the page’s content language
og:localeshould be declared per page (e.g.,ja_JPfor Japanese)- For sites with multiple language variants, hreflang tags (separate datapoint: hreflang-implementation) reference the alternate language URLs
A common failure mode in multilingual sites is metadata in English on non-English pages. The page content is correctly in Japanese, but the title and description are still in English because the metadata template was not localized. This produces a measurable degradation on non-English pages.
Common failure modes
- Title duplication across all pages (homepage title used as default; never overridden)
- Meta descriptions auto-generated by truncating page content; produces poor descriptions
- Canonical URLs hardcoded to homepage URL on every page (a setup error that destroys SEO and AI parsing)
- Multiple canonical declarations on the same page (conflicting signals)
- Open Graph image tag pointing to a non-existent or inaccessible image
- Charset declared as
iso-8859-1(legacy) on pages with multibyte content
Diagnostic interpretation
Meta-completeness at floor with all V1.1 datapoints at floor indicates a brand that has not done foundational Optimize work. Broad O-4 and O-5 work is needed.
Meta-completeness at floor with reasonable scores on other V1.1 datapoints indicates a brand that has done some structured-data work but neglected basic metadata. This pattern is common in brands that hired SEO consultants for schema work but never completed the basics. O-4 is the remedy.
Meta-completeness at high with semantic-html at low indicates a brand with strong metadata practices but weak HTML structure. The brand has likely focused on SEO basics (which heavily emphasize metadata) without semantic HTML discipline. O-4 template work to lift semantic-html follows.