On an ecommerce website, we output JSON-LD data. The issue is, that we output our own product data (
name
sku
price
@type Product
name MyProduct
sku MY-SKU
image http://example.com/image.jpg
url http://example.com/product
description Lorem ipsum
offers
@type Offer
availability http://schema.org/InStock
price 749.00
priceCurrency NOK
manufacturer
@type Organization
name Foo Bar
@type Product
name MyProduct
aggregateRating
@type AggregateRating
ratingValue 4.5
reviewCount 2
Solved this by turning off Yotpo's javascript-injected snippet, but still having the rich snippets option on (you need to keep the option on to be able to fetch the data, disabling only the javascript-injected snippet is only doable by contacting their support), and then fetching the data via their API and inserting it into our own data