Does schema markup still matter for AI search?

Updated July 31, 2026 9 min read
You probably got here asking
  • Does schema markup still matter for AI search?
  • Does schema markup help ChatGPT cite my site?
  • Should I still add FAQ schema in 2026?
  • Why did my FAQ rich results disappear?
  • Is my agency selling me schema I don't need?
  • What schema types actually matter now?
The short answer

Yes, but not for the reason usually given. Schema markup is still required for the Google rich results that survive, and it is cheap machine-readable ground truth for any parser. There is no public evidence that it increases citations in AI answers: Google's own 2026 guidance says structured data isn't required for generative AI search, and the one study that tested schema coverage against citation rates found no correlation.

On this page
  1. Start with the news a lot of sites missed: FAQ rich results are gone
  2. What the public evidence on schema and AI actually says
  3. The Princeton study did not test schema
  4. The case for implementing schema anyway
  5. Which types are worth the effort in 2026
  6. Measure it instead of assuming it
  7. What to do this week
  8. Frequently asked questions
Key takeaways
  • FAQ rich results were removed from Google Search entirely on May 7, 2026, so building FAQPage markup for a rich result now builds for something that does not exist.
  • Google's 2026 generative-AI guidance lists “Structured data isn't required for generative AI search” among the myths it debunks.
  • The one study comparing schema coverage against citation rates in OpenAI, Gemini, and Perplexity found no correlation, and as of March 2026 there were zero peer-reviewed studies on the question.
  • The 2024 Princeton GEO paper is routinely cited as proof schema boosts AI citations. It tested content strategies — quotations, statistics, cited sources — not schema markup.
  • Implement schema because it is correct, cheap, and still required for surviving rich results — and because mismatched markup is a real risk, not a free bet.

Somewhere in your backlog there is a ticket that says add schema markup for AI search. It came from a GEO audit, an agency proposal, or a conference slide. Nobody on the thread has asked what the evidence for it is, because it sounds too obviously correct to question — of course a machine prefers machine-readable data.

The honest answer is not no. It is that schema markup is worth implementing for reasons that have almost nothing to do with AI, and that the specific reason you keep being given — that it buys you citations in ChatGPT or AI Overviews — is unproven. Those are two separate claims and they get collapsed constantly. Keeping them apart is most of what this post is for.

Start with the news a lot of sites missed: FAQ rich results are gone

On May 7, 2026, FAQ rich results stopped appearing in Google Search. Not restricted, not reduced — removed, for everyone. Google announced it through a notice in its structured data documentation rather than a blog post, and gave no public explanation.

This was the second half of a longer retreat. HowTo rich results were deprecated in August 2023, and at the same moment FAQ rich results were restricted to well-known, authoritative government and health websites. The May 2026 change removed eligibility even for those. The tooling followed: in June 2026 Google dropped the FAQ search-appearance filter, the rich result report, and Rich Results Test support, and Search Console API support for FAQ rich results ends in August 2026.

Be precise about the failure mode here, because it is the same one that makes the AI question worth handling carefully. Nobody was wrong to build FAQ schema in 2021. It worked, it took SERP real estate, and you could measure it. The mistake is not noticing when a tactic's payout gets switched off — and then continuing to sell it.

What the public evidence on schema and AI actually says

Here is everything a careful person could find as of mid-2026, laid out in full rather than filtered for whichever direction you already lean.

  • Google, 2026. Its guide to optimizing for generative AI features lists “Structured data isn't required for generative AI search” among the myths it debunks, while noting structured data remains useful for rich results. Google's separate AI features documentation goes further: “You don't need to create new machine readable files, AI text files, or markup to appear in these features. There's also no special schema.org structured data.”
  • Google, April 2025. An earlier statement said structured data “offers advantages in AI search” — with no specifics about which advantages, which surfaces, or how anyone measured it.
  • Microsoft, March 2025. Bing said schema markup helps its LLMs understand content for Copilot. This is the only first-party vendor statement anyone has produced that actually supports the practice for LLMs, and Copilot is a small share of the market.
  • Search Atlas, 2026. One study compared domain-level schema coverage against citation rates across OpenAI, Gemini, and Perplexity outputs and found no correlation — domains with extensive markup were cited no more often than domains with little or none. A single study, reported by the vendor that ran it, and flagged by its own authors as observational rather than causal.
  • Everyone else. As of March 2026 there were zero peer-reviewed studies on schema's effect on LLM visibility, and no public technical statements from OpenAI, Anthropic, or Perplexity about whether their systems parse schema at all.
0peer-reviewed studies on schema markup's effect on LLM visibility, as of March 2026
1first-party vendor statement supporting schema for LLMs — Microsoft/Bing, March 2025
3engines in the one study that tested schema coverage against citation rates, which found no correlation

Notice what is absent from that list. No controlled experiment. No operator confirming its retrieval pipeline reads JSON-LD. No before-and-after with a disclosed sample size. The confident advice you have been given rests on one vendor statement, one vague Google line, and a great deal of inference.

The Princeton study did not test schema

The evidence most often offered for schema-drives-citations is the 2024 GEO paper out of Princeton and IIT Delhi (arXiv:2311.09735, published at KDD '24). It is a real paper with real findings, and it turns up in schema pitches constantly. It did not test schema markup.

What it tested was content strategies applied to source pages, measured against generative-engine responses. Adding quotations produced roughly a 41% improvement in visibility. Adding statistics and citing sources produced gains in the 30-40% range. Fluency optimization landed around 15-30%. Keyword stuffing showed minimal or negative effect. Structured data does not appear among the tested strategies at all.

The paper needs caveating in its own right, too. It is roughly two years old, it evaluated GPT-3.5-turbo plus one live Perplexity system, and the authors explicitly warned that their results “may need to adapt over time.” Two years is several model generations. Treat its numbers as directionally interesting rather than current.

The case for implementing schema anyway

None of the above says skip it. It says implement it for the reasons that hold up, which are unglamorous and real.

  1. Rich results still exist. Product, Review, Breadcrumb, Article, LocalBusiness, and Event results all still render in Google Search, and every one of them requires valid markup. That is a visible, measurable payout with nothing to do with AI.
  2. It is machine-readable ground truth. Schema states unambiguously that this string is a price, that one is an author, this is the legal name of the business. Any parser — search index, retrieval layer, aggregator, browser extension — has one less thing to guess. That is a reasonable prior, not a demonstrated mechanism, and it should be described that way.
  3. It is cheap. For most sites this is a plugin, a template change, and an afternoon of validation. The cost side of the ledger is genuinely small.
  4. The downside is asymmetric. Google's structured data guidelines require markup to reflect the page — “Don't mark up content that is not visible to readers of the page” — and prohibit misleading markup such as fake reviews. A mismatch between your JSON-LD and your visible content is a manual-action risk, not a free bet. Wrong schema is worse than no schema.

So the honest position: implement it because it is correct and inexpensive, not because someone promised it buys citations. If it turns out to help with AI visibility, you already have it. If it does not, you have not spent much.

Which types are worth the effort in 2026

TypeWhy it earns its placeStatus
OrganizationDefines the entity behind the site — legal name, logo, contact details, and sameAs links to your profiles elsewhereImplement
LocalBusinessAddress, hours, service area, and geo data for physical or service-area businesses; still feeds Google's local surfacesImplement if applicable
ProductPrice, availability, and merchant listing detail; still produces rich results and underpins Shopping eligibilityImplement if applicable
Article / BlogPostingAuthor, headline, publish and modified dates — authorship and freshness stated outright instead of inferredImplement
BreadcrumbListReplaces the raw URL in the search result with a readable path; one of the most reliably rendered rich results leftImplement
Review / AggregateRatingStar ratings still render for eligible page types, but the policy is strictly enforced and self-serving reviews are a manual-action riskImplement carefully
FAQPageProduces no rich result in Google as of May 7, 2026. Harmless to keep, pointless to buildDecorative
HowToDeprecated August 2023. No rich result, no reportingDecorative

One caveat on the first row. The sameAs property — pointing your Organization block at your Wikipedia entry, Wikidata item, LinkedIn page, and other authoritative profiles — is widely recommended as an entity-disambiguation signal. That comes from vendors and practitioners, not from any confirmed platform statement. It is sensible, it costs nothing, and there is no published proof it does anything. Say that out loud when someone sells it to you as a ranking factor.

Site-wide Organization schema with sameAs — one block, in the head
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://example.com/#organization",
  "name": "Example Coffee Roasters",
  "legalName": "Example Coffee Roasters Ltd",
  "url": "https://example.com/",
  "logo": {
    "@type": "ImageObject",
    "url": "https://example.com/logo.png",
    "width": 512,
    "height": 512
  },
  "description": "Small-batch coffee roaster in Portland, Oregon, supplying cafes and offices since 2014.",
  "foundingDate": "2014-03-01",
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "customer support",
    "email": "hello@example.com",
    "telephone": "+1-503-555-0142"
  },
  "sameAs": [
    "https://www.linkedin.com/company/example-coffee-roasters",
    "https://en.wikipedia.org/wiki/Example_Coffee_Roasters",
    "https://www.wikidata.org/wiki/Q00000000",
    "https://www.crunchbase.com/organization/example-coffee-roasters",
    "https://www.youtube.com/@examplecoffee"
  ]
}
</script>

Every value in that block should be findable on the site. The description should match your about page. If the sameAs list points at a Wikipedia article that does not exist, delete the line — an invented entity link is precisely the kind of mismatch Google's guidelines are written against, and it is the one place cheap schema turns expensive.

Measure it instead of assuming it

The reason this argument never resolves is that almost nobody instruments it. If you are going to invest in schema, invest another twenty minutes in being able to tell whether it did anything.

  1. Validate what you actually ship, not what your plugin claims. Run each key template through Google's Rich Results Test and the Schema Markup Validator, testing the rendered page if you inject markup client-side.
  2. Track rich-result impressions in Search Console by search appearance. That is the one place schema's effect is directly observable — and where you will watch the FAQ line go flat.
  3. Roll out by template, not all at once. Adding Product schema to one category of pages and not another gives you a comparison you would otherwise never have.
  4. Track AI citations separately from rich results, using prompt monitoring or referral parameters like utm_source=chatgpt.com. If schema helps there, that is where it will surface.
  5. Give it a full quarter before concluding anything. Recrawl cycles, model updates, and vendor policy changes all move slower and more erratically than a monthly report.

What to do this week

  1. Search your codebase and CMS for FAQPage. Decide deliberately whether to keep it — there is no penalty either way — and stop any active work producing more of it for rich results.
  2. Check whether you have a single site-wide Organization block with an accurate sameAs list. Most sites do not, and it is the cheapest entity work available.
  3. Audit for mismatches: prices, ratings, authors, and dates in your JSON-LD that do not match what a reader sees. Fix those before adding a single new type.
  4. Add BreadcrumbList and Article schema to your templates if they are missing. Both still render, and both are template-level work rather than per-page work.
  5. Write down what you expect schema to do and how you would know. If the answer is “get cited by ChatGPT” and there is no way to check, you have bought a story rather than a tactic.

Frequently asked questions

Will removing my FAQ schema hurt my rankings?

No. FAQPage markup no longer produces a rich result in Google Search as of May 7, 2026, and Google has confirmed that leaving it in place will not cause problems. Removing it is equally safe. The decision is about maintenance cost, not risk. Keep the visible FAQ content itself — the answers on the page are still useful to readers and to any system reading the page.

Do ChatGPT, Claude, or Perplexity read JSON-LD?

None of them have said publicly. OpenAI, Anthropic, and Perplexity all publish crawler documentation but no technical statement about whether their retrieval systems parse schema.org markup. Microsoft is the exception: Bing said in March 2025 that schema helps its LLMs understand content for Copilot. Anyone telling you the others definitely parse it is inferring, not reporting.

Is JSON-LD better than microdata for AI search?

Google recommends JSON-LD generally, and it is easier to maintain because it lives in one block rather than being woven through your HTML. There is no published evidence that the format choice affects AI visibility in either direction. Choose JSON-LD for maintainability and tooling support, not because of a claimed AI advantage.

How much schema is too much?

The limit is accuracy, not volume. Google's structured data guidelines require markup to describe content visible on the page and prohibit misleading markup. Marking up every conceivable property becomes a liability the moment one value drifts out of sync with the page. Fewer types, correctly maintained, beat a full sweep nobody updates.

Does schema help with AI Overviews or AI Mode specifically?

Google says no special structured data is needed for either, and that a page becomes eligible by being indexed and eligible to appear in Google Search. Structured data can still earn rich results in the classic results below, which is a separate benefit. Treat AI Overview eligibility and rich-result eligibility as two different systems with two different requirements.

Is sameAs to Wikidata worth doing?

Pointing sameAs at authoritative profiles is a common entity-disambiguation recommendation from SEO vendors, not a confirmed platform signal. No search or AI operator has published that they use it for entity resolution. Adding accurate links costs nothing, so it is reasonable to do. Just do not budget against a promised return, and never link to an entity page that does not exist.

Sources

READY TO SEE THE SIGNALS?

Find out what the engines see on your site.

One audit scores SEO, AEO, and GEO separately, then hands you a tracked action plan instead of a PDF that gathers dust.

View plans