All things Shopify and commerce
Hi all,
I am getting non-critical errors, Missing Field "description" (optional) in the Google Search Console under Merchant Listings for my shopify products with variants.
Although I have a common description for all variants for the same product, it looks like my Shopify theme is not picking up the data to share with Google.
Any ideas?
I am also getting non-critical errors for shippingDetails and hasMerchantReturnPolicy but I am not too fussed about these as it should get the info from Google Merchant Center.
@VD10 Hey, thanks for posting here.
make sure you product schema have this line in code:
"@type": "Product",
"description": "{{ product.description | strip_html | escape }}",
Thanks for your reply.
I am not sure I want to make changes to code.
Should we be using the product description (for the description of the structured data) or the meta tag description?
Would you recommend an app that does a really good job in schemas, ld+json?
@VD10 best way to add it manually
app will be slow your store.
Regarding shippingDetails and hasMerchantReturnPolicy, this can be ignored if you have a Google Merchant center account and you have added your shipping and returns in the account, then there is no need to add it again in the structured data.
For the description I recommend editing the code to the following:
"description": {{ product.description | strip_html | json }}
Or you can install a full version that is focus on Google shopping using the video below:
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025