03
Content Signals
8 items
High impact
Title tag: 6+ descriptive words
The single most weighted AI content signal (10/100). "Welcome to Acme" scores
near zero. "AI-powered GEO platform for website AI visibility" scores full. The title is the
first thing AI reads and anchors everything else.
Count the words. If under 6, rewrite to include what you do, who for, and the
key differentiator.
High impact
Meta description: 12+ specific words
For JS-heavy sites, the meta description may be the only text AI reliably
reads — it must work standalone. Write it as a one-sentence company profile: who you are, what
you do, who you serve, what problem you solve. Avoid vague superlatives.
Test: read your meta description to a stranger with no context. Can they
explain what you do in one sentence? If not, rewrite.
High impact
Hero section: 40+ words in static HTML
Hero text is the highest-weighted content signal (12/100). If your hero is
JS-rendered, AI sees zero here. Test with curl -A "GPTBot" to verify hero text appears in raw
HTML. Aim for 40+ words covering what you do, who it's for, and a concrete value claim.
If hero is JS-rendered: implement SSR, or ensure the meta description and
title carry the full message alone.
High impact
Original statistics: 5+ quantified claims
Original data is the single highest-leverage citation signal across all AI
platforms. Publish numbers nobody else has — your own benchmarks, analysis, or research. Even
small-scale data ("we analyzed 50 sites and found X") gets cited because AI can't get it
elsewhere.
Count the specific numbers on your page (percentages, counts, measurements).
Under 5 means add more data-backed claims.
Medium impact
FAQ headings: 3+ question-format H2/H3s
Question-format headings (H2/H3s that start with "What", "How", "Why",
"Does", "Can") map directly to how AI synthesizes answers. Pages with 3+ FAQ headings get
substantially more AI extraction attempts than equivalent pages with statement headings.
Audit your page headings. Convert at least 3 statement headings to question
format on key pages.
Medium impact
Heading hierarchy: H1 → H2 → H3
Clear heading hierarchy (one H1, multiple H2s, H3s under H2s) signals
organized, authoritative content. Brandioz measures H2 count per 100 words of paragraph content
— sweet spot is 1–4 H2s per 100 words.
Check for multiple H1s (common on JS sites), skipped heading levels, and
heading count ratio.
Medium impact
Author and freshness signals
Author signals (bylines, author schema, author page links) and freshness
signals (<time> tags, article dates) each contribute 4/100 to the AI content score. Both
are binary checks — present or not. Freshness is particularly important for retrieval-first
platforms.
Add a byline and <time datetime="YYYY-MM-DD"> to all blog posts. Add
author schema to your site.
Medium impact
OG tags: complete set
og:title, og:description, og:type, og:url, og:image — all five. OG
completeness contributes 10/100 to the AI content score. These are static HTML tags parsed
regardless of JS rendering status, making them particularly important for client-side rendered
sites.
Check with a social preview tool or curl and look for og: meta tags in the raw
HTML head.