Google Reviews Carousel Widget

Reviews slide through one at a time. The safest choice when space is tight — it shows depth without taking a whole screen.

Best for: Homepages and landing pages

P
Priya S.
2 days ago
★★★★★

Booked a cab at short notice and the driver arrived early. Clean car, fair price, no haggling. Will use again.

D
Daniel R.
a week ago
★★★★★

Genuinely helpful from the first call. They explained the options instead of upselling me.

A
Aisha K.
2 weeks ago
★★★★★

Turned up on time, finished ahead of schedule and left the place spotless.

T
Tom W.
3 weeks ago
★★★★☆

Great service and good communication throughout. Only wish they opened earlier on Sundays.

Live preview with sample reviews. On your site it shows your real Google reviews and updates itself.

When the Carousel layout is the right choice

A carousel shows one review at a time and rotates. That is a deliberate trade: you get depth — a visitor can read a full review without a wall of text — while the section stays about the height of a paragraph. On a homepage where every 100 pixels is contested, that matters more than showing everything at once.

When to use something else

Avoid it if reviews are the point of the page. On a dedicated reviews page a visitor wants to scan many at once, and rotating them one at a time hides the very volume you are trying to demonstrate. Use the wall there instead.

Practical tip Keep autoplay slow enough to actually read — roughly six seconds per review. Faster feels animated rather than readable, and nobody trusts a quote they could not finish.

Add the Carousel widget to your website

Connect your Google Business Profile, pick this layout, and paste the snippet where the reviews should appear. It works the same in WordPress, Shopify, Wix, Squarespace, Webflow and plain HTML — there is no plugin and no build step.

<script src="https://growmelocally.com/widget/reviews/YOUR_TOKEN.js" async></script>

The async attribute means it never blocks your page from rendering, and it draws inside a shadow root so your CSS and the widget cannot interfere with each other.

Generate my widget — free

Questions about the Carousel widget

Does the carousel autoplay?

Yes, and you can turn it off. Visitors can also swipe or use the arrows at any point, and autoplay pauses while someone is interacting so it never yanks a review away mid-sentence.

Is a carousel bad for accessibility?

It can be, which is why this one pauses on hover and on focus, exposes real arrow buttons a keyboard can reach, and never traps focus inside the widget.

Other layouts

Frequently asked questions

Does the carousel autoplay?
Yes, and you can turn it off. Visitors can also swipe or use the arrows at any point, and autoplay pauses while someone is interacting so it never yanks a review away mid-sentence.
Is a carousel bad for accessibility?
It can be, which is why this one pauses on hover and on focus, exposes real arrow buttons a keyboard can reach, and never traps focus inside the widget.
Is the Google reviews widget free?
Yes. Generating the widget and embedding it on your site is free on every plan, including the free one. It keeps pulling new reviews as they come in, with no cap on how many pages you put it on.
Do I need to install a plugin?
No. It is one script tag, so there is no plugin to install, update or have break after a WordPress core release. That also means it works identically on Shopify, Wix, Squarespace, Webflow and hand-written HTML, none of which accept WordPress plugins.
Will the reviews update automatically?
Yes. The widget reads your live Google Business Profile, so a review left this morning appears without you touching the code. Responses are cached briefly so a busy page never hammers the API, which means a brand-new review can take a few minutes to show.
Will a reviews widget slow my website down?
It should not. The script loads asynchronously so it never blocks your page from rendering, and the reviews are fetched after your content is already on screen. The widget renders inside a shadow root, which also means it cannot inherit or fight your site CSS — the usual cause of embedded widgets looking broken.