FYI... Maybe I'm the last to know this, but I'm just putting this out there in case anyone else sees this error. Google just started showing this error for half of my products today,
I don't know when they changed this but it looks like now you have to use
instead of
Invalid enum value in field "itemCondition" (in "offers")
Code:
<meta itemprop="itemCondition" content="http://schema.org/NewCondition" />
Code:
<meta itemprop="itemCondition" content="new" />
Comment