> For the complete documentation index, see [llms.txt](https://docs.vintcer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vintcer.com/add-google-reviews-to-your-website.md).

# Add Google Reviews to your website

{% hint style="info" %}
This article explains about built in Google Reviews widget, if you want to use third-party Review Widget please read this article- <https://docs.vintcer.com/custom-html-js-code>
{% endhint %}

{% hint style="warning" %}
You need Google Place ID to fetch your reviews. You can find your Place id from your Account or using this tool- <https://google-developers.appspot.com/maps/documentation/javascript/examples/full/places-placeid-finder>
{% endhint %}

1. Add a section or block of your choice where you want to add the Reviews on your website. Click on small blue colored + button to open element tray.

![Click on the small Plus button available at left side of the text](/files/-LMU4o4mqJz752c-bQxa)

2\. Select Widget<> from option

![](/files/-LMU58UU_MuWFoiv3rQx)

3\. Select Google Reviews widget from available options

![](/files/-LMU5Jf7kNbLq93dEDfF)

4\. Enter your Google Place ID  and Place Name to get the Reviews of your Place.

### [Click here to find your Place ID](https://google-developers.appspot.com/maps/documentation/javascript/examples/full/places-placeid-finder)

![](/files/-LMU5h9ZNQuBF2cDK2NY)

{% hint style="success" %}
Make sure to click on UPADTE button and then click on Publish button to make changes live on your website.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vintcer.com/add-google-reviews-to-your-website.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
