<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AceB</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=AceB"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/AceB"/>
	<updated>2026-04-18T08:12:34Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hreview-aggregate&amp;diff=45609</id>
		<title>hreview-aggregate</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hreview-aggregate&amp;diff=45609"/>
		<updated>2012-03-02T11:44:27Z</updated>

		<summary type="html">&lt;p&gt;AceB: /* examples in the wild */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hReview-aggregate 0.2&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
{{DraftSpecification}}&lt;br /&gt;
&lt;br /&gt;
[[hreview-aggregate|hReview-aggregate]] is a format for embedding review information (of products, services, businesses, etc). Whereas [[hreview|hReview]] is intended for an individual review, hReview-aggregate is meant for summary information about a collection of user or critic reviews about an item. hReview-aggregate is one of several [[microformats]] open standards suitable for embedding in HTML, XHTML, Atom, RSS, and arbitrary XML.&lt;br /&gt;
&lt;br /&gt;
== Microformats Draft Specification 2009-11-10 ==&lt;br /&gt;
&lt;br /&gt;
; Editor: [[User:KaviGoel|Kavi Goel]], Google&lt;br /&gt;
; Authors/Contributers (alphabetical): [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
: Othar Hansson, Google&lt;br /&gt;
: [[User:JayMyers|Jay Myers]], [http://www.bestbuy.com/ Best Buy, Co., Inc.]&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
Many websites publish reviews using a variety of organization schemes. hReview-aggregate and the similar microformat [[hreview|hReview]] were designed to enable sharing of review information. &lt;br /&gt;
&lt;br /&gt;
hReview, created in 2006, is well suited to mark up reviews done by individuals on their own websites or for editor's reviews for a new product or service. However, in recent years, there has been an increasing number of sites who aggregate user reviews, either by accepting reviews submitted to their website or by collecting those user reviews from across the web. In these cases, it is often valuable to share not just the individual reviews shown on the webpage, but the consensus opinion derived from those individual reviews. &lt;br /&gt;
&lt;br /&gt;
hReview-aggregate was created to address this need. hReview-aggregate is a standard that can be used to share the number of reviews, average rating, and consensus opinion for a particular product or service. It is meant to complement hReview and reuses hReview properties wherever appropriate. Research and discussion that fed into the design of hReview-aggregate can be found on the [[aggregate-review-brainstorming|aggregate review brainstorming]] wiki page.&lt;br /&gt;
&lt;br /&gt;
{{rfc-2119-intro}}&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
&lt;br /&gt;
Collections of reviews consistently share several common aspects. Where possible hReview-aggregate has been based on this common subset.&lt;br /&gt;
&lt;br /&gt;
=== Out of scope ===&lt;br /&gt;
&lt;br /&gt;
Portions of reviews that are specific to particular kinds of items have been omitted from hReview-aggregate.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
&lt;br /&gt;
The hReview-aggregate schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* hReview-aggregate ('''&amp;lt;code&amp;gt;hreview-aggregate&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''&amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt;''' info. required. '''&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;''' ('''&amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;''' || '''&amp;lt;code&amp;gt;photo&amp;lt;/code&amp;gt;''' ) | '''[[hcard|hCard]]''' (for person or business) | '''[[hcalendar|hCalendar]]''' (for event) | '''[[hproduct|hProduct]]''' (for product)&lt;br /&gt;
** '''&amp;lt;code&amp;gt;rating&amp;lt;/code&amp;gt;'''. required. fixed point integer [1.0-5.0], with optional alternate '''&amp;lt;code&amp;gt;worst&amp;lt;/code&amp;gt;''' (default:1.0) and/or '''&amp;lt;code&amp;gt;best&amp;lt;/code&amp;gt;''' (default:5.0), also fixed point integers, and explicit '''&amp;lt;code&amp;gt;average&amp;lt;/code&amp;gt;'''.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;count&amp;lt;/code&amp;gt;'''. optional. non-negative integer. &lt;br /&gt;
** '''&amp;lt;code&amp;gt;votes&amp;lt;/code&amp;gt;'''. optional. non-negative integer. Note that while &amp;lt;code&amp;gt;count&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;votes&amp;lt;/code&amp;gt; are both marked optional, at least one of the two fields must be specified.&lt;br /&gt;
** '''&amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt;'''. optional. text.&lt;br /&gt;
&lt;br /&gt;
=== Property details ===&lt;br /&gt;
&lt;br /&gt;
Details of the hReview-aggregate properties:&lt;br /&gt;
&lt;br /&gt;
'''item''':: This required property {{must}} have at a minimum the name of the entity being reviewed (using the subproperty &amp;quot;fn&amp;quot;), or alternatively have an encapsulated microformat (i.e. [[hcard|hCard]] for a business or person, [[hproduct|hProduct]] for a product, or [[hcalendar|hCalendar]] for an event). If an encapsulated microformat is not used, a URI (&amp;quot;url&amp;quot;) for the item and a photo or depiction (&amp;quot;photo&amp;quot;) {{may}} also be provided. Non-URL unique item IDs (e.g. ISBNs, UPCs) {{may}} be represented as a URN (&amp;quot;url&amp;quot;) for the item.  Encapsulated microformats must be set on the item itself (e.g. class=&amp;quot;item vcard&amp;quot;).  However, when using item info subproperties (&amp;quot;fn&amp;quot;, &amp;quot;url&amp;quot;, &amp;quot;photo&amp;quot;), they must be nested inside the item element.&lt;br /&gt;
&lt;br /&gt;
'''rating''':: The rating is a fixed point integer (one decimal point of precision) from 1.0 to 5.0 inclusive indicating the average rating for the item across all reviews, higher indicating a better rating by default. Optionally a different integral &amp;quot;worst&amp;quot; value and/or &amp;quot;best&amp;quot; value may be specified to indicate a different range (e.g. 6 from 0-10).&lt;br /&gt;
&lt;br /&gt;
'''count''':: This property is used to specify the total number of reviews for the product or service.&lt;br /&gt;
&lt;br /&gt;
'''votes''':: This property is used to specify the total number of users who have rated the product or service, contributing to the average rating. For some sites, the number of votes is equal to the number of reviews, so &amp;lt;code&amp;gt;count&amp;lt;/code&amp;gt; may be used and this property omitted.&lt;br /&gt;
&lt;br /&gt;
'''summary''':: This optional property can be the title for the review collection or a very short summary of the consensus opinion from the collection.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;rating&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;summary&amp;lt;/code&amp;gt; properties are reused from [[hreview|hReview]].&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Basic example ===&lt;br /&gt;
&lt;br /&gt;
Here is an example showing aggregate review information for a restaurant:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
 &amp;lt;h3&amp;gt;&lt;br /&gt;
  &amp;lt;span&amp;gt;Mediterranean Wraps&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;/h3&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;Customers flock to this small restaurant for their &lt;br /&gt;
 tasty falafel and shawerma wraps and welcoming staff.&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;4.5 out of 5 based on 17 reviews&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Adding hReview-aggregate markup to this is straightforward:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hreview-aggregate&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;h3 class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Mediterranean Wraps&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;/h3&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Customers flock to this small restaurant for their &lt;br /&gt;
 tasty falafel and shawerma wraps and welcoming staff.&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;&amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;4.5&amp;lt;/span&amp;gt; out of 5 &lt;br /&gt;
 based on &amp;lt;span class=&amp;quot;count&amp;quot;&amp;gt;17&amp;lt;/span&amp;gt; reviews&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Embedded microformat, 10-point rating scale ===&lt;br /&gt;
&lt;br /&gt;
Often, there is more information available on a page about the item being reviewed than the title. Here is another example of a restaurant review, but with address information present.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
 &amp;lt;div&amp;gt;&lt;br /&gt;
  &amp;lt;h3&amp;gt;Mediterranean Wraps&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;span&amp;gt;433 S California Ave&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;span&amp;gt;Palo Alto, CA&lt;br /&gt;
  &amp;lt;span&amp;gt;(650) 321-8189&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt; &lt;br /&gt;
 &amp;lt;span&amp;gt;Customers flock to this small restaurant for their &lt;br /&gt;
 tasty falafel and shawerma wraps and welcoming staff.&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;9.2 out of 10 based on 17 reviews&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And here it is with hReview-aggregate markup, along with an embedded [[hcard|hCard]] to describe the address and phone information for the restaurant:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hreview-aggregate&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;div class=&amp;quot;item vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;h3 class=&amp;quot;fn&amp;quot;&amp;gt;Mediterranean Wraps&amp;lt;/h3&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;433 S California Ave&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Palo Alto&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;(650) 321-8189&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;/div&amp;gt; &lt;br /&gt;
 &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Customers flock to this small restaurant for their &lt;br /&gt;
 tasty falafel and shawerma wraps and welcoming staff.&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;average&amp;quot;&amp;gt;9.2&amp;lt;/span&amp;gt; out of &amp;lt;span class=&amp;quot;best&amp;quot;&amp;gt;10&amp;lt;/span&amp;gt; &lt;br /&gt;
 based on &amp;lt;span class=&amp;quot;count&amp;quot;&amp;gt;17&amp;lt;/span&amp;gt; reviews&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that the &amp;lt;code&amp;gt;item&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;vcard&amp;lt;/code&amp;gt; are put next to each other in the same class attribute in order to show that the item being reviewed is described by the embedded hCard.&lt;br /&gt;
&lt;br /&gt;
=== Count vs votes ===&lt;br /&gt;
&lt;br /&gt;
In the examples so far, the &amp;lt;code&amp;gt;count&amp;lt;/code&amp;gt; property has been used but not &amp;lt;code&amp;gt;votes&amp;lt;/code&amp;gt;. &amp;lt;code&amp;gt;votes&amp;lt;/code&amp;gt; is useful when users have rated an item without writing full corresponding reviews. Their vote contributed toward the average rating but not towards the number of reviews available.&lt;br /&gt;
&lt;br /&gt;
Consider this example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
 &amp;lt;h3&amp;gt;&lt;br /&gt;
  &amp;lt;span&amp;gt;Mediterranean Wraps&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;/h3&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;Customers flock to this small restaurant for their &lt;br /&gt;
 tasty falafel and shawerma wraps and welcoming staff.&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;4.5 out of 5 based on 24 ratings.&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;5 user reviews:&amp;lt;/span&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here the example is again, with both &amp;lt;code&amp;gt;count&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;votes&amp;lt;/code&amp;gt; specified where appropriate.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;hreview-aggregate&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;h3 class=&amp;quot;item&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Mediterranean Wraps&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;/h3&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Customers flock to this small restaurant for their &lt;br /&gt;
 tasty falafel and shawerma wraps and welcoming staff.&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;&amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;4.5&amp;lt;/span&amp;gt; out of 5 &lt;br /&gt;
 based on &amp;lt;span class=&amp;quot;votes&amp;quot;&amp;gt;24&amp;lt;/span&amp;gt; ratings.&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span&amp;gt;&amp;lt;span class=&amp;quot;count&amp;quot;&amp;gt;5&amp;lt;/span&amp;gt; user reviews:&amp;lt;/span&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== examples in the wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have implemented [[hReview-aggregate]], and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc. If your site is marked up with hReview aggregate, feel free to add it to the '''top''' of this list. Once the list grows too big, we'll make a separate wiki page like [[hreview-aggregate-examples-in-wild]].&lt;br /&gt;
&lt;br /&gt;
* [https://www.yourlastingpowerofattorney.co.uk Lasting Power of Attorney] is a legal service website that uses hReview on its testimonial with a site wide aggregation [https://www.yourlastingpowerofattorney.co.uk/lasting-power-of-attorney/lasting-power-of-attorney-guidance/ Lasting Power of Attorney Guidance]&lt;br /&gt;
* [http://petfoodtalk.com/ PetFoodTalk], a pet food review and coupon site, implements hreview-aggregate for its presentation of dog food [http://petfoodtalk.com/dogfoodreviews/ user ratings and reviews] and [http://petfoodtalk.com/dogfoodcoupons/ coupons] e.g. [http://petfoodtalk.com/dogfoodcoupons/blue-buffalo-coupons/ Blue Buffalo coupons] and [http://petfoodtalk.com/dogfoodreviews/blue-buffalo-dog-food/ reviews].&lt;br /&gt;
* [http://dinehere.ca/ DineHere] is a restaurant review site that publishes hreview-aggregates of hCards e.g. [http://dinehere.ca/vancouver/blue-edge-organic-cafe Blue Edge Organic Cafe].&lt;br /&gt;
* [http://www.urbanspoon.com/ urbanspoon] is a restaurant review site that publishes hreview-aggregates e.g. [http://www.urbanspoon.com/r/24/280005/restaurant/Buckman/3-Friends-Coffee-House-Portland 3 Friends Coffee House].&lt;br /&gt;
* [http://www.tickets-tour.de Tickets Tour] is a community news site about concerts where users can rate music events (also marked up with hCalender). Example: [http://www.tickets-tour.de/westernhagen-tour-2012/ Westernhagen]&lt;br /&gt;
* [http://www.golfmadesimpleinscotland.com Golf Made Simple In Scotland] uses hReview-aggregate for a page of golf tour testimonials written by clients. Example: [http://www.golfmadesimpleinscotland.com/testimonials/ Golf tour testimonials].&lt;br /&gt;
** the 'hreview-aggregate' element is unfortunately set to style=&amp;quot;display:none&amp;quot; - [[User:Tantek|Tantek]] 17:35, 10 October 2011 (UTC)&lt;br /&gt;
* [http://www.ala.co.uk ALA GAP Insurance] use hReview-aggregate on their home page based on hProduct/hReviews used throughout the site&lt;br /&gt;
* [http://citysearch.com/ Citysearch] supports hReview-aggregate (e.g. [http://seattle.citysearch.com/profile/10767458/seattle_wa/tulio_ristorante.html Tulio Ristorante in Seattle] and [http://sanfrancisco.citysearch.com/profile/46396865/san_francisco_ca/four_barrel_coffee.html Four Barrel in SF]) with a nested hCard for the venue.&lt;br /&gt;
** minor flaw: uses a capitalized form of the root class name: &amp;lt;code&amp;gt;hReview-aggregate&amp;lt;/code&amp;gt; [[User:Tantek|Tantek]] 01:37, 22 July 2011 (UTC)&lt;br /&gt;
* [http://www.giga-music.de Giga Music] is a community site where customers can rate different music and sport events (which are also marked up with hCalender). Example: [http://www.giga-music.de/david-garrett-tickets-live-konzerte/ David Garrett]&lt;br /&gt;
* [http://www.cabs.co.za CABS Car hire South Africa] Lists reviews submitted by customers on the customer testimonial page.  Example: [http://www.cabs.co.za/customer-testimonials.html car rental reviews]&lt;br /&gt;
* [http://trustafriend.com Trust a Friend] Lists reviews of products and services submitted by users and external blogs.  Example: [http://trustafriend.com/reviews/j.george-plastering-newent-gloucestershire/ J.George Plastering, Newent, Gloucestershire]&lt;br /&gt;
* CustomerLink Reviews has implemented hReview-aggregate for reviews of local businesses. Example: [http://reviews.customerlink.com/biz/auto-tech-sonora Review of Auto Tech &amp;amp; Tire]&lt;br /&gt;
* SuperStoreSearch.com is a shopping search engine and price comparison site and offers an interesting implementation of hReview-aggregate and hProduct,  whereas typical e-commerce sites feature one store offer, this shopping search vertical site allows users to [http://www.superstoresearch.com/ compare prices], therefore you can see an example of the 'price' class being utilized with nested tags that also features the 'pricerange' class - which can be seen on individual pages such as this comparison listing for the [http://www.superstoresearch.com/shopping/categories/electronics/personal-audio/mp3-digital-media-players/apple-ipod-touch-8gb--24603784.html Apple iPod Touch 8GB]. The product information pages that have hReview-aggregate markup, also incorporate hProduct classes. hProduct has also been used on category menu pages such as this guide on [http://www.superstoresearch.com/shopping/categories/home-appliances/4253/washing-machines.html Washing Machines] - where multiple instances of hProduct can be seen on a single page. In total, over 10+ million products and pages have been updated with hProduct and hReview-aggregate markup.&lt;br /&gt;
&lt;br /&gt;
* [http://www.thesuggestr.com theSUGGESTR.com] has implemented hReview-aggregate for it's business ratings and reviews.&lt;br /&gt;
* Google has implemented support for [http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;amp;answer=146645 hReview-aggregate] via [http://googlewebmastercentral.blogspot.com/2009/05/introducing-rich-snippets.html Rich Snippets].&lt;br /&gt;
* [http://local.stv.tv/glasgow/place/restaurant-japanese/10320725-wagamama/ STV Local] uses hreview-aggregate for business ratings, average prices and contact details with hcard&lt;br /&gt;
* [http://www.critiki.com Critiki] publishes ratings and reviews of Tiki bars, and uses hReview aggregate for average ratings on their pages, e.g. [http://www.critiki.com/cgi-bin/location.cgi?loc_id=162 overview of The Tonga Room]. (as [http://twitter.com/humuhumu/status/4165014155 tweeted by humuhumu] 2009-09-21)&lt;br /&gt;
* [http://free.naplesplus.us NAPLESPLUS] is an example of a website that has implemented hreview-aggregate via Google specs.&lt;br /&gt;
*[http://FriendsEAT.com FriendsEAT] is an example of a food website that has implemented hreview-aggregate for it's restaurant and recipe ratings/reviews, e.g. [http://friendseat.com/restaurants/New-York/Churrascaria-Plataforma Review of Churrascaria Plataforma]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
&lt;br /&gt;
* [[hreview|hReview]] - microformat for marking up individual reviews&lt;br /&gt;
* [[aggregate-review-brainstorming|Aggregate review brainstorming]] - discussions leading to the creation of hReview-aggregate and ideas for improvement.&lt;br /&gt;
* [[aggregate-review-examples|Aggregate review examples]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Draft Specifications]]&lt;br /&gt;
[[Category:hReview-aggregate]]&lt;/div&gt;</summary>
		<author><name>AceB</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hreview-examples-in-wild&amp;diff=45608</id>
		<title>hreview-examples-in-wild</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hreview-examples-in-wild&amp;diff=45608"/>
		<updated>2012-03-02T11:25:35Z</updated>

		<summary type="html">&lt;p&gt;AceB: /* New Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hReview Examples in the wild &amp;lt;/entry-title&amp;gt;&lt;br /&gt;
;shortlink&lt;br /&gt;
:http://tr.im/hrvwe&lt;br /&gt;
This page is an '''informative''' section of the [[hreview|hReview]] specification.&lt;br /&gt;
&lt;br /&gt;
The following sites have published [[hreview|hReviews]], and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc.  &lt;br /&gt;
&lt;br /&gt;
If you publish hReviews on your own site, feel free to add it to the '''top''' of this list. Please be sure to include at least one URL to a page on your site that includes actual [[hreview|hReview]] markup. Examples added without a URL to a page with hReview markup may be removed. &lt;br /&gt;
&lt;br /&gt;
Want to get started with writing an [[hreview|hReview]]?  Use the [http://microformats.org/code/hreview/creator hReview creator] to write a review and publish it on your blog or site.&lt;br /&gt;
&lt;br /&gt;
== New Examples ==&lt;br /&gt;
* [https://www.yourlastingpowerofattorney.co.uk Lasting Power of Attorney] is a legal service website that uses hReview on its testimonial with a site wide aggregation [https://www.yourlastingpowerofattorney.co.uk/lasting-power-of-attorney/lasting-power-of-attorney-guidance/ Lasting Power of Attorney Guidance]&lt;br /&gt;
* [http://www.black-jack.net Blackjack] is a blackjack website that uses hReview on casino reviews and games like [http://www.black-jack.net/casinos/club-usa-casino.html Club USA Casino]&lt;br /&gt;
* [http://www.cravingtech.com/ Cravingtech] is a blog that uses hReview on some posts like [http://www.cravingtech.com/sennheiser-pc-333d-gaming-headset-review.html 7.1 gaming headset from Sennheiser – the PC 333D]&lt;br /&gt;
* [http://www.appwereld.nl AppWereld.nl] uses hReview for mobile application reviews. Example: [http://www.appwereld.nl/reviews/toy-shot-review-481164990/ Toy Shot Review].&lt;br /&gt;
* [http://www.thejokes.net TheJokes.Network] uses hReview for the user reviews of products and services e.g. [http://thejokes.net/review.php?rid=3 Riptastic Review].&lt;br /&gt;
* [http://www.golfmadesimpleinscotland.com Golf Made Simple In Scotland] uses hReview for golf tour testimonials written by clients. Example: [http://www.golfmadesimpleinscotland.com/testimonials/ Golf tour testimonials].&lt;br /&gt;
** All the 'rating' and 'item vcard' elements are set to style=&amp;quot;display:none&amp;quot; unfortunately. - [[User:Tantek|Tantek]] 17:35, 10 October 2011 (UTC)&lt;br /&gt;
* [http://www.delucaplasticsurgery.com DeLuca Plastic Surgery] in Albany, NY uses hReview for testimonials &amp;amp; reviews written by patients of Dr. William DeLuca. Example: [http://www.delucaplasticsurgery.com/reviews/ Tummy Tuck &amp;amp; Liposuction Reviews]. &lt;br /&gt;
* [http://www.how2centos.com/centos-6-tutorials/ CentOS 6 Tutorials] uses hReview for testimonials of its CentOS tutorials. Example: [http://www.how2centos.com/centos-6-tutorials/ CentOS 6] Reviews.&lt;br /&gt;
* [http://www.cabs.co.za/ CABS Car hire South Africa] uses hReview for customer submitted testimonials of its website. [http://www.cabs.co.za/customer-testimonials.html/ Customer testimonial].&lt;br /&gt;
* [http://www.gutscheincodez.com/ GutscheincodeZ.com] uses hReview to allow users to rate different online coupons. Example: [http://www.gutscheincodez.com/otto/ View Example].&lt;br /&gt;
* [http://www.teethwhiteningreviews.com/ Teeth Whitening Reviews] uses hReview for consumer submitted reviews. [http://www.teethwhiteningreviews.com/item.php?id=91 View Example].&lt;br /&gt;
* [http://waterfiltersystem.co/ Water Filter Systems] uses hReview for customer submitted reviews of its water filter systems. [http://waterfiltersystem.co/water-ionizer-7plate-systems/ Review Example].&lt;br /&gt;
* [http://www.tomsgutscheine.de/ Tom's Gutscheine]. A German coupon and voucher site. User reviews are marked up with hReview. Example: [http://www.tomsgutscheine.de/zalando-gutschein Zalando Gutschein].&lt;br /&gt;
* [http://www.elevatelocal.co.uk/ Elevatelocal]. Internet marketing company uses hReview for publishing client testimonials on their corporate website.&lt;br /&gt;
* [http://www.MyMovingReviews.com/ My Moving Reviews]. Moving companies reviews and ratings website - company profile pages and reviews. Uses hReview and hReview-aggregate for publishing reviews and 5 star ratings in the reviews pages. [http://www.mymovingreviews.com/movingreviews/movers-were-fast-39 Moving Review Example].&lt;br /&gt;
* [http://www.trendspots.de News Magazine] The Startpage was realised with hreview. Short informations as a Review.&lt;br /&gt;
* [http://www.shockingexperts.com/ Shocking Experts Review]. News, Products And Service Review Site. Uses hReview and hReview-aggregate for publishing reviews and ratings of data in specific review page. [http://www.shockingexperts.com/forex-robots/forex-megadroid-review.html Review Example]. &lt;br /&gt;
* [http://www.pestek.co.uk/ Pestek Pest Control]. Service reviews from a pest control company. [http://www.pestek.co.uk/alwoodley.html Review Example]. &lt;br /&gt;
* [http://www.assistenza-clienti.it/ Assistenza Clienti]. Customer Services reviews. HReview made easy with Wordpress. [http://www.assistenza-clienti.it/telecom-italia Review Example]. &lt;br /&gt;
* [http://www.glamquotes.com/ Celebrity Quotes] uses hReview for reviews of quotes. [http://www.glamquotes.com/celebrity/lady-gaga-quotes/ View Example].&lt;br /&gt;
* [http://www.ohsohandy.com/ OhSoHandy.com]. Local restaurant, movie theaters, and restaurant reviews site using microformats since 2009 [http://raleigh.ohsohandy.com/review/192-the-raleigh-times-bar Sample Restaurant Review]. &lt;br /&gt;
* [http://www.yetanotherreviewsite.co.uk/ Yet Another Review Site]. Games review site that has just started to include hReview microformat in its reviews [http://www.yetanotherreviewsite.co.uk/dead-rising-2-reviews~925~360,PS3.htm Example Review]. &lt;br /&gt;
&lt;br /&gt;
* [http://wordpresspartner.com/plugins-2/metaweb-topicblocks-plugin-review/ WordPress Partner] reviews WordPress CMS Themes and Plugins with hReview. &lt;br /&gt;
* [http://www.gulfdine.com GulfDine] uses hReview for user and editorial reviews of restaurants. &lt;br /&gt;
* [http://www.getdebit.com GetDebit] uses hReview to publish reviews of prepaid debit cards. [http://www.getdebit.com/prepaid-debit-card/netspend-mastercard-prepaid-card/ NetSpend MasterCard Review Example].&lt;br /&gt;
* [http://www.myrating.dk myrating.dk] uses hReview and hReview-aggregate for publishing reviews and ratings of data in different categories like movies, candy etc. [http://www.myrating.dk/indhold/1141-the_big_lebowski example].&lt;br /&gt;
* [http://www.scotlandhotelreviews.co.uk/ Scotland Hotel Reviews] and [http://www.glasgowhotelreviews.co.uk/ Glasgow Hotel Reviews] use hReview to markup their hotel reviews. Examples: [http://www.scotlandhotelreviews.co.uk/ayrshire-and-arran/isle-of-arran/brodick/ormidale-hotel/ Brodick Hotel Reviews] and [http://www.glasgowhotelreviews.co.uk/glasgow-city-centre/radisson-sas-hotel-glasgow/ Glasgow Hotel Reviews]&lt;br /&gt;
* [http://www.carinsurance4you.co.za CarInsurance4You] uses hReviews for car insurance company reviews. Examples: [http://www.carinsurance4you.co.za/dial-direct-car-insurance.asp Dial Direct Car Insurance] and [http://www.carinsurance4you.co.za/budget-insurance-car-insurance.asp Budget Insurance].&lt;br /&gt;
* [http://travel.nytimes.com/travel/guides/north-america/united-states/new-york/new-york-city/1002207982790/al-di-la/restaurant-detail.html The New York Times] uses hReview for all its Venue pages under the [http://travel.nytimes.com/ Travel] section, which cover Restaurant, Hotels, Shopping, Nightlife and Attractions. There are approximately 20,000 geo-coded venue pages. Example: [http://travel.nytimes.com/travel/guides/north-america/united-states/new-york/new-york-city/1002207982790/al-di-la/restaurant-detail.html New York City Restaurants: Al Di La].&lt;br /&gt;
** Problems noted by [[User:Tantek|Tantek]] 01:27, 6 January 2010 (UTC) via heads-up from Michael Kaply.&lt;br /&gt;
*** The hReview is of a venue and thus must use a nested hCard item for the review per [[hreview#Property_details|hReview property details: item]]. There are a few problems with the current markup.&lt;br /&gt;
*** current code:&amp;lt;code&amp;gt;&amp;amp;lt;div id=&amp;quot;topHotel&amp;quot; class=&amp;quot;hreview vcard&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; - this div should just have &amp;lt;code&amp;gt;class=&amp;quot;hreview&amp;quot;&amp;lt;/code&amp;gt;, the &amp;quot;vcard&amp;quot; class name should be on the element with the &amp;quot;item&amp;quot; class name.&lt;br /&gt;
*** There needs to be an element (like a div) inside the hReview but surrounding all the venue info that has &amp;lt;code&amp;gt;class=&amp;quot;item vcard&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** current code: &amp;lt;code&amp;gt;&amp;amp;lt;h5 class=&amp;quot;timesPick item fn org&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt; - this h5 should just have &amp;lt;code&amp;gt;class=&amp;quot;timesPick fn org&amp;quot;&amp;lt;/code&amp;gt; with the &amp;quot;item&amp;quot; class name going on a surrounding element (as suggested above).&lt;br /&gt;
* [http://www.cafebritt.com Café Britt] uses hReviews for product reviews. Also uses hProduct, hListing and rel=tag. Examples: [http://www.cafebritt.com/costa-rica-dark-roast Costa Rica Dark Roast] and [http://www.cafebritt.com/costa-rica-coffees Costa Rica Coffees].&lt;br /&gt;
* [http://www.flightline.co.uk Flightline] uses hReviews for our customers hotel reviews as seen on the  hotel accommodation landing pages (click 'Read all reviews'). For examples see [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=20080730132603302392&amp;amp;supplier=Medhotels Forte Do Vale  4* in Portugal, Algarve, Albufeira], [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=11152&amp;amp;supplier=holidaybrokers Laguna Park II 3* in Spain, Tenerife, Playa de las Americas], [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=11135&amp;amp;supplier=HolidayBrokers Santa Maria Aparthotel 3* in Canary Islands, Tenerife, Costa Adeje] and [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=20081009130037970855&amp;amp;supplier=Medhotels Sunset Bay Club  3* in Canary Islands, Tenerife, Costa Adeje].&lt;br /&gt;
* [http://www.zappos.com Zappos.com] uses hReviews on product reviews seen on product/lifestyle style landing pages and brand pages. For examples see [http://www.zappos.com/shoes Shoes], [http://www.zappos.com/clothing Clothing], [http://www.zappos.com/bags Bags &amp;amp; Handbags], and [http://www.zappos.com/nike Nike].&lt;br /&gt;
* [http://www.iphonespeakerreviews.com/ iPhone Speaker Reviews] is built with Joomla and jReviews and has both editor and user reviews. Currently the editor reviews are published using hReview. Example: [http://www.iphonespeakerreviews.com/bose/bose-sounddock-series-ii-iphone-speaker-review.html Bose SoundDock Series II Review].&lt;br /&gt;
* [http://abyrvalg.com/ Abyrvalg] is a russian city community. Users submit reviews of local businesses. Reviews are published using hReview and hCard markup. Example: [http://kiev.abyrvalg.com/biz/sunduk reviews of Sunduk pub in Kiev].&lt;br /&gt;
* [http://www.bankfox.com/ BankFox] is a search engine for banks.  It has user-submitted reviews of bank accounts, marked up with hReview. For example, here's a page of [http://www.bankfox.com/account/online-savings/ally-bank/reviews/ reviews of Ally Bank].&lt;br /&gt;
* [http://whichtwitterapp.com/ WhichTwitterApp] provides [http://whichtwitterapp.com/reviews/adobe-air/tweetdeck-desktop reviews of twitter clients] using hReview, hCard, rel-tag and rel-home.&lt;br /&gt;
* [http://musicremedy.com/ MusicRemedy.com], a music site, publishes all song-reviews in hReview format, see [http://musicremedy.com/m/Madonna/videos/Miles_Away-22498.html example].&lt;br /&gt;
* Italian free business directory [http://www.cylex.it/ cylex.it] marked up with hReview all user submitted reviews of companies and products. Example: [http://www.cylex.it/azienda/mondial-security-10559327.html company profile with review]. &lt;br /&gt;
* [http://vaatekaupat.com/ Vaatekaupat.com] uses hReview for reviews of clothing retailers. Example: [http://vaatekaupat.com/kaupat/gina-tricot Gina Tricot].&lt;br /&gt;
* [http://www.sustainlane.com/ SustainLane] uses hreview for user reviews of local green businesses and green products ([http://www.sustainlane.com/reviews/b-restaurant-bar/YSNIVHY298U2SBV7AWNUJ1VWYWOR example]). Also rel-tag, hcard, vcard, and many more coming.&lt;br /&gt;
* [http://www.momentville.com/ MomentVille] uses hReview markup for wedding vendor reviews. Example: [http://vendors.momentville.com/vendors/elizabeth_morgan_photography/reviews Reviews of Hawaii Wedding Photographer].&lt;br /&gt;
* [http://inkweaver-review.blogspot.com Inkweaver Review] uses a modified Blogger XML template to automatically generate hReview markup for its reviews of young adult books. Example: [http://inkweaver-review.blogspot.com/2009/05/toby-alone-by-timothee-de-fombelle.html Review of Toby Alone by Timothee de Fombelle].&lt;br /&gt;
* [http://www.springest.nl Springest] uses hReview for it's user reviews of trainings. Example: [http://www.springest.nl/tijdwinst/ Trainingreviews] .&lt;br /&gt;
* [http://aplawrence.com APLawrence.com] has started using hReview for its [http://aplawrence.com/cgi-bin/indexget.pl?Reviews reviews]&lt;br /&gt;
* [http://www.commonsensemedia.org Common Sense Media] now uses hReview for its parent-focused [http://www.commonsensemedia.org/movie-reviews movie reviews]. hReview for other media types (books, music, websites) is forthcoming.&lt;br /&gt;
* [https://www.brownbook.net Brownbook.net] The global free business directory that anyone can edit uses hReviews for customer submitted reviews on all its business listings. Example [http://www.brownbook.net/business/30991528/celebrity-lipstick Temecula Lipstick], or check out any of the reviews on the home page.&lt;br /&gt;
* [https://www.dutchbulbs.com/store/holidaygifts/16420 DutchBulbs.com] uses hReview for customer submitted reviews of its bulbs and perennials.&lt;br /&gt;
* [http://www.cleanertoday.com/Roof-Shingle-Cleaner-Reviews-s/116.htm CleanerToday] has implemented hReview linked to an hCard for reviews on product pages. (for example see [http://www.cleanertoday.com/Indian-Meal-Moth-Traps-p/trap-birdseed.htm Moth Trap Reviews].&lt;br /&gt;
* [http://www.MaxiMovieBlog.com] uses hReview, rel-nofollow and rel-tag microformats for reviews of movies and home-theater electronics&lt;br /&gt;
* [http://newyork.brokerbeagle.com BrokerBeagle] uses hReview linked to an hCard via the include-pattern to mark up reviews of New York apartment brokers, see [http://newyork.brokerbeagle.com/broker-302-harris_philip.html example].&lt;br /&gt;
* [http://anime.mikomi.org anime.mikomi.org] uses hReview to mark up all of its user reviews of anime series, see [http://anime.mikomi.org/series/292.html example].&lt;br /&gt;
* [http://www.ecovian.com Ecovian] uses hReview to mark up user reviews of environmentally friendly businesses, see [http://www.ecovian.com/l/san-francisco-ca/millennium-restaurant example]&lt;br /&gt;
* Russian site [http://hotelmate.ru/ Hotel Mate] uses hReview for user submitted hotel reviews.&lt;br /&gt;
* Swedish music site [http://dagensskiva.com/ dagensskiva.com] publishes all reviews in hReview format.&lt;br /&gt;
* [http://microrevie.ws MicroReviews] - takes Twitter posts and marks them up with [[hReview]].  The markup is descibed on the [http://microrevie.ws/technical technical page].&lt;br /&gt;
* [http://www.scubafreebies.com ScubaFreebies.com] - reviews websites for SCUBA divers in hReview format. For example [http://www.scubafreebies.com/review/theaquaplanet review of video site theAquaPlanet]&lt;br /&gt;
* [http://www.hypercasinos.com Hypercasinos.com] - offers reviews of online casinos in hReview format. For example [http://www.hypercasinos.com/content/view/27/1/ a Bodog Casino review]&lt;br /&gt;
* [http://www.allogarage.fr/ Allogarage] - compare 13 000 motor mechanics in France- all reviews are in hReview format.&lt;br /&gt;
* [http://www.lopico.com Lopico - social business directory] - local business reviews in hReview&lt;br /&gt;
* [http://www.rolandinsh.lv/blog Rolands Umbrovskis - Blog] marked up with hReview all blog posts, using very basic requirements (hReview -&amp;gt; rating), for readers rating of any post/page. &lt;br /&gt;
* [http://www.concertbuzz.net ConcertBuzz- Concert Reviews] uses hReview for all user submitted concert reviews. See an [http://www.concertbuzz.net/genres/classic-rock/jethro-tull.html individual review page]. &lt;br /&gt;
* [http://www.trouvea.fr/ Trouvea.fr] - Compares thousands of firms in the House Services' sector everywhere in France - all reviews are in hReview format.&lt;br /&gt;
* [http://www.trouvannonces.fr/ Trouvannonces.fr] - propose des services aux particuliers comme aux professionnels sur la gratuité simple des petites annonces en ligne.&lt;br /&gt;
* All the [http://www.westmidlandbirdclub.com/review/ West Midland Bird Club's reviews], e.g. [http://www.westmidlandbirdclub.com/review/countrymans-bedside-book.htm Countryman's Bedside Book]&lt;br /&gt;
* [http://www.novedge.com/ Novedge], the largest online CAD/CAM/DCC store,  uses hReview for all product reviews (currently about 2000 reviews). See [http://www.novedge.com/review/1978/ single review page] and [http://www.novedge.com/Robert-McNeel/Rhino-4-0/products/2217/tab/3 multiple reviews page]. Each hReview is also visually marked with the hReview button: http://rbach.priv.at/2006/buttons/hreview.png&lt;br /&gt;
* [http://club.coneco.net/ Coneco Club] (in Japanese) uses hReview for all product reviews. See [http://club.coneco.net/user/4/review/4178/index.htm example]&lt;br /&gt;
* [http://lanetro.com/ lanetro.com], lead city and entertainment guide in the Spanish market with users's reviews about places, restaurants, movies, theaters, shops... Uses hReview (see [http://madrid.lanetro.com/restaurantes-indios/mumbai-massala-282573 example]), hCards and events ([http://teatro.lanetro.com/homo-ridens-20473072 example]) on its detail pages.&lt;br /&gt;
* [http://11870.com/pro/11870 11870.com] a social network (real life del.icio.us) which implements hReview for user's reviews about places, services and business&lt;br /&gt;
* [http://www.mises.org/periodical.aspx?Id=2 The Mises Review], an academic journal, uses hReview for their book reviews. See [http://www.mises.org/misesreview_detail.aspx?control=317 example]&lt;br /&gt;
* [http://www.golfdigest.com/ Golf Digest] uses hReview on its [http://www.golfdigest.com/courses/places Course Finder] detail pages to publish user comments, ratings and geo. [http://www.golfdigest.com/courses/places/2483 example]&lt;br /&gt;
* [http://www.ramkol.co.il/ Ramkol] (in Hebrew) Advanced social networking based local reviews in Israel&lt;br /&gt;
* [http://www.popsyndicate.com/ PopSyndicate] is a groups review site for comic books, movies, dvds, music, and book using hReview and hCard.&lt;br /&gt;
* [http://www.mitkbh.dk/ MitKBH] (in danish)  uses hReview to publish reviews of shops, clubs, bars, cafées, take-aways and restaurants in Copenhagen, Denmark. Each reviewed place has also a geo incl.[http://www.mitkbh.dk/node.php?node=238 example]&lt;br /&gt;
* [http://www.readandtravel.info Read&amp;amp;Travel] includes meta-information using hReview for travel-book reviews.&lt;br /&gt;
* [http://www.mangospot.dk/ Mangospot] uses hReview to publish reviews of bars, cafées and restaurants [http://mangospot.dk/Steder/245/Klassisk65-BistroVinbar.aspx example]&lt;br /&gt;
* [http://www.sean-johnson.com/ Sean Johnson] has started using hReview for [http://www.sean-johnson.com/2007/05/04/everyman-by-philip-roth/ book] and [http://www.sean-johnson.com/2007/05/01/feist-the-reminder/ music] reviews.&lt;br /&gt;
* [http://www.loudervoice.com/ LouderVoice] publishes and aggregates hReviews to/from blogs. All [http://www.loudervoice.com/search?q=hotel+cork Search/Tag Results] are also marked up with hReview.&lt;br /&gt;
* [http://www.bayofislands.net/ Bay of Islands] uses hReview eg. for reviews of [http://www.bayofislands.net/accommodation/apartments/edgewater-palms-apartments/#reviews Edgewater Palms]&lt;br /&gt;
* [http://spotspotting.com/ SpotSpotting], a site where TV commercials are reviewed and marked up with hReview (in Spanish)&lt;br /&gt;
* [[User:AndrewKuchling]] has added hReview to his book diary and would like to know if the markup is correct; [http://www.amk.ca/books/h/Velocity_of_Honey example 1], [http://www.amk.ca/books/h/Star_Wars_On_Trial example 2])&lt;br /&gt;
* [http://www.revish.com/ Revish], a book review community, uses hReview for all reviews on the site.&lt;br /&gt;
* [[User:EdwardOConnor]] has published several hReviews on his blog ([http://edward.oconnor.cx/2006/08/cask-room 1], [http://edward.oconnor.cx/2006/10/lud-in-the-mist 2], [http://edward.oconnor.cx/2006/11/hoboken 3], [http://edward.oconnor.cx/2006/11/basic 4], [http://edward.oconnor.cx/2006/11/legitimacy 5], [http://edward.oconnor.cx/2006/11/pizza-port 6], [http://edward.oconnor.cx/2006/12/lady-dottie-and-the-diamonds 7]).&lt;br /&gt;
* [http://ficlets.com/stories/12 Ficlets] story page uses hReview for user comments.&lt;br /&gt;
* Birder's Library, e.g. [http://www.birderslibrary.com/reviews/dvd/audubon_video_guide.htm Audubon VideoGuide to 505 Birds of North America]&lt;br /&gt;
* [http://www.raveaboutit.com.au Rave About It] uses hReviews for all local business reviews. In addition it uses the hCard format for a business's contact details. &lt;br /&gt;
**No examples on cited page&lt;br /&gt;
*[[User:RobCrowther]] has a number of hReviews on his blog, for example [http://www.boogdesign.com/b2evo/index.php/a/2007/02/09/webdd07_unobtrusive_javascript_with_rail this is one of a sequence of reviews of talks at WebDD07], and a [http://www.boogdesign.com/b2evo/index.php/a/2007/02/28/wsg_london_accessibility_meetup single post with three reviews]. &lt;br /&gt;
*[http://www.volume.co.uk/main/clients/clients.aspx Volume] publishes client reviews/quotes as hReviews.&lt;br /&gt;
* [http://revyu.com/ Revyu] allows people to review, rate, and tag anything. Individual reviews  ([http://revyu.com/reviews/0b03069358e6c718167e09119f7709dc50fb3f6e/about/html example]) are marked up using hReview.&lt;br /&gt;
*[http://www.globaldm.co.uk/our-clients.html GlobalDM] publishes client reviews/quotes as hReviews.&lt;br /&gt;
* [http://www.dishola.com/dishes/index/Austin,%20TX Dishola] publishes user reviews and ratings of dishes at restaurants, as opposed to entire &amp;quot;restaurant&amp;quot; reviews.&lt;br /&gt;
* [http://musicknows.com/1998/10/22/the-science-lesson MusicKnows] publishes user reviews and memories of gigs using hReview.&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
* [http://thetenwordreview.com The Ten Word Review] simply contains ten word long reviews. All reviews are marked up as hReviews, and user information is marked up as hCards.&lt;br /&gt;
* [http://www.halogenguides.com Halogen Guides] is an independent network of websites for wealthy consumers.  Member-created reviews for [http://realestate.halogenguides.com/company/exclusive-resorts/reviews destination clubs], private jets and fractional real estate are published with hReview. &lt;br /&gt;
* [http://www.board-crazy.co.uk Board Crazy Skateboarding] uses hReviews for all [http://www.board-crazy.co.uk/skate-reviews.php skateboarding product reviews].&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://local.yahoo.com Yahoo Local] now supports hReviews for all the user feedback and ratings about places in their search results&lt;br /&gt;
*[http://corkd.com/ Cork'd] is a community site for reviewing and sharing wine.  Member-created &amp;quot;Tasting Notes&amp;quot; are published using hReview.&lt;br /&gt;
*[[User:ChrisCasciano]] has started using hReview in his blog postings including these reviews of [http://chunkysoup.net/article/211/TechnoratisNewToys Pingerati and Technorati Microformat Search].&lt;br /&gt;
*[http://www.judysbook.com/ Judy's Book] is a local reviews community.  Athe hCard format.&lt;br /&gt;
*[http://www.judysbook.com/ Judy's Book] is a local reviews community.  All reviews are published in hReview format, and all business listings and members (review authors) in the hCard format.&lt;br /&gt;
* [http://tech.yahoo.com/ Yahoo! Tech] has launched with hReview markup on all their reviews! Hat tips: [http://nerddawg.blogspot.com/2006/05/hreview-microformat-on-yahoo-tech.html Ashish Shetty] and [http://jeremy.zawodny.com/blog/archives/006729.html Jeremy Zawodny] both via [http://www.moskalyuk.com/blog/yahoo-tech-tip-of-the-day/1058 Alex Moskalyuk].  [http://jeremy.zawodny.com/blog/archives/006729.html#comment-27779 Alex says]: &amp;quot;when we launched, the press reported on 300,000 tech products in our database. Some popular items, like [http://tech.yahoo.com/pr/apple-ipod-video-30gb-black-mp3-player/1992981873 this Apple iPod], have over 200 reviews.&amp;quot;&lt;br /&gt;
* [http://3spots.blogspot.com/2006/05/social-bookmarking-smarking.html 3spots: Social + bookMARKING = Smarking] has an hReview of &lt;br /&gt;
[http://smarking.com/ Smarking.com] (a social bookmarking service) which marks up their tagged links with [[xfolk|xFolk]].&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
*[http://www.pacificspirit.com Dave Orchard] provides hreview marked [http://www.pacificspirit.com/Restaurants-Vancouver.html Vancouver Restaurant reviews]&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
*[http://3spots.blogspot.com/2006/04/what-is-wikio-definitely-web-20-but.html hReview of Wikio]&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
*[http://jg.typepad.com/ciel/ Joan] has published [http://jg.typepad.com/ciel/2006/02/daniel_bouluds_.html an hReview of Garçon]&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
*[http://zipingo.typepad.com/ Zipingo Team Blog], a collaborative blog by the Zipingo Product Development Team at Intuit, used the hReview format to tag [http://zipingo.typepad.com/my_weblog/2005/12/finding_an_elec.html the backstory] of a review on a San Mateo electrician, written by one of the Zipingo team members ZipingoJim. Jim's post also links to his review on [http://www.zipingo.com Zipingo], a consumer opinion site.&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://www.debaser.it/ DeBaser.it] publishes music reviews (in Italian) supporting hReview.&lt;br /&gt;
* [http://blog.ftwr.co.uk/ Peter Westwood] posted an [http://blog.ftwr.co.uk/archives/2006/01/05/the-fox-inn/ hReview of The Fox Inn]&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://www.livejournal.com/users/danieljohn/ Daniel John] provides a [http://www.livejournal.com/users/danieljohn/58674.html scathing hReview of CIBC].&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
* [http://uk.movies.yahoo.com/movie-reviews/ Yahoo UK Movie Reviews] now supports hReview on all (&amp;gt;2000) reviews, e.g. [http://uk.movies.yahoo.com/h/Harry-Potter-and-the-Goblet-of-Fire/review-41195.html Harry Potter and the Goblet of Fire Review]&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://adam.typepad.com/impossiblethings/ Adam Hertz] wrote hReviews of [http://adam.typepad.com/impossiblethings/2005/11/soluna.html Soluna] and [http://adam.typepad.com/impossiblethings/2006/05/cafe_gibraltar.html Cafe Gibraltar]&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://www.mattmcalister.com/blog/ Matt McAllister] wrote an [http://www.mattmcalister.com/blog/_archives/2005/11/16/1408893.html hReview of the TV show: &amp;quot;The Office&amp;quot;]&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://www.bmannconsulting.com/blog/bmann/ Boris Mann] wrote an [http://www.bmannconsulting.com/blog/bmann/doubletake-best-panorama-stitch-tool-for-mac-os-x hReview of DoubleTake, a panorama stitch tool for Mac OS X]&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
* [http://blog.ftwr.co.uk/ Peter Westwood] has written an [http://blog.ftwr.co.uk/archives/2005/10/03/blubeckers-hampton-court/ hReview of Blubeckers Hampton Court] and an [http://blog.ftwr.co.uk/archives/2006/01/05/the-fox-inn/ hReview of The Fox Inn Bucks Green, West Sussex]&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://dougal.gunters.org/blog/ Dougal] has published an [http://dougal.gunters.org/blog/2005/08/03/french-vanilla-latte hReview of Wolfgang Puck’s Gourmet French Vanilla Latte].&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://www.dinnerbuzz.com/ Dinnerbuzz] is a great site for posting tagged reviews of restaurants, and they publish and summarize all their reviews in hReview!&lt;br /&gt;
* [http://soldierant.net/ Bryce Glass (Soldier Ant)] posted an [http://soldierant.net/archives/2005/06/product_review.html hReview of the Uniden ELBT 595 Bluetooth Cordless Phone].&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* dda posted an [http://sungnyemun.org/wordpress/?p=20 hReview of hReview] :) &lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* An [http://tbp.xomerang.com/?p=3 hReview of Caffè Camardo coffee].&lt;br /&gt;
** No hreview on page even though the page claims to be an hreview&lt;br /&gt;
* [http://loadaveragezero.com/hnav/contact.php Douglas Clifton] posted [http://loadaveragezero.com/#May-12-2005 comments] regarding adapting his list of ~800 [http://loadaveragezero.com/app/drx Developer Resources] as a format for evaluating hReview.&lt;br /&gt;
* [http://www.oliverbrown.me.uk/ Oliver Brown] [http://www.oliverbrown.me.uk/2005/05/09/sitereviewsorg-supports-hreview-i-think/ has announced] that his [http://en-us.sitereviews.org/ SiteReviews.org] (which reviews websites) publishes its reviews using hReview, e.g. here is the [http://en-us.sitereviews.org/review-photomatt.net review on SiteReviews.org for photomatt.net].&lt;br /&gt;
* [http://www.myelin.co.nz/post/ Phillip Pearson] is publishing hReviews in the [http://coffee.gen.nz/rss/reviews RSS feed of cafe reviews] on his [http://coffee.gen.nz/ kiwi coffee review site], which of course has the reviews in HTML with embedded hReview markup as well.&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://station11.net/ticker/ Kjell] is publishing his link blog as a [http://station11.net/ticker/ list of hReviews].&lt;br /&gt;
** hReviews have no fn specified on the item - 12/11/2006&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks] has [http://epeus.blogspot.com/2005_04_01_epeus_archive.html#111484565269684374 published two hReviews] and used unicode &amp;quot;star&amp;quot; characters for his ratings!&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* JamesStewart is publishing hReviews in the location pages at his [http://grwifi.net Grand Rapids WiFi site].&lt;br /&gt;
* [http://www.happenchance.co.uk/ Paul Livingstone] uses hreview to voice his opinion on [http://happenchance.co.uk/reading/ books] and [http://happenchance.co.uk/listening/ music].&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://www.stuffandnonsense.co.uk/ Andy Clarke] uses hReview for his [http://www.stuffandnonsense.co.uk/general/recommended-reading.html recommended reading list].&lt;br /&gt;
** hReviews have no fn specified on the item - 12/11/2006&lt;br /&gt;
* [http://nachlin.com/ Jim Nachlin] has added hReview publishing to the CMS he uses to publish  [http://daysofleisure.com/writing his blog].&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://whumpdotcom.livejournal.com/236856.html Bill Humphries] has reviewed the book &amp;quot;A Brother's Price&amp;quot; on his LiveJournal.&lt;br /&gt;
** hReviews have invalid item/fn markup (fn not a child of item) - 12/11/2006&lt;br /&gt;
* [http://www.thinkvitamin.com/ Vitamin] uses hReview on it's [http://www.thinkvitamin.com/reviews/ reviews] section (e.g. a [http://www.thinkvitamin.com/reviews/webapps/fluxiom/ review of Fluxiom]).&lt;br /&gt;
* [http://www.openguides.org/ OpenGuides] has support for the hReview microformat, and you can see it in action on [http://cotswolds.openguides.org/wiki/The_Plough,_Finstock this Cotswolds OpenGuide Review].&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
* [http://paulgoscicki.com Paul Goscicki] is publishing his [http://paulgoscicki.com/#wp_movie_ratings movie ratings] using hReview.&lt;br /&gt;
* [http://www.cellphones.ca/ Cell Phones etc.] is using hReviews for user-contributed [http://www.cellphones.ca/cell-phones/reviews/ cell phone reviews].&lt;br /&gt;
* [http://www.liptrot.org Adam Liptrot] publishes movie reviews using hReview and hCard. See article at [http://www.liptrot.org/journal/entries/movies_and_microformats/ Movies and Microformats].&lt;br /&gt;
* [http://www.webteacher.ws Web Teacher] is using hReview for book reviews in both the hReview creator format and a modified format. See a modified example at [http://www.webteacher.ws/2006/11/review-web-design-complete.html Web Design: A Complete Introduction].&lt;br /&gt;
** hReviews include the rating inside of the description - 12/11/2006&lt;br /&gt;
* [http://niftylist.co.uk/ The nifty list UK.] is using hReviews for user-contributed [http://niftylist.co.uk/mobiles/ mobile phone reviews].&lt;br /&gt;
** hReview does not have an item&lt;br /&gt;
* [http://sergiosantos.info/2007/3/books SergioSantos.info] uses hReviews for the reviewed book collection.&lt;br /&gt;
* [http://www.dcs-media.com/ DCS Media] converted all of their Firefox extension Reviews into hReview format. See the [http://www.dcs-media.com/fireday/default.aspx Fireday] page for extension listings.&lt;br /&gt;
* [http://bit.ly/iiag Is It Any Good . biz]has added hReview to all of their product reviews. See this example review of [http://bit.ly/2A3nVk Leapster2 Learning System ].&lt;br /&gt;
&lt;br /&gt;
== Examples with some problems ==&lt;br /&gt;
If you find a problem with any example in any other section, please move it here, and note the precise problem and cite the section of the [[hreview|hReview spec]] that appears to be violated. If the example that was moved here is yours, and you want to improve it, see the [[hreview-faq|hReview FAQ]], or raise any queries on [[hreview-issues|hReview issues]] or [[mailing-lists#microformats-discuss|the mailing list]], where people will be happy to help you. &lt;br /&gt;
&lt;br /&gt;
* [http://apple.com/store Apple Store] customer reviews are marked up in hReview, as in [http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?mco=E1BD7358&amp;amp;fnode=home/shop_mac/mac_accessories/airport_wireless&amp;amp;nplm=MB053LL/A#review-RTD4T4KYJYYF9UC44 this review] of the Airport Extreme Base Station.&lt;br /&gt;
**'''sub-optimal''': Model numbers (?) marked up as URLs, e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;SPAN class=&amp;quot;url&amp;quot;&amp;gt;MB053LL/A&amp;lt;/SPAN&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*loadaveragezero.com e.g. [http://loadaveragezero.com/app/drx/Data_Formats/Metadata/XMDP]&lt;br /&gt;
**'''invalid''': no fn (site owner informed)&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Reviewed Examples ==&lt;br /&gt;
If you have reviewed a New Example (and you are not the author of the example) and believe it to be valid, go ahead and move it here.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{hreview-related-pages}}&lt;/div&gt;</summary>
		<author><name>AceB</name></author>
	</entry>
</feed>