Structured data (schema.org / JSON-LD) allows Google to understand the content of your pages and display rich snippets in search results: star ratings, product prices, expandable FAQs, breadcrumbs, event dates. These enhancements significantly increase CTR.
How it works
JSON-LD (JavaScript Object Notation for Linked Data) is Google's recommended format for implementing structured data. It integrates into a <script type="application/ld+json"> tag in the <head> or <body> of the page. The most useful schema.org types for SEO are: Article, Product (with Review and AggregateRating), FAQPage, BreadcrumbList, LocalBusiness, Event and HowTo. A valid and relevant schema can generate rich snippets that double click-through rate.
📊 Reference table
| Schema.org type | Resulting rich snippet | Estimated CTR gain |
|---|---|---|
| Product + AggregateRating | Stars + price | +15–30 % |
| FAQPage | Expandable questions | +20–30 % |
| HowTo | Numbered steps | +10–20 % |
| Article | Date + author + image | +5–10 % |
| BreadcrumbList | Breadcrumb in URL | +5–8 % |
| LocalBusiness | Address + hours | +10–20 % local |
| Event | Date + venue + price | +15–25 % |