How to fix low review count on Webflow

Collect at least 5 published reviews so Google can display star ratings in search results for your product pages.

Steps for Webflow

  1. Webflow Ecommerce does not have a native review system; install a third-party review widget such as Trustpilot, Judge.me, or Stamped via an embed code block.
  2. In the Webflow Designer, open the Product Template page, add an 'Embed' element in the product detail section, and paste your review app's widget code.
  3. Confirm your chosen review app outputs aggregateRating JSON-LD or add it manually in Page Settings → Custom Code → Head Code using a CMS-bound script that reads the review count field.
  4. Create a review-request automation within your review app's dashboard, triggered by order fulfilment events via Zapier or a native integration.
  5. Once 5 reviews are published and the schema reflects reviewCount ≥ 5, validate with the Rich Results Test.
Official Webflow documentation ↗
{
  "@context": "https://schema.org/",
  "@type": "Product",
  "name": "Example Product Name",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.7",
    "reviewCount": "5"
  }
}

What is low review count?

When you add review or rating markup (structured data) to a product page, Google can show gold star ratings directly in search results — a feature called a "review snippet" or "rich result." However, Google requires a minimum of 5 reviews (a reviewCount of 5 or higher in your structured data) before it will actually display those stars. If your page currently has fewer than 5 reviews, the markup is technically correct but Google will silently ignore the stars and show a plain blue link instead.

Star ratings in search results are one of the most powerful click-through-rate boosters available to an online store — studies consistently show they lift CTR by 15–30%. Every day your product pages appear without stars, you are handing clicks to competitors whose listings do show them. Beyond CTR, reaching the 5-review threshold also builds social proof that directly increases on-page conversion rates and average order value. This is a pure revenue opportunity that costs nothing but a focused effort to collect genuine customer feedback.

See the complete Low review count guide for every platform and the full background.

Not sure if your Webflow store has this?

Run a free SEOLZ audit — we’ll find low review count and every other issue across your whole site.

Scan my site free

Fix low review count on another platform