Skip to content

Instantly share code, notes, and snippets.

@jhubert
Created June 9, 2009 01:46
Show Gist options
  • Save jhubert/126199 to your computer and use it in GitHub Desktop.
Save jhubert/126199 to your computer and use it in GitHub Desktop.
<div typeof="product:Product"
xmlns:product="http://search.yahoo.com/searchmonkey/product/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<span rel="rdfs:seeAlso media:image">
<img src="http://www.sytore.com/product.jpg"/>
</span>
</div>
<div>
<span property="product:listPrice">49.99</span>
<span property="product:salePrice">39.99</span>
<span property="product:currency" content="USD" />
<span property="rdfs:label">Pinball Maven : Video Games : Electronics</span>
<div rel="review:hasReview">
<span typeof="review:Review">
<span property="review:rating">4</span>
<span property="review:totalRatings">17</span>
</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment