
Star ratings in Google search results dramatically increase click-through rates. This guide explains when they appear, what controls them, and how to make sure your stars show up in the right places.
When you search for a product or service on Google, some results show yellow star ratings right in the search result. Others don't. Listings with stars get significantly more clicks — sometimes 2-3x more.
So why do some businesses get stars and others don't? And what can you do to get yours to appear?
Here's the complete breakdown.
There are actually two different contexts where stars appear in Google results — and they work completely differently.
Context 1: Google Maps and Local Pack
Stars in the local pack (the map results) come directly from your Google Business Profile reviews. These are your actual Google reviews — there's no special setup required. Every verified GBP with reviews shows stars.
Context 2: Organic Web Search Results (Rich Snippets)
Stars appearing in the regular blue-link search results (not the map) are called review rich snippets. These come from structured data (schema markup) on your website — NOT from your GBP reviews.
This distinction is critical. Your GBP reviews don't make stars appear in your organic search results. You need schema markup for that.
Review rich snippets appear in organic search results when Google detects valid review schema markup on a webpage and trusts the data.
What they look like: A yellow star rating (e.g., ★★★★☆ 4.6 / 5 — 127 reviews) shown directly below the page title in search results.
Types of schema that trigger review stars:
For local businesses, the relevant schema is LocalBusiness with an AggregateRating property.
⚠️ Common Mistake: Many businesses assume their GBP reviews automatically make stars appear in their website's search listings. They don't. GBP reviews show stars only in Maps and the local pack, not in organic search results.
Google has strict guidelines about what review data can be shown as rich snippets. Violating these rules gets your stars removed.
Allowed:
Not allowed:
📊 Flento Data: Pages with valid review rich snippets see an average 15% increase in click-through rate compared to identical pages without stars.
To get stars in organic results, you need valid LocalBusiness schema with an AggregateRating on your homepage or main service pages.
Basic LocalBusiness + AggregateRating schema:
Add this JSON-LD to your webpage's <head> section:
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Your Business Name",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Chicago",
"addressRegion": "IL",
"postalCode": "60601"
},
"telephone": "+13125551234",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "127"
}
}
Important: The ratingValue and reviewCount in your schema must reflect real reviews that are publicly visible on your website. You cannot use your Google review count in schema intended to generate rich snippets — Google considers this manipulative.
Even with valid schema, Google doesn't guarantee review stars will appear. Reasons they might not show:
💡 Pro Tip: Focus on your Google Maps stars first — those appear for free with your GBP and have the highest search visibility. Organic stars are a bonus, not a requirement.
GBP stars (local pack):
Website organic stars (rich snippets):
For most local businesses, the highest-ROI focus is on Google Business Profile reviews — those stars are more visible, more trusted by customers, and easier to obtain.
🔥 Quick Win: Check your GBP right now. If your star rating is below 4.5, focus your next 30 days on getting new reviews from happy customers. Moving from 4.2 to 4.6 can increase your Google Maps click-through rate by 20-30%.
Action Step: Search your business name on Google. Do you see stars in the organic results? If not, check your website for LocalBusiness schema using Google's Rich Results Test. If you have valid schema but no reviews displayed on your website, that's why.
Start free → — Flento monitors your review count and rating and alerts you when your star rating drops — keeping your click-through rates protected.