For Shopify merchants
Shopify reviews widget — show Google reviews without an app
Most Shopify stores already have dozens of reviews sitting on Google, Trustpilot or Facebook where shoppers never see them at the moment of purchase. This guide shows how to pull them onto your storefront with one Custom Liquid section — no app install, no theme code, no per-order fee.
Last reviewed by the Reviews Widget product team.
Shopify product reviews app vs storefront reviews widget
A Shopify product reviews app collects new reviews on individual products inside your store. A storefront reviews widget displays reviews you already earned on Google, Trustpilot, Yelp and Facebook. They solve different problems, and most stores need the second one long before the first.
The distinction matters because it decides your cost and your install path. Collection apps sit inside Shopify, need permissions, and usually price per order or per store view. A display widget is a script tag: it renders wherever you paste it and never touches checkout.
| Product reviews app | Reviews Widget | |
|---|---|---|
| What it shows | Reviews shoppers leave on your products | Reviews already published on Google, Trustpilot, Yelp, TripAdvisor, Facebook, Booking.com, Airbnb, Amazon, ProductReview.com.au, G2, Etsy |
| Install | App store install with store permissions | Paste one script into a Custom Liquid section |
| Typical pricing | Per order or per store view | Flat plan, free tier available |
| Best placement | Product detail pages | Homepage, landing pages, cart, About, PDP sidebar |
| Schema output | Product review snippets (eligible) | Organization / LocalBusiness data (see schema section) |
Install it with one Custom Liquid section
Create a widget, connect your Google Business Profile, copy the snippet, then in Shopify open Online Store, Themes, Customise, add a Custom Liquid section and paste. The reviews appear immediately and refresh on a schedule from then on.
- 1. Connect your sources. Search your business name in the dashboard and add Google first, then any of Trustpilot, Yelp, TripAdvisor, Facebook, Booking.com, Airbnb, Amazon, ProductReview.com.au, G2 or Etsy you use.
- 2. Style the grid. Match your theme's corner radius, accent colour and font weight in the live preview before you copy anything.
- 3. Paste into Custom Liquid. In the Shopify theme editor, add a section, choose Custom Liquid, and paste the snippet into the code field. Save.
The step-by-step version with screenshots lives in how to embed Google reviews on Shopify.
Where to place the widget by template
Put the full grid on the homepage above the footer, a compact list on product pages near the add-to-cart button, and the floating star badge sitewide. Each placement answers a different hesitation a shopper has at that point in the journey.
| Template | Layout | Why it works there |
|---|---|---|
| Home | Grid or masonry | First-visit credibility before a shopper browses the catalogue |
| Product | Compact list or carousel | Answers the trust question right beside add-to-cart |
| Collection | Floating star badge | Keeps proof visible without pushing products below the fold |
| Cart / checkout entry | Slim carousel | Reduces abandonment at the highest-intent moment |
| About / Contact | Grid with write-a-review button | Turns interested visitors into new reviewers |
What schema actually fires — and what Google does with it
The widget outputs valid Review and AggregateRating JSON-LD for your business. Google's review snippet guidelines treat reviews about a business on that business's own site as self-serving, so do not expect gold stars in Search from this alone. The value is on-page conversion and machine-readable trust data.
If you specifically want star ratings under product listings, you need per-product Product schema fed by reviews collected on those products — that is what a collection app is for. The two can run side by side without conflict. There is a full explanation in review schema explained and in star rich snippets.
Speed score and Core Web Vitals
The embed is about 5 KB gzipped, loads asynchronously and defers its data fetch until the page is interactive. It is not the LCP element on a well-built Shopify theme, and reserving container height keeps cumulative layout shift at zero.
- Keep your hero or first product image as the LCP element and preload it.
- Give the Custom Liquid section a min-height so the reviews mount into reserved space.
- Avoid stacking multiple full grids on one template — one grid plus the badge is enough.
More detail on rendering and isolation in the no-code embed feature page.
Shopify merchant questions
The most common merchant questions — apps, themes, product pages, schema and speed — are answered in full below the pricing options.
Sources & further reading
- Shopify — Custom Liquid section — How to add raw HTML and Liquid to any Online Store 2.0 theme
- Google Search Central — review snippet guidelines — Why self-serving reviews on your own site are ineligible for star snippets
- BrightLocal Local Consumer Review Survey 2025 — Google remains the most-used review platform for consumer research