"itemCondition" Issue with Google Search

General ShopSite user discussion
Post Reply
tmlogo
Posts: 110
Joined: Tue Jun 17, 2008 3:00 pm

"itemCondition" Issue with Google Search

Post by tmlogo »

It has recently come to my attention that some of our products are not listed under "Merchant Listing" in Google because of an error under "itemCondition". These products have come back with "Invalid enum value in field "itemCondition". I have tried to research and the best that I can see is that ShopSite returns "New", when it should be "NewCondition"

https://schema.org/NewCondition

How do I fix this error. I am using the Element Templates
cyoung
Posts: 146
Joined: Wed Nov 09, 2016 11:01 am

Re: "itemCondition" Issue with Google Search

Post by cyoung »

This was changed in v15 templates. In an older version you would need to make a copy of the include file json-microdata.sst and change:

"itemCondition": "[-- PRODUCT.GoogleCondition --]"

to:

"itemCondition": "http://schema.org/[-- Product.GoogleCondition --]Condition"
tmlogo
Posts: 110
Joined: Tue Jun 17, 2008 3:00 pm

Re: "itemCondition" Issue with Google Search

Post by tmlogo »

Thank you I will give that a try since I don't have version 15
Post Reply