Guides

How to Add Google Reviews to Shopify (No App Needed)

Add Google reviews to Shopify free with one Custom Liquid section, no app. The exact theme editor steps, the honest SEO nuance, and where to place them.

ReplyOnTheFly Team

Content Team

August 27, 2026
10 min read
Online store owner adding a Google reviews widget to her Shopify product page

Shopify makes it easy to sell. What it does not do is put the trust you have already earned in front of the shopper at checkout.

Your Google reviews, the ones real customers wrote, still live on Google's page instead of your store. Moving them onto your Shopify site takes one section and one line of code, no app and no monthly fee. This guide covers the exact steps, the theme-update trap that catches people, and the honest answer on what it does for SEO.

Quick answer

To add Google reviews to Shopify, generate an embed code from a free Google reviews widget, then in your Shopify admin open Online Store → Themes → Customize, click Add section → Custom Liquid, and paste the code into the Custom Liquid box. Save and preview. The widget pulls your live star rating and latest reviews from your Google Business Profile and refreshes daily. It works on Online Store 2.0 themes like Dawn, with no paid app.

Online store owner adding a Google reviews widget to her Shopify product page
Online store owner adding a Google reviews widget to her Shopify product page

What You Need First: The Embed Code

The only ingredient is a single embed code, one small script tag you paste once. Here is how to get yours:

  1. Open the reviews widget builder and search your business name and city. It finds your Google Business Profile and previews your real rating and recent reviews.
  2. Pick a layout: carousel, grid, masonry, list, slider, or a compact badge. For a product page, a carousel or badge keeps the height tidy next to your buy button.
  3. Copy the one line of code it gives you. That single script tag is the entire integration.

Ceramics maker copying one line of Google reviews embed code into her online store
Ceramics maker copying one line of Google reviews embed code into her online store

Want more than five reviews?

Without an account, the widget shows the five reviews Google's public Places API makes available, and Google picks which five. Create a free account and connect your profile to show your full review library instead, up to 50 reviews, newest-first or best-first, and filtered by keyword so a product page shows only reviews that mention that product.

Your Three Options on Shopify (and Why the Free One Wins)

Shopify gives you three ways to get outside code onto a page, and they are not equal:

  • A Custom Liquid section. Built into the theme editor on every Online Store 2.0 theme, including the free default theme Dawn. This is the one you want, and the rest of this guide uses it.
  • App Store reviews apps. Third-party Google reviews apps install in a click, then most of them meter you: a few reviews free, a monthly fee for the rest. You are renting something an embed code does for free.
  • Editing theme code directly. Under Online Store → Themes → Edit code you can paste the widget straight into a template or section file. It works, but it is the riskiest path, for a reason we will get to below.

For almost every store, the Custom Liquid section is the right call. It lives in the visual editor, it moves and resizes like any other section, and nothing about it can be wiped by a routine update the way pasted-in code can.

How to Add the Custom Liquid Section

With your embed code copied, the whole job happens in the theme editor:

  1. In your Shopify admin, go to Online Store → Themes.
  2. On your live theme, click Customize to open the editor.
  3. Pick the page you want in the top dropdown, then click Add section and choose Custom Liquid.
  4. Click the section to open its Custom Liquid box on the left and paste your embed code there.
  5. Drag the section up or down to where you want it and click Save.
  6. Click the preview link, or open your published store in a new tab, to see it live.

Shop owner dragging a Custom Liquid section into her Shopify theme editor
Shop owner dragging a Custom Liquid section into her Shopify theme editor

One thing to get right: paste the code into the Custom Liquid box, not into a rich text or image section. A text block escapes the script instead of running it, so you will see your own code printed on the page rather than your reviews. If that happens, you pasted into the wrong kind of block.

To place reviews right inside a product page, open a product template in the editor and add a Custom Liquid block within the product section, rather than a full-width section. That lets the reviews sit directly under the product details, beside the price and the Add to Cart button.

The Trap: Editing Theme Code and Losing It

This is the part that catches people who skip the section and go straight to Edit code.

Code you paste into a theme's Liquid files belongs to that copy of the theme. The moment you publish a new theme, accept a major theme update that ships as a fresh copy, or duplicate and switch, your pasted-in widget does not come along. Merchants rediscover this weeks later when the reviews quietly vanish after a theme swap.

Shopify store owner safely duplicating her theme before editing code
Shopify store owner safely duplicating her theme before editing code

Two habits keep you safe:

  • Prefer the Custom Liquid section over Edit code. A section added in the editor is far harder to lose by accident, and you never touch a raw Liquid file.
  • Duplicate the theme before editing code. If you do have to edit code, click the three dots next to your theme and choose Duplicate first. A clean backup means a bad edit is one click away from undone.

Build your widget in two minutes

Search your business, pick a layout, copy one line of code. Free forever, no signup, no paid Shopify app.

Build My Widget

Will Google Reviews Help Your Shopify SEO?

This is where Shopify is genuinely different from a plumber's or a salon's website, so it is worth being precise.

Because Shopify is a store, some structured data really can earn you stars in search. Genuine product reviews, the ones shoppers leave about a specific item, marked up with product review structured data on the product page, remain eligible for star ratings in the results. That is a real opportunity, and a separate one from what this guide is about.

Your Google Business Profile reviews are the other case. Google's review snippet documentation is direct: when the business being reviewed controls the reviews about itself, those reviews are ineligible for the star feature, and Google says this covers reviews added "either directly in their structured data or through an embedded third-party widget." It names Google Business review widgets as its example.

So embedding your Google reviews will not put stars under your homepage in search. That is fine, because that was never its job. On the store, it is a conversion tool, and an excellent one. A shopper who sees five stars beside your buy button stops leaving to go check Google, where a competitor is one tap away. If you want the full picture across every platform, see the complete guide to putting Google reviews on your website.

Where to Put the Widget on a Shopify Store

Placement does more work than layout. A review beside your Add to Cart button beats the same review three scrolls down.

  • Homepage: a carousel under your hero, or above the fold near your main call to action, so proof sits beside the decision.
  • Product pages: the highest-value spot. Add a Custom Liquid block inside the product template so a review sits near the price, and with a free account filter it by keyword so each product shows only the reviews that mention it.
  • Cart and thank-you pages: a compact badge near checkout reassures shoppers at the moment second thoughts creep in.

Shopper deciding on a Shopify product page with a Google review card beside the buy button
Shopper deciding on a Shopify product page with a Google review card beside the buy button

We wrote a full guide on where to put reviews on your website so they convert if you want the placement logic page by page.

Troubleshooting: Reviews Not Showing on Shopify

Nearly every "it's not working" report on Shopify comes down to one of four things:

  1. You pasted into a text block. If you see your code printed on the page, move it into a Custom Liquid section or block instead. Text sections do not run scripts.
  2. The code got truncated. The whole embed is one script tag, so a missing closing bracket kills it. Re-copy it fresh from the widget builder.
  3. You are judging the editor, not the live store. The theme editor sometimes shows a placeholder for embedded code. Save, then open the published store in a new tab, on your phone as well as your laptop.
  4. An old or non-2.0 theme. A few older themes do not offer a Custom Liquid section. Update to a current theme like Dawn, or add the block on a page template that does support it.

If the widget renders but shows only a handful of reviews, that is not a bug. Without a connected account, Google's public API supplies five reviews of its choosing. A free account unlocks your full synced library.

The Bottom Line

Your Google reviews are the strongest sales copy you didn't have to write, and by default they live on a page you don't control. On Shopify, moving them next to your buy button is one Custom Liquid section and one line of code.

Key Takeaways:

  • Adding Google reviews to Shopify takes one line of embed code in a Custom Liquid section. No app, no monthly fee, and it works on Online Store 2.0 themes like Dawn.
  • Skip the App Store reviews apps for this. Most charge monthly for what a free embed does.
  • Avoid pasting into theme code files if you can. A theme swap or update can wipe them. A Custom Liquid section stays put, and if you must edit code, duplicate the theme first.
  • Your Google Business Profile reviews won't earn stars in search, since Google treats self-displayed reviews as ineligible. Product review structured data is the separate path to stars. Treat the widget as checkout proof, not SEO.
  • Product pages are the best home for it, with the widget filtered by keyword so each product shows the reviews that fit it.

Adding reviews to WordPress or Wix instead? We have step-by-step guides for adding Google reviews to WordPress and adding Google reviews to Wix too.

Once your reviews are on your store, the next lever is collecting more of them. Start with our guide to getting more Google reviews, and if you'd rather not write the replies yourself, create a free account and each new review arrives in your inbox with a ready-to-send draft.


Show the Reviews. Then Answer Them.

Every review on your widget is one that deserves a reply. ReplyOnTheFly watches your Google reviews 24/7 and emails you a ready-to-send draft in your own voice. One tap to approve, no login needed.

Start Free - No Credit Card Required
  • Unlimited AI drafts
  • 5 free one-click posts/month
  • Works from your email inbox

Written by ReplyOnTheFly Team

Content Team

Free toolNo signup

Put your reviews on your site

Embed your live Google reviews with one line of code. Carousel, grid, or badge.

Build my widget

Or create a free account to automate replies

google reviewsshopifyreviews widgetembed reviewssocial proof