Product Reviews

What are Product Reviews?

Product Reviews are customer opinions about a specific article, usually a star rating combined with free text and sometimes photos or video. They appear as an aggregate rating near the product title, as a detailed list further down the product detail page, and as stars on category and search result pages. Reviews are collected after purchase through email or an account prompt, imported from marketplaces, or submitted directly in the shop. Alongside price, availability and images they are among the most consulted content blocks on a product page.

Definition

A review system covers collection, moderation, display and response. Verified reviews are linked to an actual order, unverified ones are not, and the distinction carries legal weight in the European Union: a trader who displays reviews must state whether and how it is ensured that they come from real purchasers, and publishing fake or filtered reviews counts as an unfair commercial practice. Aggregating ratings across variants, translating reviews for international storefronts and handling incentivised submissions therefore need explicit rules. Recurring problems are the suppression of negative reviews, mixing reviews of different products, and showing an average without the underlying count.

Why it matters

In a headless architecture review data comes from a separate service and is joined to the catalogue by product identifier. Aggregate values such as average rating and review count are small and easy to cache, so they can be rendered into the static page and into structured data for search engines, while the paginated list is fetched on demand. Review text is also indexable content, which keeps server side rendering or streaming of the first page relevant for SEO. Write paths need rate limiting and spam protection, and moderation state must be respected by every consuming surface, including native apps and feeds.

Use cases

On the product detail page the aggregate sits near the title and the full list below the description, often with filters for rating, variant or keyword. Category and search pages show stars and counts to support scanning. Snippets can support landing pages and campaign emails as long as the complete review stays reachable. After the purchase, automated flows request a review once the estimated delivery date has passed, and support teams use public replies to resolve complaints visibly for later visitors. Reporting usually tracks submission rate, moderation backlog and the relationship between review coverage and conversion at product level.

Explore Social Proof · UGC.

Frontend Insights