How do you use structured data to enhance search result appearance?
Structured data is machine-readable markup (usually JSON-LD) that tells Google and AI engines what a page is about and which entity it concerns. It still drives supported rich results such as review stars and structured product information, and it feeds the Knowledge Graph and AI extraction. Note: Google retired FAQ rich results in 2026, so FAQPage markup now serves comprehension and AI extraction rather than producing an FAQ accordion in the SERP.
Structured data is the markup, usually JSON-LD following Schema.org vocabularies, that tells Google and the AI engines what a page is about in a machine-readable form, and which entity the page concerns. Its value now runs on two tracks: the visible rich-result formatting Google still supports, and the entity and extraction layer that shapes how engines understand and reuse the content.

What structured data does
- Powers supported rich results. Well-formed markup can make an eligible page qualify for Google rich results, for example review stars and structured product information in shopping results.
- Signals entity and content type. Schema markup tells search and AI engines which entity a page is about and how it relates to other entities, and lets them parse the content type directly rather than inferring it from prose.
- Feeds the entity layer. Structured data is one of the signals that feeds Google’s Knowledge Graph and the Knowledge Panel, and AI engines read schema directly as a signal about what a page is.
- Improves AI extraction. AI models can extract and reuse attributes from clean structured data more reliably than from ambiguous prose, so schema-marked content is easier for engines to lift accurately.
The 2026 FAQ rich-result change
Google retired FAQ rich results in 2026, so FAQPage markup no longer produces an FAQ accordion in the SERP. FAQPage schema still has value: it makes question-and-answer content explicitly extractable, helping engines and featured snippets pull clean, self-contained answers. In other words, FAQ schema shifted from a display feature to a comprehension and AI-extraction signal.
Apply the right schema type consistently
| Schema type | Typical placement | What it tells engines |
|---|---|---|
| Organization | Homepage / About page | The company entity, with fields like name, logo, and sameAs links to authoritative profiles. |
| Person | Leadership / bio pages | An individual, with attributes such as jobTitle and worksFor and sameAs links for disambiguation. |
| Article | Press and editorial content | That the page is an article, helping engines attach it to the correct entity. |
| Product | Product pages | Product attributes eligible for structured product rich results in shopping. |
| FAQPage | Q&A blocks | Explicit question-answer pairs for comprehension and AI extraction (no longer an SERP accordion). |
| BreadcrumbList | Site navigation | Site hierarchy and context, which also helps with sitelink eligibility. |
Applied consistently across the site, the right schema types compound: they strengthen entity recognition in the Knowledge Graph and make content cleaner for AI engines to extract and cite.
Last reviewed: 19/05/2026