Google Retrieving Prices from Schema
-
We have several clients using this plugin (and it’s been great!) but one client just reported that Google is displaying the hidden price – the price you need to be logged in to see – in the search results.
It seems that even though the price is being filtered out of the HTML in the page, the price is still in the product schema:
<script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@graph":[{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"name":"Home","@id":"https:\/\/kimdec.com.au"}},{"@type":"ListItem","position":2,"item":{"name":"Milk_shake","@id":"https:\/\/kimdec.com.au\/product-category\/milk_shake\/"}},{"@type":"ListItem","position":3,"item":{"name":"DECOLOGIC LEVEL 9 500GR","@id":"https:\/\/kimdec.com.au\/product\/decologic-level-9-500gr\/"}}]},{"@context":"https:\/\/schema.org\/","@type":"Product","@id":"https:\/\/kimdec.com.au\/product\/decologic-level-9-500gr\/#product","name":"DECOLOGIC LEVEL 9 500GR","url":"https:\/\/kimdec.com.au\/product\/decologic-level-9-500gr\/","image":"https:\/\/kimdec.com.au\/wp-content\/uploads\/2019\/09\/milk-shake-decologic-level-9-500g.jpg","description":"","sku":14973,"offers":[{"@type":"Offer","price":"39.95","priceValidUntil":"2021-12-31","priceSpecification":{"price":"39.95","priceCurrency":"AUD","valueAddedTaxIncluded":"false"},"priceCurrency":"AUD","availability":"http:\/\/schema.org\/InStock","url":"https:\/\/kimdec.com.au\/product\/decologic-level-9-500gr\/","seller":{"@type":"Organization","name":"KIMDEC","url":"https:\/\/kimdec.com.au"}}]}]}</script>
Google seems to be extracting this information and displaying it in search results when you search for a specific topic.
What do you suggest we do to prevent wholesale prices being shown to the public in this way?
- The topic ‘Google Retrieving Prices from Schema’ is closed to new replies.