LEARN

Structured Data Is a Floor, Not a Lever

In dark space, a flat, dense basal layer with sparse luminous nodules emerging; nodules vary in brightness and structure, symbolizing structured data as the foundation while content elements create differences
Structured data is the foundation not the lever for AI search: necessary but not a source of gaps; real differences come from statistical data, sources, and quotable sentences in content

IN ONE SENTENCE

For AI search, structured data is a floor rather than a lever: have it, but the difference does not come from it.

Google's guidance lists structured data as unnecessary for AI search, while it still earns rich results in conventional search. The reasonable position is that it is a floor: have it, but do not expect it to act as a lever for separation.

OUR POSITION

Treat it as groundwork done once, not a direction for continued investment. Separation comes from statistics, cited sources and quotable lines in the content — those have evidence behind them; structured data does not.

01

The official position and the real effect

Google's May 2026 guidance places structured data for AI search on the unnecessary list, while it remains the mechanism for rich results in conventional search. Both are true — the return is on the search side, not the AI side.

The Princeton paper has a related finding: structured information can mitigate optimisation failure in retrieval-heavy pipelines. That makes it closer to insurance than to gain.

02

The types worth implementing

Organization: declare the brand as an entity, used alongside consistency of information across the web.

Article: baseline markup for content pages, including the modified date.

DefinedTerm and DefinedTermSet: a natural fit for glossaries — one term per page, the whole set under one collection.

BreadcrumbList: expresses hierarchy and makes the internal link structure machine-readable.

03

The failure that catches most teams

⚠️ Structured data injected by a front-end script has no corresponding tag in server-rendered HTML, so crawlers that do not execute JavaScript never see it. Browser-based testing tools do execute scripts and show it, which creates a false sense that the job is done.

Self-check: request the page without executing scripts and grep the response for `application/ld+json`. Not there means not working.

Sources

  1. [1]Optimizing your website for generative AI features on Google Search.Google Search Central.2026-05-15
  2. [2]GEO: Generative Engine Optimization.Aggarwal et al., KDD 2024.2024

Updated 2026-08-10