WordPress · 5 min read
How to embed Google reviews on WordPress
The fastest way to add real, live-updating Google reviews to any WordPress site — no plugin, no code, no Google Cloud billing. This guide covers Gutenberg, the Classic Editor, sidebar widgets, and every popular page builder.
<script> tag, and paste it into a Custom HTML block. Done.Why embed Google reviews on WordPress?
Bringing your Google reviews back onto your WordPress site keeps visitors on your domain instead of bouncing to Google Maps, adds high-conversion social proof above the fold, and — via the JSON-LD schema Reviews Widget ships — makes your pages eligible for star rich snippets in Google Search.
Step-by-step
- 1
Create your free Reviews Widget
Sign up at Reviews Widget, paste your Google Business Profile URL, and let it pull in your latest Google reviews. No API key, no Google Cloud project.
- 2
Style the widget for your WordPress theme
Pick a layout (grid, masonry, list, carousel or floating badge), match your theme colors, and preview across desktop, tablet and mobile from the editor.
- 3
Copy the one-line embed snippet
Open the Embed tab in your dashboard and copy the <script> tag. It's under 200 bytes and loads asynchronously so it never blocks your page's LCP.
- 4
Open the WordPress page or post editor
In wp-admin, edit the page you want the reviews on — your homepage, a Testimonials page, a service page, or a sidebar widget area.
- 5
Paste the snippet into a Custom HTML block (Gutenberg)
Add a new block, search 'Custom HTML', and paste the <script> tag. In the Classic Editor use the Text tab (not Visual) so WordPress doesn't strip the tag. In a sidebar, use a Custom HTML widget under Appearance → Widgets.
- 6
Publish and verify
Save and view the page — your Google reviews render inline. Paste the URL into Google's Rich Results Test to confirm the Review and AggregateRating schema validates.
Where to paste the snippet
- Gutenberg (block editor): a Custom HTML block on any page or post.
- Classic Editor: switch to the Text tab (not Visual) and paste the script.
- Sidebars & footers: Appearance → Widgets → Custom HTML widget.
- Elementor: HTML widget — see the dedicated Elementor guide.
- Divi / WPBakery / Beaver Builder: their Code / Raw HTML module.
- Full-site editor themes (Twenty Twenty-Four+): Custom HTML block in a template part.
Want the platform-agnostic version? Read the full walkthrough for the general steps that work on any CMS.