product rich results
Also called: product rich snippet, product rich snippets
Product rich results are enhanced product listings in Google Search that pull details like price, availability, star ratings, and reviews from Product structured data on the page. Google renders two versions: product snippets (for editorial or review pages) and merchant listings (for pages where a shopper can buy).
Two experiences, one markup
Google builds both experiences from the same Product schema, but eligibility differs. Product snippets suit editorial and review pages and lean on ratings, reviews, and pros and cons. Merchant listings are for pages where a shopper can actually purchase, and they unlock richer detail: shipping cost and windows, return policy, apparel sizing, and product variants.
The markup is a Product object wrapping an Offer (price, priceCurrency, availability, itemCondition), plus optional aggregateRating and review. A trimmed example:
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Trail Runner 2",
"image": "https://example.com/shoe.jpg",
"offers": {
"@type": "Offer",
"price": "49.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
}
Google recommends the markup live in the initial server HTML. Price and availability that only appear after JavaScript runs make Shopping crawls less frequent and less reliable. You can also define return and shipping policies once under Organization markup as a site-wide fallback instead of repeating them on every product page. Validate with the Rich Results Test, then watch coverage in Search Console. Rich results are never guaranteed; Google shows them at its own discretion and may change what it renders over time.
How it affects your traffic
Product rich results widen your listing in the SERP with price, stars, and stock status, which can lift click-through even when your ranking position does not move. Missing or invalid markup leaves you with a plain blue link next to competitors showing ratings and prices, so you lose the click before the visit happens. Getting Product, Offer, and review schema right across a whole catalog (and keeping it valid as prices and stock change) is fiddly at scale, which is exactly what our E-commerce SEO work handles: correct markup on every template, clean feeds, and eligibility monitored in Search Console.
Get E-commerce SEO that moves the needle
We turn terms like this into ranked pages and qualified pipeline. Start with a free Initial SEO Strategy.