Mark up your site so AI can read it, not just crawl it
Google's May 2026 guidance says no special markup is needed for AI Overviews. At the same time, independent studies find pages with clean structured data get cited measurably more, especially the first time an engine sees them.
Both are true: schema is not a ranking trick, but it's how you remove ambiguity about what your page is. AI can write the JSON-LD for you in seconds. Its one danger is inventing facts, so it must pull every field from what's actually on your page.
Fastest path: one prompt, end to end
Paste your real page details into this prompt in ChatGPT or Claude:
🤖 AI prompt — paste into ChatGPT / Claude
You are a structured-data engineer writing JSON-LD for AI-search legibility.
Page type: [Organization / Product / FAQ / Article]
Here are the REAL facts visible on the page:
[paste: brand name, product name, price, description, any FAQ Q&As, review count/rating if shown]
My verified profile URLs (for sameAs): [Wikipedia / Wikidata / LinkedIn / Crunchbase URLs I actually have]
Do this:
1. Generate valid JSON-LD (schema.org) for the page type above, in a single <script type="application/ld+json"> block.
2. Every field must match the text I pasted WORD FOR WORD. Do not invent a price, rating, review count, GTIN, or sameAs URL. If I didn't give you a value, leave the property out and list what's missing at the end.
3. For Organization, include a sameAs array using ONLY the URLs I provided.
4. Tell me exactly where to paste it and how to validate it (validator.schema.org and Google's Rich Results Test).
Output: the JSON-LD block, then a short "missing / please confirm" list.
Mismatched schema (markup claiming something the page doesn't say) gets a page ignored or flagged, not boosted. That's why the prompt forbids invented values and asks for a confirm list instead.
Or do it in 5 steps
- Start with Organization + sameAs. Before an AI trusts a page it must trust who's speaking. Organization schema with a
sameAs array (Wikipedia, Wikidata, LinkedIn, Crunchbase) feeds Google's Knowledge Graph and confirms you're one real, verifiable entity. Highest-leverage schema on the site, and most brands skip it.
- Layer Product / FAQPage / HowTo / Article on your highest-intent pages. FAQPage and BreadcrumbList are among the best-performing types for AI retrieval.
- Match the visible text word for word. Every field must appear on the page. No orphan markup.
- Use JSON-LD, not microdata or RDFa. It's Google's recommended format, sits in one script tag, and drifts out of sync less.
- Validate and re-validate. Paste the URL into validator.schema.org and Google's Rich Results Test. Re-check after every CMS or theme update, silent breakage is common.
Why AI-first: hand-writing JSON-LD is fiddly and error-prone; the model nails the syntax instantly. The catch is it will happily invent a rating or GTIN, so pin it to your real, visible facts and make it list what's missing.
What schema won't do
- Not a ranking factor. A controlled test across ~2,000 pages found near-zero citation lift from adding JSON-LD to pages an engine already knew well. The benefit shows up on content the engine hasn't seen yet.
- Results are platform-specific. One 2,000+ URL rollout hugely lifted Google AI Overview and AI Mode citations but produced no measurable change on ChatGPT, Gemini, Copilot, or Perplexity.
- It's table stakes, not a growth lever. Schema earns a clearer seat at the table; pair it with distinctive content and off-site authority.
Re-validate after every CMS or theme change.