Product snippets structured data issues detected

Short description of issue

Google Search Console Product schema warning due to multiple Product JSON-LD (Shopify structured_data + app schema)

Reproduction steps

The product page outputs two Product schemas. The Webrex SEO app schema includes priceValidUntil, but product-main.liquid still renders Shopify’s native schema via

,

which does not include offers.priceValidUntil. Google Search Console flags this incomplete Shopify Product entity.

Additional info

Search Console has identified that your site is affected by 1 Product snippets structured data issue(s). The following issues were found on your site.

Top non-critical issues‡
Missing field “priceValidUntil” (in “hasVariant.offers”)

‡Non-critical issues are suggestions for improvement, but don’t prevent the page or feature from appearing on Google. Some of these issues could be reclassified as critical in the future, and critical issues can affect your site’s appearance on Search.

We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.

Fix Product snippets structured data issues

What type of topic is this

Troubleshooting

Upload screenshot(s) of issue

1 Like

Hey @suchismita_rout, what kind of help are you asking for here?

If you’re using an app to provide the product structured data for rich snippets, then you need to remove/disable your Shopify theme (not Shopify) from rendering this.

Depends on the theme you’re using with where this is located, but either modify or remove the output from your theme code (in product-main.liquid or related snippet) or stop using the app. Google used to be smart enough to handle multiple snippets but it’s not anymore so you need to pick one or the other.

Shopify is not outputting this, it’s coming from your theme’s code.