Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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:
</div><script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "AggregateRating",
"reviewCount": "X",
"ratingValue": "Y",
"itemReviewed": {
"@type" : "Product",
"name" : "NAME",
"offers": {
"@type": "AggregateOffer",
"lowPrice": "99.0",
"highPrice": "99.0",
"priceCurrency": "EUR"
}
}
}
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?
"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
I am adding structured data into main-product.liquid file.
Google instruction - https://developers.google.com/search/docs/advanced/structured-data/product
I use Product Reviews App by Shopify (https://apps.shopify.com/product-reviews), Theme Dawn v.3.0.0 by Shopify. Could you please tell me the Metafield names what I can use to get data from that App?
I am guessing the names should be like: review.created_at; review.body; review.title; review.rating; review.author
Please advice.