STRUCTURED DATA · SEO GLOSSARY
Rich Results
Enhanced search result formats that Google displays beyond the standard blue link, title, and description — including star ratings, FAQ dropdowns, product panels, recipe cards, How To steps, event dates, and job listings — enabled by valid structured data (JSON-LD schema) in the page\'s server-rendered HTML.
Definition
Rich Results (formerly called Rich Snippets) are search result enhancements that Google displays when a page has valid structured data matching specific schema types. Unlike the standard search result (title link + URL + meta description), Rich Results include additional visual elements that increase the result\'s size, visual prominence, and click-through rate. Common Rich Result types and their schema requirements: **Product Rich Results** — shows price, availability, and star ratings below the organic title link. Requires `Product` schema with `offers` (price, currency, availability) and `aggregateRating` (ratingValue, reviewCount). **FAQ Rich Results** — accordion of questions and answers beneath the result. Requires `FAQPage` schema with `mainEntity` array of `Question`/`acceptedAnswer` pairs. **How-To Rich Results** — numbered step list. Requires `HowTo` schema with `step` array. **Article/News Rich Results** — larger image in Google Discover and Top Stories. Requires `Article` or `NewsArticle` schema with `headline`, `image`, `datePublished`, and `author`. **Event Rich Results** — event date, location, and ticket information. Requires `Event` schema. **Recipe Rich Results** — cooking time, calories, ratings. Requires `Recipe` schema. **Video Rich Results** — video thumbnail and duration. Requires `VideoObject` schema. **Local Business Rich Results** — hours, address, phone. Requires `LocalBusiness` schema. Rich Results eligibility has two requirements: (1) the schema must be valid per Google\'s specifications (all required properties present, correct data types and enum values), and (2) the page must be indexed. Having valid schema doesn\'t guarantee Rich Result display — Google shows Rich Results at its discretion based on the query and competitive landscape. Monitor Rich Results status in GSC → Rich Results.
Why it matters for SEO
Rich Results increase CTR from organic search positions by making results visually larger, more informative, and more trustworthy. A product result with star ratings and price gets significantly more clicks than the same position without star ratings. An FAQ Rich Result with 3–4 questions below the listing takes up more SERP real estate, potentially pushing competitor results below the fold. Even at the same ranking position, Rich Results consistently outperform standard results in CTR. The highest-ROI Rich Result implementations: Product with aggregateRating (for e-commerce), FAQPage (for any site with FAQ sections — fast to implement, high CTR impact), and HowTo (for tutorial content).
How DeepSEOAnalysis checks this
The audit validates all JSON-LD blocks in the raw server HTTP response against Google\'s Rich Results requirements for each schema type: checks required properties per type, validates data type formatting (price as string not number, availability as full URI not shorthand, ISO 8601 date formats), checks that aggregateRating.reviewCount is ≥1, verifies `image` URLs resolve with 200 responses, and detects schema injected only by client-side JavaScript (which may be missed in first-wave crawl). Pages with schema errors are flagged with the specific property and value to fix.
Useful tools and resources
GLOSSARY
Related terms
structured data
Structured Data
Machine-readable annotations added to HTML — usually JSON-LD — that explicitly describe what a page is about to search engines and AI systems.
Read definition →structured data
JSON-LD
JavaScript Object Notation for Linked Data — Google\'s preferred format for adding structured data (Schema.org markup) to web pages via a `<script type="application/ld+json">` block in the HTML head or body, keeping machine-readable data separate from visible content and easier to maintain than Microdata or RDFa.
Read definition →structured data
Schema Markup
A shared vocabulary of types and properties from Schema.org used to annotate web content in machine-readable format — enabling search engines to understand what content means, not just what it says, and to generate rich results.
Read definition →structured data
Product Schema
Product schema is a Schema.org structured data type that describes a product for sale — name, description, image, price, availability, reviews — enabling rich results including price, availability, and star ratings directly in Google Search results. It is the highest-priority structured data type for e-commerce.
Read definition →technical
Google Search Console
Google\'s free tool for monitoring how your site appears in Google Search — showing impressions, clicks, CTR, average position, index coverage, and crawl errors.
Read definition →See how your site scores on Rich Results.
The free DeepSEOAnalysis audit checks rich results and 100+ other signals. Full report, no signup.
Run a free audit →