What is a Schema Rating Generator?
A Schema Rating Generator creates AggregateRating JSON-LD structured data markup that tells search engines your page has a star rating and review count. When Google detects this schema, it may display your page with star ratings in search results — making your listing stand out and increasing click-through rates.
Key Features and Benefits
- Valid JSON-LD — Generates schema markup that passes Google's Rich Results Test.
- Star ratings in SERPs — Pages with AggregateRating schema can display as rich snippets with 1–5 star ratings.
- Trust signals — Showing review counts builds credibility and encourages clicks.
- Easy copy & paste — One click to copy the generated code into your page.
How to Use the Schema Rating Generator
- Enter your page or product Title.
- Enter the Rating Value (e.g. 4.5 out of 5).
- Enter the Total Rating Count (total number of reviews).
- Click Generate Schema.
- Copy the generated code and paste it into your page's
<head>or<body>. - Validate with Google's Rich Results Test.
What is AggregateRating Schema?
AggregateRating is a schema.org type that represents a rating based on multiple ratings or reviews. It includes:
- ratingValue — The average rating score (e.g. 4.5).
- bestRating — The highest possible rating (typically 5).
- ratingCount — The total number of ratings/reviews.
Google's Requirements for Star Ratings
- The rating must be based on real reviews or user ratings — not self-assigned or fabricated.
- The page must contain visible rating information (not hidden via JavaScript).
- The structured data should match the visible content on the page.
- Google may reject or ignore markup that appears to be deceptive.
Privacy
All processing happens on the server locally. No data is sent to external services or stored anywhere.
Frequently Asked Questions
Is the Schema Rating Generator free?
Yes. It is 100% free with no sign-up, no limits, and no captchas.
Will this guarantee star ratings in Google?
AggregateRating schema makes your page eligible for star ratings, but Google decides whether to display them based on content quality, trustworthiness, and other factors.
Can I use this for products (Product schema)?
Yes. For product pages, you can nest aggregateRating inside a Product schema type. This generator uses CreativeWorkSeries as the base type — you can change the @type to Product if needed.
What if my rating is out of 10 instead of 5?
Change the bestRating value from "5" to "10" in the generated code, and adjust ratingValue accordingly.