Discuss a Project Discuss a Project

How to Get the Orange Stars in Google Search: A No-Nonsense Guide to Review Schema

by Beth Darragh, SEO Executive   |   July 13, 2026   | 
10 minutes read

You search for something, and one result stands out from the pack with a row of orange stars, a rating out of five and a review count sitting right there under the link. They are eye-catching, they scream “trusted”, and they can give your click-through rate a serious lift while everyone else’s plain blue links get scrolled straight past.

So naturally, every business wants them. The trouble is that getting them is not as simple as bolting a bit of code onto your homepage, and a lot of the advice floating about is years out of date. Worse, following that old advice can leave you with markup that does nothing at best, or earns you a slap from Google at worst. So let us get under the bonnet and explain how review stars actually work in 2026, and how to get them without falling into the traps.

What the orange stars actually are

Those stars are called review snippets, and they are one type of rich result. They are powered by structured data, also known as schema markup: a block of code you add to a page that spells out, in a language Google understands, exactly what the page is about. For reviews, the key ingredient is a property called AggregateRating, which tells Google your average score and how many reviews it is based on.

When Google crawls a page, finds valid, compliant review markup, and decides it is trustworthy, it can upgrade your plain listing into a starred one. Note the word “can”. Structured data makes you eligible for the stars; it does not guarantee them. Google always reserves the right to decide whether to show a rich result at all, which is why accuracy and compliance matter so much.

The hard truth first: you cannot review yourself

This is the bit that catches almost everyone out, so we are putting it front and centre rather than burying it at the bottom.

Back in 2019, Google stopped showing review stars for what it calls “self-serving” reviews. In plain English, that means a review about your business, placed on your own website, controlled by you. If you add a testimonials section to your homepage and mark it up with LocalBusiness or Organization schema, you will not get stars. It does not matter whether you typed the reviews in yourself or pulled them in through an embedded widget from Google or Facebook. If you control the reviews about you, on your own site, those pages are simply not eligible. Google reconfirmed this in its December 2025 documentation update, so it is not going anywhere.

This catches out a huge range of service businesses, from professional practices to trades, and it does not matter how genuine your testimonials are. If you control the reviews about you, on your own site, you cannot conjure stars into your organic listing by marking them up. If anyone has promised you otherwise, they are working from a playbook that expired years ago.

So if your goal was stars next to your company name in the regular search results, take a breath, because the honest answer is that most service businesses cannot get them that way at all. The good news is there are legitimate routes that do work, and knowing the difference is what separates a proper job from wasted effort.

So how do you actually get the stars?

There are a handful of genuine paths, and the right one depends entirely on what your page is about.

Product pages (the reliable route)

If you sell products, this is your best friend. Google explicitly supports review and AggregateRating markup on Product schema, and it is the most well-documented, dependable way to earn stars. You collect genuine reviews for a specific product, you mark up that product’s page, and the stars can appear under that product in search. A bakery can do it for a celebration cake; a retailer can do it for every item in the catalogue. If you run a store, this is where your effort should go, ideally as part of a wider ecommerce SEO strategy so the schema and the rankings work together.

Service pages (allowed, but no promises)

Service schema can carry reviews too, and Google may show stars for it. The catch is that this support is far less direct than for products, and Google has form for quietly switching things off, exactly as it did for local businesses. So you can implement it where you have genuine reviews for a specific service, but do not bet the house on the stars showing or staying. This is the reality professional service firms keep running into: an accountancy practice or a law firm can have a glowing wall of testimonials and still see a plain blue link, because the markup alone was never going to be enough.

Other eligible content types

Review snippets are not just for shops. Recipes, books, courses, events, films and software applications can all support review markup. If your content genuinely fits one of those types, and the reviews are real and about that specific item, you are in eligible territory.

Local businesses: the Google Business Profile route

Here is the important workaround for any business with a physical presence or a local catchment. The stars you see in the local map pack and the knowledge panel do not come from schema on your website at all. They come from your Google Business Profile, through a completely separate mechanism. So the smart move for a local business is to pour your energy into actively collecting genuine Google reviews and keeping your profile in top shape, which is the heart of any good local SEO campaign. That, not homepage markup, is what lights up the stars where local customers actually see them. This matters most for the review-driven, location-led businesses people choose on reputation, such as a healthcare provider or an estate agency, where the Google Business Profile is doing far more heavy lifting than anything in your site code.

Multi-site and franchise operations

If you run several branches or a franchise network, this gets fiddlier. Each location needs its own properly managed Google Business Profile, its own steady stream of genuine reviews, and consistent details across the board, all without tripping over duplicate content. Getting stars to show consistently across dozens of locations is a discipline in itself, and it is one of the trickier parts of doing SEO across multiple locations well.

The technical how-to

Right, let us roll up our sleeves. When you do have an eligible page, here is how to implement the markup properly.

Google’s preferred format is JSON-LD, a tidy block of code you drop into the page rather than scattering it through your HTML. For a product with an aggregate rating, a clean implementation looks something like this:

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Trailblazer Running Shoe",
  "image": "https://www.example.com/images/trailblazer.jpg",
  "description": "Lightweight trail running shoe with all-terrain grip.",
  "brand": {
    "@type": "Brand",
    "name": "Example Brand"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.7",
    "reviewCount": "128",
    "bestRating": "5",
    "worstRating": "1"
  }
}

The properties that matter inside AggregateRating are straightforward. The “ratingValue” is your average score. You need either a “reviewCount” or a “ratingCount” so Google knows how many opinions the average is built on. “bestRating” and “worstRating” tell Google your scale, and default to 5 and 1 if you leave them out. You also need to make clear what is being reviewed, which is handled here by nesting the rating inside the named Product.

The rules that keep you out of trouble

This is where the discipline comes in, because Google is strict and the penalties are real.

Keep it visible. The rating you mark up must be shown to actual users on the page. You cannot mark up an invisible rating that only Google can see.

Make the numbers match exactly. If your schema says 4.7 from 128 reviews, your page must show 4.7 from 128 reviews. A mismatch between the code and the visible content is treated as spammy markup, and that is the kind of thing that triggers a manual action.

Keep reviews genuine. Real, unedited feedback from real customers, every time. Fake or curated ratings are a fast track to a penalty.

Point each rating at one clear target. A 2025 clarification from Google reinforced that each review or aggregate rating should describe one obvious thing, not several entities at once. Ambiguous, auto-generated markup that smears one rating across multiple items causes problems.

Mind the small stuff. Use a full stop as the decimal separator (4.4, never 4,4), keep author names within the 100-character limit, and never paste Product schema onto pages that are not about a product, such as a blog post, or you risk dragging your whole site into a mess.

Do not borrow other people’s reviews. You cannot scrape or aggregate ratings from other websites and pass them off as your own page’s data.

Testing and monitoring

Never push schema live and cross your fingers. Run the page through Google’s Rich Results Test first, either by pasting the live URL or the code snippet. Green ticks for the review snippet mean you are technically eligible; red errors are deal-breakers you must fix, while orange warnings are nice-to-haves that will not stop you being eligible.

Once it is live, keep an eye on the Enhancements reports in Google Search Console, which track your review snippets across the whole site over time and flag any errors that creep in. And be patient: Google needs to recrawl and reindex the page before anything changes, which can take days rather than minutes. If you want a thorough once-over of your existing markup before you start, that is exactly the sort of thing a proper SEO audit is built for.

Why your stars vanished (and how to get them back)

If you used to have stars and they have disappeared, the usual suspects are a mismatch between your schema numbers and your visible content, a slide into self-serving territory after a redesign, fake or removed reviews, or a broader manual action for spammy markup that has stripped rich results across the site. The fix is almost always the same: get the markup honest, accurate and compliant, clean up anything dodgy, and request a review if a manual action is in play. There are no clever shortcuts here, and anyone selling you one is selling you trouble. Implementing schema correctly is a core part of technical SEO, and it rewards doing things properly rather than quickly. It is also the sort of detail a technically minded business such as an IT services firm should expect its agency to get right without being asked.

One more reason to get this right: AI search

Structured data is no longer just about pretty stars. As search shifts towards AI-generated answers and overviews, clean, accurate schema helps machines understand and correctly represent your business, which is becoming central to generative engine optimisation. The businesses that keep their structured data tidy now are the ones that will be quoted accurately when customers ask an AI rather than typing into a search box. That shift is already biting hardest for B2B companies, whose buyers increasingly research suppliers through AI tools long before they ever fill in a contact form.

The bottom line

Review stars are worth chasing, but only down the right path. If you sell products, mark them up properly and the stars are well within reach. If you are a local or service business, stop trying to review yourself on your own site and put your energy into your Google Business Profile and genuine review collection instead. Either way, accuracy and honesty are not optional extras; they are the whole game.

If you would rather have someone who lives and breathes this handle it for you, that is what we do. Take a look at our full range of SEO services, or get in touch and we will tell you straight whether those stars are within reach for your business, and exactly how to earn them.

Beth Darragh

About Beth Darragh

SEO Executive

Since joining Platform81 in 2022, Beth has evolved from a Junior to a key SEO Executive, using her degree in Digital Marketing to drive organic growth. She combines strategic research with technical optimisation to help clients across varied industries perform better.

View profile

More Posts

Categories

Please leave your information and our team will contact you shortly!

"*" indicates required fields

This field is for validation purposes and should be left unchanged.
This field is hidden when viewing the form
This field is hidden when viewing the form