Shopify Product Reviews app outputting incorrect JSON-LD

Shopify Product Reviews app outputting incorrect JSON-LD

maknij
Excursionist
29 0 6

Hi All

It seems the Shopify Product Review app is still outputting problematic JSON-LD data - in my screenshot below 'Product' data is being controlled by me in liquid and contains my product ratings. When I add the Shopify Product Review code into the mix then 'AggregateRating' gets added which causes Google to longer show my product ratings in rich snippets. When I remove the SPR code then 'AggregateRating' disappears and Google correctly shows my product ratings in rich snippets.

SPR JSON-LD.JPG

When I was still using the Supply theme a few weeks ago I solved this by adding the following script theme.liquid which removed the JSON data outputted by Shopify Product Reviews:

<script>
var SPRCallbacks = {
onProductLoad: function( e ) {
$('#shopify-product-reviews [type="application/ld+json"]').remove();
},
onReviewsLoad: function( e ) {
$('#shopify-product-reviews [type="application/ld+json"]').remove();
}
}
</script>

I've since moved to the paid Warehouse theme and no matter what I do this workaround doesn't work for me anymore and I'm stuck with the Shopify Product Review JSON messing up my metadata causing my ratings to no longer appear in my Google rich snippets.

This actually a big problem which Shopify is ignoring, does anyone have any ideas?

Replies 3 (3)

k4rar
Visitor
1 0 0

Hi ,

 

I used this code on this store and it works !

 

check: https://watchesofamerica.com/products/versace-mystic-sports-chronograph-quartz-white-dial-mens-watch...

 

I think the problem is caused by your theme not the code itself , please put the store link to inspect it ....

 

 

Best Regards

AlMehdi
Tourist
8 0 3

Hi


Were do you apply this code? I want to remove the SPR JSON-LD from my website as well.

John2023
Visitor
1 0 0

Hi there,

I've also applied this code to the store you provided, and it's working perfectly!

Also you can try this one : https://thegreatstock.com/collections/man

 

Warm Regards,