Create a one-click Google review link for any Google Business Profile. Share the link with customers to collect reviews on Google Maps.
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.
How it works
- Paste the business's Google Maps URL.
- We build the direct review URL:
https://search.google.com/local/writereview?placeid=PLACE_ID. - Share the link with your customers via email, SMS, QR code, or your website.
- Customers click and land straight on the Google review form.
Frequently asked questions
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.
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.
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.