Shopify · 5 min read
How to embed Google reviews on Shopify
Add real Google reviews to any Shopify store — no app, no theme code edits, no Google Cloud billing. This guide covers Online Store 2.0 themes, product pages, and homepage placements.
<script> tag into a Custom Liquid section in your Shopify theme.Why embed Google reviews on your Shopify store?
Shopify stores that display real Google reviews on product and home pages typically see higher add-to-cart rates because visitors don't have to leave to check trust signals. And the JSON-LD schema shipped with every embed makes your product pages eligible for star rich snippets.
Step-by-step
- 1
Create your free Reviews Widget
Sign up, paste your Google Business Profile URL, and let Reviews Widget pull in your latest reviews. No app install, no theme code, no Google API key.
- 2
Design the widget to match your Shopify theme
Pick a layout and color palette from the editor. Preview across desktop, tablet and mobile — presets like Midnight Indigo and Editorial Serif pair well with premium Shopify themes.
- 3
Copy the embed snippet
Open the Embed tab in your dashboard and copy the one-line <script> tag.
- 4
Open your Shopify theme editor
In Shopify admin go to Online Store → Themes → Customize on your live theme. This works with every Online Store 2.0 theme (Dawn, Sense, Craft, Refresh, and any third-party OS 2.0 theme).
- 5
Add a Custom Liquid section
On the page you want the reviews on (Home, Product template, or a custom Reviews page), click Add section → Custom Liquid. Paste the <script> tag directly into the Liquid code box.
- 6
Position and save
Drag the Custom Liquid section into the position you want — under the hero, above the footer, or between product blocks. Click Save and preview.
- 7
Verify rich snippets
Open your live product or homepage URL in Google's Rich Results Test to confirm the Review and AggregateRating schema is valid.
For the CMS-agnostic version see the full walkthrough.