Tags for Product Page:
<!-- Breadcrumb -->
<div class="hidden-xs" itemprop="breadcrumb">
Home > Online Store > SEO >
</div>
<!-- BEGIN Schema.org Product Rich Snippet Markup -->
<div itemscope="" itemtype="http://schema.org/Product">
<meta itemprop="category" content="SEO">
<meta itemprop="mpn" content="">
<meta itemprop="name" content="Schema.org Structured Data Tags">
<!-- Image -->
<meta itemprop="image" content="http://thecandylandstore.com//store/images/no-image.png">
<!-- AggregateRating -->
<div itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating">
<meta itemprop="ratingValue" content="">
<meta itemprop="bestRating" content="5">
<meta itemprop="worstRating" content="1">
<meta itemprop="reviewCount" content="0">
</div>
<!-- Manufacturer -->
<div itemprop="manufacturer" content=""></div>
<!--Item Number-->
<div class="ItemNR">Item # <span itemprop="sku"></span></div>
<!-- Offers -->
<div id="dvProductPricing" class="ProductDetailsPricing" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
<meta itemprop="seller" content="Internal KBs">
<meta itemprop="itemCondition" itemtype="http://schema.org/OfferItemCondition" content="http://schema.org/NewCondition">
<link itemprop="availability" href="http://schema.org/InStock">
<meta itemprop="priceCurrency" content="USD">
<meta itemprop="price" content="1337.00">
...
</div>
<!-- Description in Tab -->
<div class="tab-pane" id="desc1" itemprop="description"></div>
<!-- Reviews on Product Page -->
<div itemprop="review" itemscope="" itemtype="http://schema.org/Review">
<span itemprop="author"></span>
<span itemprop="description"></span>
</div>
</div>
<!-- END Schema.org Product Rich Snippet Markup -->