Does this plugin support schema.org?
Schema.org is a collection of schemas, i.e., html tags, that webmasters can use to markup their pages in ways recognized by major search providers including Bing, Google, Yahoo! and Yandex. Click here for more information about Schema.org.
We have created the following markup for use with the plugin.
Enter the following in the Product List Item Format field:
<div class="product" itemscope itemtype="http://schema.org/Product"><div class="col1">#ProductImage</div>
<div class="col2">
<span class="product_name" itemprop="name">#ProductName</span>
<span class="product_details">
<span class="description" itemprop="description">#ShortDescription</span>
<span class="sku">#ProductSku</span>
<span class="price">
<span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<span itemprop="price">#ProductPrice</span>
<link itemprop="availability" href="http://schema.org/InStock" />In stock
</span>
</span>
<span class="buy-now">#BuyNow</span>
#MoreInfo
</span>
<div class="clear"> </div>
</div>
<div class="clear"> </div>
</div>
Enter the following into the Product Detail Format field:
<div class="product_detail product" itemscope itemtype="http://schema.org/Product">
#ProductImage
<div class="product_details">
<h3 itemprop="name">#ProductName</h3>
<p class="description">#ShortDescription</p>
<p class="sku">SKU: #ProductSku</p>
<p itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<span itemprop="price">#ProductPrice</span>
<link itemprop="availability" href="http://schema.org/InStock" />In stock
</p>
<span class="buy-now">#BuyNow</span>
</div>
<h3 style="clear:both;">Full Description</h3>
<p itemprop="description">#LongDescription</p>
</div>