Google Review Link Generator

Create a one-click Google review link for any Google Business Profile. Share the link with customers to collect reviews on Google Maps.

Paste a long Google Maps URL or a short maps.app.goo.gl share link. Note: Maps URLs often contain a Feature ID, not a Place ID, so the link may need server-side lookup.
Open Review Page
QR code

How it works

  1. Paste the business's Google Maps URL.
  2. We build the direct review URL: https://search.google.com/local/writereview?placeid=PLACE_ID.
  3. Share the link with your customers via email, SMS, QR code, or your website.
  4. Customers click and land straight on the Google review form.

Frequently asked questions

Why does my Google review link show a 404 error?

search.google.com/local/writereview only accepts a real Google Place ID, which starts with ChIJ. Google Maps URLs often instead expose a Feature ID / CID, a hex pair like 0x...:0x..., which causes a 404 on that endpoint. Resolve the Maps URL to its real Place ID first, then build the review link.

What is the difference between a Place ID and a CID/Feature ID?

A Place ID (ChIJ...) is Google's stable identifier for a business, used by the Places API and the review-writing page. A CID/Feature ID (0x...:0x...) identifies the same place internally on Google Maps and Search, but is not accepted by search.google.com/local/writereview.

How do I create a direct Google review link?

Paste your business's Google Maps URL above. It resolves the correct Place ID and builds a link in the form https://search.google.com/local/writereview?placeid=PLACE_ID, which you can share directly, as a QR code, or as a short link.