Google-maps – Linking to the Google Maps reviews of a place

google maps

I can display info of a place on google map using the url

http://maps.google.com/maps?q=eiffel+tower+paris

However, I'd like to link to the reviews of the place which you get when you click on the number of reviews.

Is there a simple url like the above which can search for a place on google map and switch to the reviews immediately? Like some additional parameter for the above url to switch to the reviews panel.

Best Answer

Using Google Maps

If you search and navigate to the place you want on https://maps.google.com. Then scroll the left-hand side panel down until you see the Review Summary. By clicking on the total number of reviews, the address bar in your browser will then be updated to a link that you can use to send someone to this panel.

For instance, here is a link I was able to generate for a tourist destination:

https://www.google.com/maps/place/Glen+Canyon+Dam/@36.9369499,-111.4859917,17z/data=!3m1!4b1!4m15!1m7!3m6!1s0x8739d46fcc1d6c6b:0x409adb24f99ef4f5!2sLake+Powell,+AZ+86040!3b1!8m2!3d36.9388464!4d-111.4847167!3m6!1s0x87346b2e4e555555:0xa7f0bd48dc75ca45!8m2!3d36.937199!4d-111.4836681!9m1!1b1

Unfortunately, it is not a simple link. But it is easily produced.

Using Google's Review API

Google has restricted review data in such a way that it is only accessible through their API.

Some time ago, you were to be able to embed your google reviews in an iframe using a link that was provided to you by google. Nowadays, one of the ways to leverage this API is to use a widget that comes with your CMS (if you are using one), you can also setup Google's My Business API, and pull reviews that way. Do note that it involves registering your app with google as well.

[Reviews] used to be relatively easy to embed a few years ago, but Google has since phased this solution out.[1]

Links

1: https://blog.reviews.io/how-to-add-google-reviews-to-your-website

2: https://developers.google.com/my-business/content/review-data