Want star ratings to show up in Google search results for your products and business? You need review rich snippets — and most widget tools can't deliver them.
Rated Stores ships with rich snippets out of the box. Here's why and how.
What Rich Snippets Are
Rich snippets are enhanced search results that display extra information beyond the standard title/URL/description. For reviews, the most valuable is review stars — a 5-star rating display directly in Google search results.
Example: Search "blue widget review" and you might see:
Acme Blue Widget ★★★★☆ 4.8 · 2,847 reviews · £49 Premium build quality, fast shipping, lifetime guarantee...
The stars + review count appear before the user even clicks. CTR typically increases 15-30% vs identical results without stars.
Why Most Widget Tools Can't Deliver Rich Snippets
Elfsight, Common Ninja, POWR, EmbedSocial (partly), Taggbox, Walls.io and similar widget aggregators render their content inside iframes.
Iframes are separate documents. When Googlebot crawls your page, it sees the iframe <iframe src="..."></iframe> but does not credit your page with the content inside. The reviews are technically present on your page — but invisible to search engines from an indexing perspective.
You will never get rich-snippet stars from iframe-based widgets. The architecture prevents it.
How Rated Stores Does It Differently
Rated Stores widgets use Shadow DOM (modern browser-native style isolation) — not iframes. Visual isolation without the SEO penalty.
More importantly: we inject JSON-LD review schema directly into your page HTML. The schema lives in your <head> or <body> and includes:
@type: Product(orOrganization/LocalBusiness)aggregateRating.ratingValue(e.g., 4.8)aggregateRating.reviewCount(e.g., 2847)- Up to 10 individual review objects with author, rating, body, datePublished
Google reads this schema as native page content and may display rich snippets in search results.
How To Verify
After embedding a Rated Stores widget, you can verify the schema using:
- Google Rich Results Test — paste your URL
- Schema.org Validator — paste your URL
- Browser DevTools — search for
application/ld+jsonin the page source
You should see a Product/Organization/LocalBusiness schema with an aggregateRating block and (if reviews exist) a review[] array.
Star Ratings Are Not Guaranteed
Google has the final word on which rich snippets are displayed. Factors include:
- Schema validity (must be valid Schema.org markup)
- Content quality and trust
- Site authority
- Whether reviews are first-party or aggregated
- Spam policy compliance (Google penalises fake-review schemas heavily)
Rated Stores produces valid, verifiable, first-party schema with verified-customer checks — the right input. But the final decision rests with Google's algorithms.
What's Required for Rich Snippets to Appear
For Google to consider showing review stars:
- Valid JSON-LD schema — Rated Stores handles this automatically.
- First-party reviews about your product/business — not aggregated reviews of "best products in category".
- Trust signals — established site, no manipulation history.
- Recent indexing — give Google 1-2 weeks after embedding to recrawl and consider.
Compliance: First-Party Verification
The UK fake-review ban (April 2026) and EU Omnibus Directive require platforms to verify reviewers are real customers. Google's spam policies similarly punish unverified or fake review schemas.
Rated Stores' verified-customer flow checks reviewers against order data before publishing. Schema generated from verified reviews is far more likely to earn rich snippets — and stay there.
Get Started
Try Rated Stores free → — embed a widget, validate the schema, watch your search CTR.
Related
- Reviews Widget HTML Embed
- Widget Speed Comparison
- Verified Reviews vs Scraped
- Review Schema Generator (Free Tool)
