Review schema for affiliate sites, after Google’s 2026 rules.
Star ratings in search results are still available to affiliate publishers — but the rules tightened in July 2026, and the single most common thing affiliate sites mark up was never valid in the first place. Here is what you may still do, and what to remove today.
The short version
- Yes, affiliate sites may still use review markup. You are a third party reviewing someone else’s product, which is exactly the case review snippets exist for.
- Never mark up Amazon’s star rating as your own. This is the most common error in the niche. Those ratings are not your review, and presenting them as your markup misrepresents the page.
- New since 24 July 2026: fake reviews and undisclosed incentivised reviews are explicitly prohibited — in the markup and in the page content behind it.
- Self-serving reviews were already out. Reviews of your own business on your own site are ineligible for star features.
- Validators cannot catch any of this. Markup can pass every technical test and still break the guidelines, because the new rules are about truthfulness rather than syntax.
Review snippets — the star ratings that appear under a search result — are worth real click-through, which is why affiliate publishers chase them and why the space is full of bad advice.
Two things changed the picture. Google removed eligibility for self-serving reviews some years ago, and on 24 July 2026 it added an explicit prohibition on fake and undisclosed incentivised reviews. Meanwhile a practice that was never valid — marking up Amazon’s customer ratings as if they were your review — remains widespread because no validator complains about it.
Are affiliate sites eligible at all?
Yes, and this is worth being clear about because a lot of people have concluded otherwise.
The restriction people half-remember is about self-serving reviews: a business reviewing itself on its own site is not eligible for review-snippet features. That rule targets a company putting five stars on its own homepage. It has nothing to do with a publisher reviewing a third party’s product.
The mistake almost every affiliate site makes
Here is the one to check before anything else on this page.
Do not take Amazon’s customer star rating and output it as aggregateRating on your page.
It appears everywhere — a product box shows “4.6 from 3,812 ratings”, and the plugin helpfully emits that as structured data. The result is a page claiming an aggregate rating that is not the site’s rating, of reviews that are not on the page, collected by someone else, from customers who have never visited you.
Three separate problems with it:
- Structured data must represent visible page content. Those 3,812 reviews are not on your page. You are marking up something a reader cannot see.
- They are not your reviews. The markup asserts an aggregate that your site did not collect and cannot vouch for.
- It misrepresents the page in the results. A searcher seeing stars under your result reasonably reads them as your verdict.
No validator flags this, because the syntax is perfect. That is precisely why it survives — and it is exactly the class of problem the 2026 update was written for, since the guidelines now require a content audit rather than only a schema audit.
What to do instead. Give your own rating. If you have assessed nine drills and concluded the top pick is a 4.5, mark up that — a single Review, by you, of that product, with your rating visible on the page. It is honest, it is eligible, and it is more useful to a reader than a number they could already see on Amazon.
What changed on 24 July 2026
Google added an explicit prohibition to the review-snippet guidelines covering two things.
| Now prohibited | What it means in practice |
|---|---|
| Fake reviews | Reviews not based on a genuine experience of the product or service. Includes invented user testimonials, generated review text, and ratings assigned to products nobody assessed. |
| Undisclosed incentivised reviews | Reviews written in exchange for a benefit — money, a discount, a voucher, a free product — where the incentive is not clearly and prominently disclosed. The review itself is fine; the silence is not. |
Two consequences worth internalising:
The rule reaches the page, not just the markup. The prohibition applies to your pages and your structured data. Removing the schema from a page of invented testimonials does not fix the page.
Free review units are now a schema question as well as an FTC one. If a manufacturer sent you the product and you marked up your review, the incentive must be disclosed clearly and prominently. Disclosure was already required under the FTC’s Endorsement Guides — see the disclosure requirements — but it now also determines rich-result eligibility.
Marking up a review correctly
The minimum honest version. A single review, by a named reviewer, of a specific product, with the rating visible on the page.
{
"@context": "https://schema.org",
"@type": "Review",
"itemReviewed": {
"@type": "Product",
"name": "Example Cordless Drill 18V"
},
"author": {
"@type": "Person",
"name": "Sam Ortega"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": 4.5,
"bestRating": 5,
"worstRating": 1
},
"datePublished": "2026-03-14",
"publisher": {
"@type": "Organization",
"name": "Your Site"
}
}
Four things that make this valid rather than merely well-formed:
- The rating is visible on the page. If 4.5 does not appear where a reader can see it, do not mark it up.
- The author is a real named person or your organisation. Not “Editorial Team” attached to nobody.
itemReviewedis a specific product, named the way a reader would recognise it.- The bounds are declared.
bestRatingandworstRatingremove any ambiguity about what 4.5 means.
Roundups are the awkward case
A “best nine drills” page reviews nine products, and there is no single thing the page is about. Two workable approaches:
- Mark up nothing. Entirely acceptable. A roundup can rank perfectly well without a review snippet, and no markup is always safer than markup you are unsure about.
- Use
ItemListfor the list itself, and reserveReviewmarkup for pages that genuinely review one product.
What not to do is pick the top product and mark the whole page up as a review of it. The page is not a review of that product; it is a comparison, and the markup would misdescribe it.
Seven mistakes that make a page ineligible
| Mistake | Why it fails |
|---|---|
| Amazon’s ratings as your aggregateRating | Not your reviews, not on your page, not your aggregate. The most common error in the niche. |
| Ratings not visible on the page | Structured data must represent visible content. Invisible markup is markup for machines only. |
| Invented reviewer names | Prohibited outright since July 2026, and easy to spot across a template. |
| Free products, undisclosed | Undisclosed incentivised reviews are now explicitly prohibited in marked-up content. |
| A roundup marked up as one product review | Misdescribes what the page is. |
| Every product rated 4.5 or higher | Not a rule breach in itself, but a uniform rating across a catalogue is the signature of ratings assigned rather than assessed. |
| Reviewing your own product or service | Self-serving. Ineligible. |
How to audit your own site quickly. Take one review page and run it through Google’s Rich Results Test to confirm it parses. Then do the part the tool cannot: read the output and ask whether every value in it is true of the visible page, and whether you personally stand behind the rating. Passing validation and passing the guidelines are two different tests, and only the second one matters now.
Is it worth doing at all?
A fair question, since review snippets are not guaranteed even when your markup is perfect — Google decides whether to show them.
Worth doing: on genuine single-product reviews where you have a real verdict. The markup is honest, it takes minutes, and stars in results do lift click-through when they appear.
Not worth doing: on roundups and comparisons, on pages where you would have to invent a rating to have something to mark up, and on any page where you find yourself reasoning about whether it is technically permitted. That hesitation is usually the answer.
If the goal is better rankings for affiliate pages generally, structured data is a small lever. Page speed and site structure are larger ones — see why product boxes slow your site and how to structure an affiliate site.
Part of The Amazon Affiliate Site Playbook — the whole job in six stages, from choosing a niche to keeping a mature site earning.
Product boxes that do not mark up someone else’s ratings
Ama Affiliate Pro shows Amazon’s rating where you want it visible, without emitting it as your own aggregateRating — so your product boxes cannot quietly make your pages ineligible.
Common questions
Can affiliate sites use review schema?
Yes. You are a third party reviewing someone else’s product, which is the case review snippets exist for. The restriction people confuse this with concerns self-serving reviews — a business reviewing itself on its own site — which does not describe an affiliate publisher.
Can I mark up Amazon’s star rating on my page?
No. Those are not your reviews, they are not on your page, and structured data must represent visible page content. Give your own rating instead, show it on the page, and mark that up. It is honest, eligible, and more useful to the reader than a number they can already see on Amazon.
What changed in July 2026?
Google added an explicit prohibition on fake reviews and undisclosed incentivised reviews, covering both your pages and your markup. Reviews not based on genuine experience, and reviews written in exchange for money, discounts, vouchers or free products without clear and prominent disclosure, are now expressly out.
My markup passes the Rich Results Test. Am I fine?
Not necessarily. Validation checks syntax; the new rules concern truthfulness. Fake reviews, undisclosed incentives and marked-up data that does not correspond to visible content all pass a technical check while still breaching the guidelines. Review snippet markup now needs a content audit, not just a schema audit.
How should I mark up a “best of” roundup?
Either use ItemList for the list, or mark up nothing at all. Do not select the top product and describe the whole page as a review of it — the page is a comparison, and that markup would misdescribe it. Roundups rank perfectly well without review snippets.
Do I need review markup to rank?
No. Structured data can make a result eligible for a richer appearance; it is not a ranking factor. If you are choosing where to spend effort on an affiliate site, page speed, site structure and genuine first-hand content all move more than schema does.
What if a brand sent me the product free?
You can still review it and still mark it up, but the incentive must be disclosed clearly and prominently. Undisclosed incentivised reviews have been explicitly prohibited in review-snippet content since July 2026, and the FTC has required disclosure of material connections for much longer.
Will Google definitely show my star rating?
No. Valid markup makes a page eligible; whether a rich result appears is Google’s decision and varies by query and over time. Treat stars as a possible bonus rather than something to restructure your content around.