- Methodology
- Parameters
- Page Metadata
Page Metadata
stableCategory: discovery · Methodology v4.5
AI systems and search engines read your page's <head> metadata before anything else, and this parameter checks that the essential pieces are there.
Signal Source
- Source
https://{domain}- Kind
- html_dom
Score Bands
| Verdict | Condition |
|---|---|
| Pass | four or five of the five essential meta elements are present — <title>, a meta description, og:title, og:description, and a canonical link |
| Partial | one to three of the five essential meta elements are present |
| Fail | none of the five essential meta elements are present |
Description
What this parameter measures
AI systems and search engines read your page's <head> metadata before anything else, and this parameter checks that the essential pieces are there. friendly4AI looks for five specific elements: a <title> tag, a <meta name="description"> tag, an Open Graph og:title, an Open Graph og:description, and a <link rel="canonical">. It counts how many of the five are present using a lightweight string match and scores on that count.
Why it matters for AI-readiness
Metadata is the compact summary AI engines use to label, preview, and disambiguate your page before they parse the body. A clear <title> and meta description give crawlers a reliable headline and abstract; og:title and og:description control how the page renders when shared or quoted; the canonical link tells engines which URL is authoritative, preventing duplicate-content confusion. Complete metadata makes your page easier to index, preview, and cite accurately.
How we score it
Under the v4.4 methodology, this Discovery parameter is a five-tier count of the five essential elements, collapsed in the published rubric into Pass, Partial, and Fail. The full gradient is: all five present scores 100, four of five scores 75, three of five scores 50, one or two scores 25, and none scores 0. A page passes when four or five elements are present (the 75 and 100 tiers), so most of the metadata is in place. It earns a partial when one to three elements are present (the 25 and 50 tiers): some metadata exists but key pieces are missing. It fails only when none of the five elements is found. Each element counts equally, so adding any missing one moves the count up by exactly one tier.
How to fix common issues
- Add a unique, descriptive
<title>tag to every page — it is the single most important metadata element. - Add a
<meta name="description">with a concise, accurate summary of the page. - Add Open Graph tags
og:titleandog:descriptionso shared and quoted previews render correctly. - Add a
<link rel="canonical">pointing to the page's authoritative URL to avoid duplicate-content ambiguity. - Aim for all five elements to reach the top tier; four of five already passes, but completeness is the safer target.
- Re-scan after editing the
<head>to confirm each element is detected.
Version History
- Introduced
- v4.0
- Last changed
- v4.4
Key takeaways
- Signal: https://{domain}
- Category: Discovery & Metadata
- Passes when: four or five of the five essential meta elements are present — <title>, a met…