Created
March 21, 2017 06:56
-
-
Save barbareshet/4947c53011bd1380828101e6e5df8da7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="well" itemscope itemtype="http://schema.org/Product"> | |
<img src="img/product.png" class="thumbnail" style="float:left;width:180px;height:180px;margin-right:1em;" itemprop="image"> | |
<h3 itemprop="name">Awesome Thing</h3> | |
<h4></h4><span itemprop="model">Extreme Edition</span> (<span itemprop="sku">IB-0001</span>)</small></h4> | |
<meta itemprop="productID" content="AW-EE-0001"/> | |
<p>From <a href="organization.html" itemprop="manufacturer">Business Name Ltd</a>.</p> | |
<p> | |
Available in <span itemprop="color">Black</span>, <span itemprop="color">White</span> or <span itemprop="color">Silver</span>. | |
<span itemprop="width">10 cm</span> x <span itemprop="height">8 cm</span>. | |
</p> | |
<p itemprop="description">The Awesome Thing - Extreme Edition, is the bet thing you have ever seen!</p> | |
<br> | |
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> | |
<strong>Only <span itemprop="priceCurrency">NIS</span><span itemprop="price">$99.00</span>!</strong> | |
<span itemprop="availability" content="http://schema.org/InStock" class="text-muted">(In Stock)</span> | |
<strong><a href="http://www.example.com/" class="btn btn-warning pull-right"><span class="glyphicon glyphicon-shopping-cart"></span> Buy Now!</a></strong> | |
</div> | |
<hr> | |
<h4>Reviews</h4> | |
<div itemprop="review" itemscope itemtype="http://schema.org/Review"> | |
<p itemprop="name"><strong>This really is awesome!</strong></p> | |
<p class="text-muted"> | |
<span itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"> | |
<meta itemprop="worstRating" content = "1" /> | |
<meta itemprop="bestRating" content = "5" /> | |
<meta itemprop="ratingValue" content = "4" /> | |
<span class="glyphicon glyphicon-star text-danger"></span> | |
<span class="glyphicon glyphicon-star text-danger"></span> | |
<span class="glyphicon glyphicon-star text-danger"></span> | |
<span class="glyphicon glyphicon-star text-danger"></span> | |
<span class="glyphicon glyphicon-star-empty"></span> | |
</span> | |
by <span itemprop="author">John</span>, | |
<meta itemprop="datePublished" content="2014-06-01">13 Februar 2015 | |
</p> | |
<p itemprop="description">Love this awesome thing, I'm going to buy another!</p> | |
</div> | |
<br> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rich snippet code for product page with reviews
Uses: Product, Offer, Review scopes