Skip to content

Instantly share code, notes, and snippets.

@barbareshet
Created March 21, 2017 06:52
Show Gist options
  • Save barbareshet/9ae87ec325f01e0ad637f18e68d3a758 to your computer and use it in GitHub Desktop.
Save barbareshet/9ae87ec325f01e0ad637f18e68d3a758 to your computer and use it in GitHub Desktop.
<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><span itemprop="model">Extreme Edition</span> <small>(<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 best thing you have ever seen!</p>
</div>
@barbareshet
Copy link
Author

Rich snippet code for product page
Uses: Product scope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment