What Is Review Schema?
Schema.org structured data vocabulary for marking up review content so search engines understand and display it.
Core Review Schema Types
{ "@type": "Review", "author": { "@type": "Person", "name": "John Doe" }, "datePublished": "2026-02-15", "reviewRating": { "@type": "Rating", "ratingValue": "5", "bestRating": "5" }, "reviewBody": "Excellent platform for collecting reviews." }
### AggregateRating Represents the average of all reviews:
{ "@type": "AggregateRating", "ratingValue": "4.7", "reviewCount": "342", "bestRating": "5", "worstRating": "1" }
### ItemReviewed The entity being reviewed:
Eligible Content Types
Not eligible: Financial products, medical services, legal services (restricted by Google policy).
Validation and Testing
Common Implementation Errors
Related Articles
Customer reviews are the single most influential factor in purchase decisions. Here is everything you need to know about collecting them consistently and at scale.
Trustpilot is the biggest name in review platforms, but their pricing is opaque and expensive. Here is what it actually costs and what alternatives exist.
Google reviews directly impact your local search ranking and customer trust. Here is how to actively manage them and combine them with a dedicated review platform.
Related Terms
Structured data format using JSON-LD to describe reviews and ratings so search engines display rich snippets.
Enhanced search result listings that display additional information like star ratings, prices, or FAQs directly in Google.
A combined average rating calculated from all individual customer reviews, displayed as a single score with review count.