schema.org / microdata - Product or Offer? -
i having trouble using microformats , working out itemtype use, either product or offer. have used offer add data various products sell (1 per page). although validates in google structured data testing tool not show price/rating/instock in results. if use mixture of product , offer although not sure correct way ?
thanks,
rick
<title>my tent</title> <div itemscope itemtype="http://schema.org/offer"> <div itemprop="name" class="product-details-title" id="item_product_prop">my tent</div> <div itemprop="description" id="item_product_prop">a description mytent</div> <meta itemprop="aggregaterating" id="item_product_prop" content="[3 ratings]"> <div id="item_product_prop" itemprop="price">$13</div> <div itemprop="availability" id="item_product_prop" content="instock"></div></div> </div> http://www.google.com/webmasters/tools/richsnippets?q=uploaded:8004e1c78c1098daa7aa283c26b42939
if product offered sale on website, need both offer , product on product page. offer should live within product.
google requires price , pricecurrency (both properties of offer).
Comments
Post a Comment