> For the complete documentation index, see [llms.txt](https://docs.roadmap.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roadmap.so/reviews/integrations/integrate-reviews-with-google-merchant-center.md).

# Integrate reviews with Google Merchant Center

Send Roadmap product reviews to Google Merchant Center Product Ratings so star ratings can appear on Google Shopping and Search.

Use Roadmap's product review feed to connect your product reviews to Google Merchant Center Product Ratings, so star ratings and review counts can appear on Google Shopping listings and in Search.

Roadmap handles both parts for you.

#### What this setting does

* A product review feed — an XML file that Google Merchant Center fetches on a schedule.
* Product-page review schema — structured data that adds the average rating and review count to your product pages automatically.

You do not build either of these. Your job is to register the feed in Google Merchant Center and meet Product Ratings requirements.

#### How Roadmap provides the feed

<figure><img src="https://393112916-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ8asLD4FVCFagK40xEr4%2Fuploads%2FG84w8kXHfQqx3AMM7pfV%2FScreenshot%202026-07-02%20at%2012.29.04%E2%80%AFPM.png?alt=media&amp;token=eaa4021f-9e9c-497d-8343-039928f6feb0" alt=""><figcaption></figcaption></figure>

Roadmap generates and hosts your review feed automatically at a fixed path on your own store domain:

`https://<your-store-domain>/apps/roadmap-app/review-feed.xml`

For example, a store on `examplestore.com` would use `https://examplestore.com/apps/roadmap-app/review-feed.xml`.

The feed always contains your store's reviews and refreshes on its own. There is nothing to upload or regenerate.

You can also copy the feed directly in the Shopify admin from **Roadmap → Reviews → Settings**. Under **Google Merchant Center**, copy the **Review feed** URL.

{% hint style="info" %}
The URL shown in **Reviews → Settings** matches this format: `https://<your-store-domain>/apps/roadmap-app/review-feed.xml`.
{% endhint %}

The product-page schema is applied automatically. No setup is needed.

#### Before you start

These are Google Merchant Center Product Ratings requirements, not Roadmap settings.

* You need a Google Merchant Center account.
* You must sign up through Google's Product Ratings Interest Form before you add your first product reviews data source.
* You need at least 50 product reviews across your catalog.
* Your products need valid identifiers Google can match on — a `GTIN`, or a `Brand` + `MPN` pair.

Reviews for products without a matching identifier will not be associated.

#### Register the feed in Google Merchant Center

{% stepper %}
{% step %}
**Sign up for Product Ratings**

Complete Google's Product Ratings Interest Form. You only do this once per account.
{% endstep %}

{% step %}
**Add a product reviews data source**

In Google Merchant Center, add a new **product reviews** data source for Product Ratings.
{% endstep %}

{% step %}
**Point Merchant Center at your Roadmap feed**

Choose **Scheduled fetch** and enter your feed URL:

`https://<your-store-domain>/apps/roadmap-app/review-feed.xml`

You can copy this URL from **Roadmap → Reviews → Settings** in the Shopify admin.

Merchant Center fetches the feed on a schedule and keeps it in sync as your reviews change.
{% endstep %}

{% step %}
**Wait for onboarding**

After you submit, it can take 2–4 weeks for reviews to go live.

The data source will show as inactive at first. That is normal during review.
{% endstep %}
{% endstepper %}

#### Using this with Shared Reviews across stores

If you use Shared Reviews for store-to-store review syncing, keep Google Merchant Center set up per store instance.

Shared Reviews controls how reviews are syndicated between connected stores inside Roadmap.

Google does not read that shared setup directly.

Google fetches the review feed from one store domain at a time. That feed contains only the reviews for that specific store instance.

For a multi-store setup:

* Connect each store to its own Google Merchant Center account.
* Register that store instance's feed URL — `https://<that-store-domain>/apps/roadmap-app/review-feed.xml` — in its Merchant Center.

This keeps the Google feed scoped to the individual store, even when Shared Reviews is syncing reviews between stores inside Roadmap.

Google still fetches each store separately.

However, the same review content can appear in multiple store feeds if that review was imported into multiple connected stores before syncing.

In that case, each feed is correct for that store. The duplication comes from duplicated review records across stores, not from Google combining feeds.

#### Troubleshooting

**Google says the feed does not meet requirements**

* Check product identifiers first.
* Google matches reviews to products using a full-length `GTIN` or a `Brand` + `MPN` pair.
* Reviews for products without valid identifiers in Shopify cannot be matched.

**Reviews are not showing on Google Shopping or Search yet**

* Confirm you completed the Product Ratings Interest Form.
* Confirm you have at least 50 product reviews.
* Give onboarding enough time. It usually takes 2–4 weeks.
* An inactive data source at first is expected.

**The same reviews appear in multiple store feeds**

* Check whether the same historical reviews were imported into more than one connected store.
* Use one store as the source for imported reviews.
* Let Shared Reviews syndicate those reviews across mapped stores instead of importing the same review into every store.

#### Frequently asked questions

<details>

<summary>Does Roadmap re-send the feed each month?</summary>

The feed is hosted and refreshed automatically, so Google always fetches a current full feed on its schedule. You do not need to re-upload anything.

</details>

<details>

<summary>Do I need to set up the product-page schema myself?</summary>

No. Roadmap applies the product-page review schema automatically.

</details>

<details>

<summary>Can I use this with Shared Reviews across multiple stores?</summary>

Yes. Register each store instance's own feed URL in that store's Merchant Center account.

Google only fetches the feed for the specific store instance whose URL you submit.

If identical reviews were imported into multiple connected stores, those same reviews can appear in multiple feeds because each store already contains its own copy.

</details>

#### Related guides

* [Shared Reviews](/reviews/managing-reviews/shared-reviews.md)
* [Add reviews to product pages](/reviews/storefront-and-display/add-reviews-to-product-pages.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.roadmap.so/reviews/integrations/integrate-reviews-with-google-merchant-center.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
