Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
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?
Hi ,
I used this code on this store and it works !
I think the problem is caused by your theme not the code itself , please put the store link to inspect it ....
Best Regards
Hi
Were do you apply this code? I want to remove the SPR JSON-LD from my website as well.
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,
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024