MENU
h product
This publishes product data:p-name, u-photo, p-brand, p-category, e-description, u-url, u-identifier, p-review, p-price
<div class="h-product">
<h1 class="p-name">Microformats For Dummies</h1>
<img class="u-photo" src="http://example.org/mfd.png"/>
<div class="e-description">
<p>Want to get started using microformats, but intimidated by hyphens and mediawiki? This book contains everything you need to know!</p>
</div>
<p>Yours today for only
<data class="p-price" value="20.00">$20.00</data>
from
<a class="p-brand h-card" href="example.com/acme">
ACME Publishing inc.</a> </p></div>