Why is google saying my items are missing microdata for condition? |
|
The default listing_0.html template (found in your store's common-html5 folder) is updated to contain SEO microdata information. To make sure your products are using this template:
The store will now use the listing_0.html template from the common folder. Note If your theme folder contains its own listing_0.html template, you will need to either remove/rename the file in your theme folder, or otherwise add the necessary microdata code to your copy of the template. Look at the coding of the listing_0.html file and search for the following tag: <!--START: pricing->
Be sure that the coding includes the following: <!--START: pricing->
<div class="pricingBlock" itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <meta itemprop="itemCondition" itemtype="http://schema.org/OfferItemCondition" content="http://schema.org/NewCondition" /> <meta itemprop="availability" href="http://schema.org/[availability_snippet]" /> | |
|