The 30-second answer
You can add Google reviews to your website three ways for free:
- Google Maps iframe embed — shows your map listing with aggregated star rating (not individual reviews). 100% free, but limited.
- Embed individual reviews via Google's three-dot menu — copy the HTML for any specific review and paste it on your page. Free, but doesn't auto-update.
- Free tier of a third-party widget (EmbedSocial, Elfsight, Trustindex, Shapo) — auto-updating review carousels for free, but the widget shows the tool's branding until you upgrade.
If you want the easiest paid setup, TrueReview's review widget is a 10-second copy-paste with no branded watermark and auto-syncs to your Google Business Profile.
This guide walks through each method with screenshots, including the gotchas most tutorials skip.
Why embed reviews on your website at all
Before you spend an hour wrestling with embed code, it's worth knowing what the payoff actually is. The data is genuinely strong:
- Products and services with 5 or more visible reviews are 270% more likely to be purchased than those with none (Spiegel Research Center)
- 83% of shoppers begin their research with Google reviews (BrightLocal 2026)
- Conversion rates improve by 2.8% for every 10 new reviews a business displays (SOCi research, 31,000 business profiles)
- A one-star increase in average rating corresponds to a 44% jump in conversions
- Schema markup that displays star ratings in search results increases click-through rates by 15–35%
The point isn't "look how many reviews we have." It's keeping the trust signal on your own website instead of sending visitors off to Google to read reviews — where they might also see a competitor's listing in the sidebar.
Most local business websites bury their reviews on a dedicated "Testimonials" page that gets almost no traffic. The high-impact placement is the homepage above the fold, landing pages near a call-to-action button, and service pages where the buyer is making a decision. A widget that auto-updates and renders well on mobile is the goal.
Now the methods.
Method 1: Google Maps iframe embed (100% Free, Limited)
This is the only fully free method that doesn't require any third-party tool. The catch: it doesn't actually show individual reviews — it shows your Google Maps business listing with the aggregated star rating and review count, embedded as an iframe.
When to use this method:
- You want a free option with zero ongoing dependencies
- A summary star rating is enough (you don't need full review text on the page)
- You also want to show your location/map on the same page
Step-by-step:
- Go to maps.google.com and search for your business
- Click your business listing when it appears
- In the business panel, click the "Share" button
- In the popup, click the "Embed a map" tab
- Choose a size (small, medium, large, or custom)
- Click "Copy HTML"
- Paste the iframe code into your website's HTML wherever you want the map+rating to appear
The result is a Google Maps embed showing your business name, address, star rating, and review count, with a clickable link to your full Google profile. Visitors can click through to read individual reviews — but they're leaving your site to do it.
Limitations to know:
- Doesn't show individual review text or photos on your page
- The iframe styling can't be customized — you're stuck with Google's default look
- Mobile responsiveness is okay but not great; the iframe doesn't always size well on small screens
For most businesses serious about social proof, this is a starting point — not a final solution.
Method 2: Embed a Specific Review (Google's Built-In Feature)
Most tutorials skip this method entirely, but Google does provide a built-in way to embed an individual review on your website. It's free, official, and surprisingly underused.
Step-by-step:
- Go to maps.google.com and search for your business
- Click into your business listing
- Click the "Reviews" tab
- Find the review you want to embed
- Click the three-dot menu (⋮) in the upper-right corner of the review
- Select "Share review"
- In the popup that appears, click the "Embed" tab (some businesses see this as "Embed review")
- Click "Copy HTML"
- Paste the HTML into your website's page editor
The result is an iframe showing that specific review with the reviewer's name, photo, star rating, review text, and a "View on Google" link. Looks like a Google-styled review card on your page.
When to use this method:
- You want to feature your best reviews on a specific landing page or homepage
- You want the review to be officially attributed to Google (the embed shows the Google branding, which adds credibility)
- You're okay with manually picking and updating which reviews you display
Limitations to know:
- Doesn't auto-update. If the reviewer edits or deletes their review, the embed may still show the original text (or break)
- No layout customization. The iframe styling is fixed
- Best for 1–3 featured reviews, not a full review wall. Embedding 20 individual reviews this way creates a heavy, slow-loading page
This is a strong tactical choice for landing pages where one or two killer reviews are more useful than a full carousel. For homepage social-proof sections that should always show recent reviews, you'll want one of the auto-updating widget options below.
Method 3: Manual Screenshot (The Lazy Method — Read This Section)
Some tutorials suggest "just screenshot your best Google reviews and add them as images to your page." It works, technically, and it's free. But there are real downsides worth flagging:
Tradeoffs of the screenshot method:
- No auto-update. Your "showcase" review from 2022 is still there in 2026 — and obviously dated to anyone reading carefully
- No schema markup. Screenshots are images, not structured data, so they don't contribute to your search-result star ratings
- No clickthrough. A visitor seeing a screenshot can't click through to verify the review on Google, which slightly undermines the trust signal
- Accessibility issues. Screenshots of text fail screen readers and aren't crawlable by Google's content indexers
- Gray-area on Google's terms. Google's policy on using review screenshots commercially isn't crystal clear; most lawyers treat it as low-risk for your own business, but worth flagging
When it's okay to use:
- A printed brochure or PDF where dynamic content isn't an option
- A one-time marketing asset (a social media graphic, a presentation slide)
- A truly temporary placeholder while you set up a real widget
When to avoid:
- Your main website social-proof section
- Anywhere you'd benefit from schema markup boosting your SERP visibility
If you've been doing this on your website, it's worth replacing with one of the live methods. The visitor-trust difference between "static screenshot from 2 years ago" and "live, recent reviews that auto-refresh" is substantial.
Method 4: Google Places API (Developer-Friendly, Free Tier)
If you have a developer on your team (or are one yourself), the Google Places API gives you full programmatic control over how reviews are displayed.
The basics:
- Free tier: Up to 28,000 requests per month at no charge
- Returns: Up to 5 reviews per request, plus business metadata (rating, total review count, place details)
- Requires: A Google Cloud project, an API key, billing enabled (even on free tier — you have to enter a credit card, though you won't be charged unless you exceed the free tier)
- Returns JSON that you parse and render with your own HTML/CSS
When this method makes sense:
- You want full design control over how reviews look on your site
- You're building a custom solution that integrates with other features (e.g., displaying reviews alongside product data)
- You're comfortable maintaining API credentials and handling rate limits
When to skip it:
- You don't have a developer available
- You want the simplest possible setup
- You only need standard widget functionality
The 5-review-per-request limit is the biggest practical constraint. If you want to display more than 5 reviews, you'll need to make multiple requests and stitch the results together — which gets complex fast and burns through your free tier.
For most non-developer businesses, the API isn't worth the maintenance overhead. Use one of the no-code widget options instead.
Method 5: Free Plans on Third-Party Widgets
Several third-party tools offer auto-updating Google review widgets with no-code embed codes. Most have a free tier with limitations (review count caps, branded watermark, limited customization), then paid plans that unlock more features.
The major free options as of 2026:
| Tool |
Free plan limitations |
Branding |
| EmbedSocial |
Up to 10 reviews displayed |
"Powered by EmbedSocial" watermark |
| Elfsight |
200 monthly views, basic templates |
Elfsight watermark |
| Trustindex |
WordPress plugin, unlimited reviews on free plan |
Trustindex watermark on free plan |
| Shapo |
Limited review count on free plan |
Shapo branding |
| Taggbox |
Free trial, then paid only |
Watermark on free trial |
| SociableKIT |
7-day premium trial, then limited free plan |
SociableKIT branding |
How most of them work (general pattern):
- Sign up for a free account
- Connect your Google Business Profile (usually via Place ID lookup or Google sign-in)
- Customize the widget design (layout, colors, fonts, filters)
- Generate an embed code
- Paste the code into your website (works in HTML blocks on WordPress, Webflow, Squarespace, Wix, Shopify, and most other platforms)
The setup typically takes 5–10 minutes once you have your Google Business Profile ready.
Things to know before signing up:
- Branding is the biggest tradeoff. Most free plans show the widget vendor's logo or "powered by" text. Looks unprofessional on a serious business site.
- Review caps. Free tiers usually display only 5–10 reviews. If you have 100 reviews, you'll need a paid plan to show more.
- Auto-sync timing varies. Some widgets refresh hourly, some daily, some only every 72 hours.
- Performance impact. Every third-party widget adds JavaScript to your page. Heavier widgets can slow your Core Web Vitals scores. Test before committing.
Method 6: TrueReview's Review Widget (The Easiest Paid Option)
If you want the cleanest setup with no branded watermark, auto-syncing reviews, and customization that matches your brand, TrueReview's embed widget is the simplest paid path. Setup takes about 10 seconds:
Step-by-step:
- Sign up for TrueReview (14-day free trial)
- Connect your Google Business Profile
- Customize the widget design — layout (carousel, grid, badge), colors, fonts
- Copy the embed code
- Paste it into your website
The widget:
- Auto-updates as new reviews come in
- Displays unlimited reviews on paid plans
- Has no third-party watermark
- Includes review schema markup (star ratings in search results)
- Works on every major platform (WordPress, Webflow, Squarespace, Wix, Shopify, custom HTML)
- Loads asynchronously so it doesn't slow your page load
- Renders cleanly on mobile
There's also a Google review widget specifically if you want to display Google reviews only, separate from other platforms.
The widget is one feature in TrueReview's full review automation platform — which also handles SMS and email review requests, AI-powered review responses, and multi-platform monitoring. If you only need the widget, the entry tier is the most accessible option. See transparent pricing here.
How to Style Your Widget for Your Website
Once you've picked a method, a few quick guidelines for making the widget look like it belongs on your site rather than a third-party graft:
Match your brand colors. Most third-party widgets let you customize background, text, and accent colors. Pull your brand's hex codes from your style guide.
Set the font to match your site. Don't let the widget render in its default font when your site uses a custom typeface. Most paid widgets let you override the font; some free ones don't.
Choose the right layout for the placement:
- Homepage hero / above the fold: A horizontal carousel showing 3–5 reviews works well
- Footer of every page: A compact badge showing star rating + review count is enough
- Service or product page: A vertical list or grid of 5–10 reviews fits naturally near the CTA
- Dedicated testimonials page: A full review wall with filters
Add schema markup. This is the #1 SEO benefit of embedded reviews and the easiest payoff to miss. Schema markup tells Google "this page has a star rating," which often results in your search result showing stars in the listing. Pages with star-rating schema get 15–35% higher click-through rates than identical pages without it. Most paid widgets (including TrueReview's) include schema markup automatically. Free widgets often don't.
Test on mobile. Over half your site visitors are on phones. A widget that looks great on desktop and breaks on mobile costs you conversions every day. Test on a real phone, not just browser dev tools.
Watch your Core Web Vitals. A heavy widget can drop your page speed scores, which hurts SEO. If you notice your Lighthouse scores dropping after adding a widget, switch to one that loads asynchronously (TrueReview's does this by default).
FAQ
The most common follow-ups on adding a Google review widget to your website.
Is there a way to embed Google reviews on my website for free with no third-party tool?
+
Yes — Google's Maps iframe embed and the per-review embed code (Method 1 and Method 2 above) are both fully free and don't require any third-party service. The tradeoff is that they're limited in design and don't auto-update.
Can I embed Google reviews on a free Wix or Squarespace site?
+
Yes. All the methods above work on Wix and Squarespace as long as you have access to add HTML embed blocks — which both platforms support, including on free plans.
Will embedding reviews hurt my page speed?
+
It can, especially if you use a heavy widget that loads multiple JavaScript files and tries to render many reviews. To minimize impact, choose a widget that loads asynchronously, lazy-loads images, and uses minimal external dependencies. TrueReview's widget is built for this — it adds about 0.3 seconds to load time, which doesn't typically affect Core Web Vitals.
Do embedded Google reviews help with SEO?
+
Indirectly, yes. Embedded reviews:
Add schema markup that displays star ratings in search results (15–35% CTR lift).
Add fresh content as new reviews come in.
Reinforce keywords when customers naturally mention your services.
Lower bounce rate by keeping social proof on-page.
Google doesn't use embedded reviews as a direct ranking signal, but the indirect effects are real and well-documented.
Can I filter to show only 5-star reviews?
+
Most paid widgets allow this, but it's worth knowing that showing only 5-star reviews can actually hurt conversion. Research consistently shows that businesses displaying a mix of 4 and 5-star reviews (with thoughtful responses to the rare 4-star) convert at 39% vs 35% for businesses showing only 5-stars — because users suspect perfect ratings are fake. A small number of imperfect reviews increases trust.
Can I edit or remove reviews I don't like?
+
You can't edit them, but you can flag inappropriate reviews to Google for review. If Google determines a review violates their policy (fake, spam, inappropriate content), they'll remove it. You can also use a widget that allows display filtering to exclude specific reviews from being shown — but this won't remove them from your Google profile, only from your embedded widget.
Do I need a developer to add a Google review widget?
+
No, for any of the no-code methods (iframe embed, third-party widgets, TrueReview's widget). You only need a developer if you choose to use the Google Places API directly (Method 4).
What's the difference between a Google review widget and embedded Google reviews?
+
"Embedded reviews" is the broader category — any method of displaying Google reviews on your website. A "widget" is specifically a pre-built, customizable interface element (carousel, grid, badge) that displays them. Most modern widgets are technically embedded reviews. See our
Google Review Widget vs Embedded Reviews post for a deeper dive.
Can I embed Google reviews from multiple business locations?
+
Yes, but the method varies. Free Google iframe methods only work one location at a time. Paid widgets typically support multi-location aggregation, where you can display reviews from all locations on a single page or filter by location. TrueReview's widget supports this natively.
The bottom line
You have five real options for embedding Google reviews on your website:
- Google Maps iframe — free, only shows the aggregated rating
- Google's per-review embed — free, official, but manual and doesn't auto-update
- Manual screenshots — free but a bad idea for live websites
- Google Places API — full control, but requires a developer
- Third-party widget free tiers — auto-updating, but watermarked
For a serious business website, the honest recommendation is to skip the free third-party plans (the watermark hurts professional credibility) and either:
- Use Google's per-review embed for 1–3 standout reviews on landing pages, or
- Use a paid widget like TrueReview's for an auto-updating review wall on your homepage and key service pages
Either path is significantly better than buried testimonials on a "Reviews" page that nobody visits.
Ready to set up an auto-updating, watermark-free Google review widget on your site? Start a free 14-day trial of TrueReview and copy your embed code in 10 seconds, or see pricing — no sales call required.