Skip to content

Reviews and ratings for AI: a citable signal

Reviews are usually the most valuable text on a product page that the seller didn't write. How to collect them, mark them up, and mine them properly.

~900 words 6 common questions ~4 min read Updated: 2026-07-18
Reviews and ratings for AI: a citable signal
Quick answer

Reviews give an online store a source of text the seller didn't write: they carry customers' own phrasing and answer questions a product description never reaches. To be eligible for a rich result with a rating, you have to mark them up with structured data, keep them visible on the page, and collect them directly from users.

Reviews give an online store a source of text the seller didn’t write: they carry customers’ own phrasing and answer questions a product description never reaches. To be eligible for a rich result with a rating, you have to mark them up with structured data, keep them visible on the page, and collect them directly from users.

On a product page, most of the text comes from the seller or the manufacturer. Reviews are the exception — and that is exactly what makes them interesting.

Why reviews carry more weight than the description

Your competitors have the manufacturer’s description too. When a store simply reuses it, it has nothing to contribute to a comparison query; the article on AI Mode and e-commerce breaks that down.

Reviews bring three things nothing else on the page does:

  • Customers’ own phrasing — the language people actually use when they ask about a product.
  • Granular questions — how it fits, how long it lasts, what to watch out for.
  • An independent voice — text written by someone other than the person selling the product.

Where online stores most often get this wrong

This is the most important part of the article, because it gets done wrong all the time.

Aspekt Approach Where it stands
Product review A rating of a specific product on the Product type Fine — this is the intended route
Your own company score Organization/LocalBusiness under your own control Not eligible for star ratings
Reviews from another site Pulled off Trustpilot, G2, or a similar service Google states these should not be aggregated
Data with no content A marked-up rating that isn't on the page Breaks the visibility requirement

How to roll reviews out step by step

  1. Ratings from real customers

    After delivery, tied to a specific order, with no pressure on the score. Verified purchase helps keep fake reviews out.

  2. Be clear about what you are marking up

    Product reviews, yes. Your own store score on your own site is not enough for stars.

  3. Mark up only what is visible

    The marked-up content has to be readily available to read on the page.

  4. Fill in the required properties

    A value, a rating or review count, the rated item with a name; for an individual review, an author as well.

  5. Mine the text, not just the number

    Summarize what keeps coming up in the reviews in your own words — and leave the original ratings below it.

What the markup looks like in JSON-LD

An aggregate rating needs a value, at least one of a rating or review count, and a link to the rated item (itemReviewed) with a name. When the markup is nested under Product, both the link and the name come from the parent, so you don’t have to state itemReviewed:

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Ultra Gloss Paint Polish 500 ml",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.6,
    "reviewCount": 128
  }
}

An individual review also needs author, itemReviewed, and reviewRating with a value, and the name has to be either on itemReviewed or on the parent; the author name should be under one hundred characters. How structured data fits into the bigger picture is covered in the article on structured data for AI.

The most valuable part of a review isn’t the number

An average score is a single data point, and there is nothing interesting to cite in it. What reviews really hold are the recurring themes.

When seven out of twenty reviews mention that the product runs small, that is information the manufacturer’s description does not contain — and it is exactly what people ask about. Summarize themes like that in a standalone passage in your own words and leave the original ratings below it. For that passage to work when it gets pulled out of context, it follows the same rules as passage-level writing.

Four mistakes in review markup

01

Marking up your own company score

For the Organization and LocalBusiness types the rule holds: when the entity being rated controls the reviews about itself, Google says its pages are not eligible for star ratings.

02

Pulling in someone else's reviews

Google explicitly states that ratings from other sites should not be aggregated. Collect your own.

03

Data with no visible content

A marked-up rating that appears nowhere on the page is a contradiction between your data and your content.

04

Fake or pressured reviews

Beyond the ethical problem, it is a fraud on the customer — and when it comes out, it damages the credibility you are building everywhere else.

Where this guide stops

It doesn’t guarantee stars or a citation. Meeting the requirements makes a page eligible, not displayed; the search engine decides.

It doesn’t cover the legal side. Collecting and publishing reviews comes with consumer-facing rules, including how you label verified purchases. That belongs to a specialist, not to this article.

It doesn’t give you an impact number. How much reviews move AI visibility is not publicly documented.

What to take away

Reviews are usually the most valuable text on a product page that the seller didn’t write. That is their value — for the customer and for the content of the page alike.

Technically it is simple: collect from real customers, mark up product reviews, keep the data identical to the visible content. The most common mistake is marking up your own company score and waiting for stars; for Organization and LocalBusiness under your own control, Google states the ineligibility outright.

And the most valuable thing about reviews still isn’t the average. It is what keeps coming up in them — the things you won’t learn anywhere else on the page.


Want to know whether your reviews are marked up correctly? This site is run by Sniper Design — an AI SEO audit walks your product pages and structured data and names what needs fixing.

Source of the rules: Google Search Central documentation on review snippets, as of July 18, 2026.

Sniper Design
Help with implementation

Don't want to handle it in-house? We'll build it for you.

At Sniper Design we do full‑service AI SEO — strategy, audit, implementation, and content. E‑commerce specialists since 2016, 600+ e‑shops delivered. We build AI search in from the ground up — into homepage designs, content structures, and client site audits.

  • E‑commerce since 2016
  • 600+ e‑shops
  • Our own e‑shop
FAQ · 6 questions

Common questions on this topic

01 Why are reviews more interesting to AI than a product description?
Because the seller didn't write them. A manufacturer's description sits on your competitors' sites too, so it adds nothing distinctive to a comparison. Reviews carry customers' own phrasing — the language people actually use when they ask about a product — and they cover the granular questions a description never reaches: how it fits, how long it lasts, what to watch out for.
02 Can I mark up my own store's rating?
Not for star ratings on your own business. For the Organization and LocalBusiness types, Google states that if the entity being rated controls the reviews about itself, its pages are not eligible for this feature. What is worth marking up are reviews of the products you sell; don't treat your own company score on your own site as eligible material.
03 Can I use reviews from a review platform or another site?
No. Google explicitly states that reviews and ratings from other sites should not be aggregated. Pulling a score off Trustpilot or Google Reviews and marking it up as your own breaks the rules. Collect your own reviews from your own customers.
04 What does structured data for a rating have to include?
An aggregate rating needs a value, at least one of a rating count or a review count, and an indication of what is being rated, including its name. An individual review adds an author, the rated item, and a rating value; the name has to be on the rated item or on the parent. The author name should be under one hundred characters.
05 Is it enough to add structured data for a number that isn't on the page?
No. Google requires the marked-up review content to be readily available on the page. The data should describe what a visitor sees. Marking up a rating that appears nowhere on the page is a contradiction between your data and your content, not a clever shortcut.
06 Does structured data guarantee star ratings in the results?
No. Meeting the requirements makes a page eligible, not displayed. Whether the rating shows up in a result is the search engine's call. The main value of reviews is somewhere else anyway: they are material that says something about the product the seller could never write.
Keep reading

Related articles

All blog articles Back to home