https://github.com/magesuite/google-reviews-feed
This module generates a feed with customer reviews for Google Merchant Center.
Installation
This module is optional.
composer require "creativestyle/magesuite-google-reviews-feed" ^1.0.0
Admin settings
Admin settings can be found in Stores -> Configuration -> MageSuite -> Google Reviews Feed
General settings:
Field | Option | Comment |
---|---|---|
Enabled | Yes/No | enable or disable feed generation |
Publisher name | shop’s name | |
Publisher favicon URL | URL address to shop icon | |
Cron schedule | expression that allows managing how often feed should be generated |
Feed configuration settings:
Field | Option | Comment |
---|---|---|
Filename | generated feed’s filename | |
Path |
| path inside |
GTIN Attribute |
|
Based on the above configuration, the feed will be generated every day at 5:00.
It’s available under: https://your-store-url.com/google-product-reviews/feed.xml
Above URL should be added to Google Merchant Center.
Navigate to Marketing > Reviews and Reviewsfeeds
Click the plus button and provide all necessary data in two steps:
Backend
In progress
Frontend
There is no frontend functionality in this module.