Good Day,
can anyone tell where the shopify : Product Reviews, stores it data & where it does generate the rich data for google?
I can not find any Snippets or extra folder.
The App generates the following for me:
And is it possible to auto generate "Review" section? But where is the section / snippets where this app generated this code for me? I can not find it.
I want to integrate the snippet into my Micro Data, because google messes it up everytime.
Moreover, is it possible to add the "Review" section?
```markup
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "4",
"bestRating": "5"
},
"author": {
"@type": "Person",
"name": "Fred Benson"
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.4",
"reviewCount": "89"
},
And how is the code for that?
The Issue is, I can not find any documention about it ![]()
Thank you very much