Aggregate Rating Schema Markup Generator
AggregateRating schema markup displays the star rating summary — average rating and total review count — for a product, business, or other item directly in Google Search. This is distinct from Review (which marks up a single review). AggregateRating is the schema type that powers those ★4.5 (128 reviews) snippets you see in search results.
!Required fields
The average star rating — e.g. 4.5.
▶Recommended fields(3 fields — improve rich result appearance)
⚠ 3 required fields missing: Item name, Average rating, Number of reviews
JSON-LD output✓ ready
<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "AggregateRating", "bestRating": "5", "worstRating": "1" } </script>
