h review

This publishes reviews:p-name, p-item, p-author, dt-published, p-rating, p-best, p-worst, e-content, p-category, u-url


<div class="h-review">
  <h1 class="p-name">
     Microformats: is structured data worth it?</h1>
   <blockquote>
   <a class="p-item h-item" href="http://microformats.org"> Microformats</a> are the simplest way to publish structured data on the web.
  </blockquote>
   <p>
    <data class="p-rating" value="5">★★★★★</data>
    Published <time class="dt-published" datetime="2013-06-12 12:00:00">12<sup>th</sup> June 2013</time>
    by <a class="p-author h-card" href="http://examp.com"> Joe Bloggs</a>.
  </p>
   <div class="e-content">
    <p>Yes, microformats are undoubtedly great. They are the simplest way to markup structured data in HTML and reap the benefits thereof, including using your web page as your API by automatic conversion to JSON. The alternatives of microdata/schema and RDFa are much more work, require more markup, and are more complicated (harder to get right, more likely to break). </p>
  </div></div>