Skip to content

Instantly share code, notes, and snippets.

@seyedi
Created June 29, 2014 06:48
Show Gist options
  • Save seyedi/f81d211302e1cd454c10 to your computer and use it in GitHub Desktop.
Save seyedi/f81d211302e1cd454c10 to your computer and use it in GitHub Desktop.
RDFa Product Snippet
<article vocab="http://schema.org/" typeof="Product">
<figure><img src="images/pro2.jpg" alt="" title="" width="139" height="179" itemprop="image"></figure>
<h2 class="title" property="name"></h2>
<p class="desc" property="description"></p>
<div class="cost" property="offers">
<span typeof="Offer">
<span class="number" property="price"></span>
<span class="unit" property="currency" content="IRT"></span>
</span>
</div>
<a property="url" href="#" class="pay"></a>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment