Created
June 29, 2014 06:48
-
-
Save seyedi/f81d211302e1cd454c10 to your computer and use it in GitHub Desktop.
RDFa Product Snippet
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
<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