<?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=GreenDog</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=GreenDog"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/GreenDog"/>
	<updated>2026-05-03T00:55:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hreview-aggregate&amp;diff=64234</id>
		<title>hreview-aggregate</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hreview-aggregate&amp;diff=64234"/>
		<updated>2014-03-10T16:05:02Z</updated>

		<summary type="html">&lt;p&gt;GreenDog: &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]] similar to [[hreview-examples-in-wild]].&lt;br /&gt;
&lt;br /&gt;
* [http://www.ticket-vvk.com Ticket VVK] uses hreview-aggregate for concert ratings, and concert dates. Example: [http://www.ticket-vvk.com/helene-fischer-konzert/ Helene Fischer Konzerte 2014]&lt;br /&gt;
* [http://www.belvini.de/ BELViNi] For aggregating customers wine-reviews I used the hReview-aggregate standard, example: [http://www.belvini.de/pinfo.php/pID/8011/markus-schneider-kaitui-sauvignon-blanc-pfalz.html Reviews of the wine Kaitui]&lt;br /&gt;
* [http://www.konzerte-abfeiern.de/ konzerte-abfeiern.de] On this site I used the hReview-aggregate standard, you can see here one example: [http://www.konzerte-abfeiern.de/rocknheim/ Rock’n’Heim]&lt;br /&gt;
* [http://www.iconfinance.co.uk/bridging-finance/ Icon Finance] has an hReview aggregate (though invisible, and count only 1).&lt;br /&gt;
* [https://easygap.co.uk/ Easy Gap] uses hreview aggregate on a specific review page and homepage. Take a look at our review page here [http://easygap.co.uk/519/reviews/ Easy Gap Insurance reviews]&lt;br /&gt;
* [https://gapinsurance123.co.uk/ Gap Insurance 123] uses hreview aggregate on its Customer Testimonial, homepage and throughout the site. See here for example [https://gapinsurance123.co.uk/519/testimonials/ Gap Insurance testimonials]&lt;br /&gt;
* [http://www.jocurios.ro/jocuri-de-gatit Jocuri de gatit] is a online games website and uses hreview aggregate on review, see here example [http://www.jocurios.ro/jocuri-barbie Jocuri barbie]&lt;br /&gt;
* 2012-07-04: [http://www.autotrader.co.uk Auto Trader UK] rolled out hReview aggregate support (e.g. [http://www.autotrader.co.uk/used-cars/bmw/3-series Used BMW 3 Series cars for sale]) and &amp;quot;... [https://twitter.com/berianreed/status/220484982399963136 SERP updated almost instantly]&amp;quot;.&lt;br /&gt;
* [http://www.essentialtravel.co.uk/travelinsurance/ Essential Travel Insurance] uses hreview-aggregate which shows up nicely in a [https://www.google.com/search?q=Essential+Travel+insurance Google Search].&lt;br /&gt;
* [http://www.mufa.de/free-sms.html mufa.de Free SMS ohne Anmeldung kostenlos versenden] We use hreview-aggregate for our green stars user rating on the bottom of our page. Feel free to check and copy our source code (from line ~96) for an example.&lt;br /&gt;
* [http://themusicfactorydisco.co.uk/ Mobile DJ Wirral] uses hreview aggregate on its Customer Review Pages. See here for example [http://themusicfactorydisco.co.uk/customer-reviews/ The Music Factory Disco]&lt;br /&gt;
* [http://www.applianceman-repair-fortbend.com/ac-air-conditioning-repair-houston-tx.html Houston Air Conditioning] uses hreview aggregate info on the bottom the the servicing webpages. See here for example [http://www.applianceman-repair-fortbend.com/ac-air-conditioning-repair-katy-tx.html AC Repair Katy]&lt;br /&gt;
* [http://www.euroexchange.de Kleinanzeigen kostenlos] ist die Plattform für gewerbliche und private Inserate mit Bild. Die Funktion wird in der Bewertung der Inserate durch Besucher verwendet. Siehe [http://www.euroexchange.de/detail.php?id=1 Ferienhaus Belgien]&lt;br /&gt;
* [http://www.spielplatztreff.de Spielplatztreff] is the playground rating website that implements hreview-aggregate and hreview for the userratings on each playground site e.g. [http://www.spielplatztreff.de/spielplatz/an-der-waldau-kinderfreizeitpark-in-bonn_205 Spielplatz in Bonn] &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://dogfood.guru/ DogFood.Guru], a Dog Food Reviews site that publishes hreview in our reviews post.&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://www.hardcoreepoxyflooringdetroit.com Epoxy Detroit] is a epoxy flooring and paint website that uses hReview on its footer that is site wide. View here for example [http://www.hardcoreepoxyflooringdetroit.com/ Epoxy Paint Michigan]&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;
* [http://www.oasisroofinginc.com/ roofing seattle wa] uses hreview aggregate inside the footer of roofer website. See here for example [http://www.oasisroofinginc.com/ Roof Repair Seattle]&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;
* [http://www.vorverkaufstarts.de Vorverkaufstarts.de] uses hreview-aggregate for concert ratings, and concert dates. Example: [http://www.vorverkaufstarts.de/robbie-williams-tour-2013-koln-munchen/ Robbie Williams Tour 2013]&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>GreenDog</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-nofollow&amp;diff=49923</id>
		<title>rel-nofollow</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-nofollow&amp;diff=49923"/>
		<updated>2013-02-18T01:49:34Z</updated>

		<summary type="html">&lt;p&gt;GreenDog: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;nofollow&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2005-01-10 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc.])&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks] ([http://technorati.com Technorati, Inc.])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://www.google.com/googleblog/ Matt Cutts] ([http://google.com Google, Inc])&lt;br /&gt;
* [http://www.shellen.com/ Jason Shellen] ([http://www.blogger.com Blogger]/[http://www.google.com Google])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2005}}&lt;br /&gt;
* [[User:Tantek|Tantek]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
* [[User:Kevin Marks|Kevin Marks]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
** When all authors/editors have done so, we can remove the MicroFormatCopyrightStatement template reference and replace it with the MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelNoFollow is an [[elemental-microformat|elemental microformat]], one of several [[microformats|microformat]] open standards. By adding &amp;lt;code&amp;gt;rel=&amp;quot;nofollow&amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink {{should not}} be afforded any additional weight or ranking by user agents which perform link analysis upon web pages (e.g. search engines). Typical use cases include links created by 3rd party commenters on blogs, or links the author wishes to point to, but avoid endorsing.  For more specific endorsement (or lack thereof) semantics, see [[vote-links|VoteLinks]].&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
The following is an [http://gmpg.org/xmdp/ XMDP] profile for the [[rel-nofollow]] specification.&lt;br /&gt;
&lt;br /&gt;
=== URLs ===&lt;br /&gt;
This profile is hosted as a separate XMDP file on microformats.org:&lt;br /&gt;
* http://microformats.org/profile/rel-nofollow&lt;br /&gt;
* shortURL: http://ufs.cc/x/rel-nofollow&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
Profiles are referenced in (X)HTML files in the &amp;amp;lt;HEAD&amp;amp;gt; tag, e.g.:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;head profile='http://microformats.org/profile/rel-nofollow'&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Profile ===&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value as defined in the&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help start&amp;quot; href=&amp;quot;http://microformats.org/wiki/rel-nofollow&amp;quot;&amp;gt;&lt;br /&gt;
   rel-nofollow specification&amp;lt;/a&amp;gt; &lt;br /&gt;
   .&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;nofollow&amp;quot;&amp;gt;nofollow&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource was not necessarily linked to &lt;br /&gt;
       by the author of the page, and thus said reference should not afford &lt;br /&gt;
       the referred resource any additional weight or ranking by user agents.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-nofollow in the wild, this is very much an incomplete list. If your site marked up with rel-nofollow, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-nofollow-examples-in-wild]]).&lt;br /&gt;
* [http://www.netd.it/sviluppo/ Netdesign Developers Network] uses the rel-nofollow attribute to make search engines don't follow the &amp;quot;off-topic&amp;quot; links.&lt;br /&gt;
* [http://funadvice.com FunAdvice] supports using the rel-nofollow tag to prevent users posting content simply for the search engine benefit, to improve the quality of the advice giving community.&lt;br /&gt;
* [http://www.cabs.co.za CABS Car hire South Africa] supports using the rel-nofollow tag to prevent inproper listings in the accommodation directory&lt;br /&gt;
* [http://petfoodtalk.com/dogfoodcoupons/ Dog Food Coupons] provides a dog food coupon collection service for dog owners.  rel-nofollow is used to instruct search engine agents to '''not''' further execute link analysis and avoid endorsement of the actual merchant coupon links.&lt;br /&gt;
* [http://petmoz.com/dogfoodcoupons Pet Food Coupons] While listing coupons in our Dog Food Coupons section why use the rel-nofollow tag to make sure that search engines specifically Google do not follow any links we believe have no value to the visitor.  &lt;br /&gt;
&lt;br /&gt;
== bad examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
There are now numerous abuses of rel-nofollow, in particular, where it is used on *2nd party* links, rather than the original intention of *3rd party* links such as in blog comments. The primary abusers of rel-nofollow are content hosting / social network sites.&lt;br /&gt;
* [http://flickr.com/ Flickr] puts &amp;quot;nofollow&amp;quot; on comments by the content publisher themselves (should only be on 3rd party comments), e.g. http://www.flickr.com/photos/tantek/2344425887/ as well as on profile links e.g. website: http://www.flickr.com/people/microformats/&lt;br /&gt;
* [http://twitter.com/ Twitter] puts &amp;quot;nofollow&amp;quot; on account holders' profile links,  in the &amp;quot;description&amp;quot; and &amp;quot;web site&amp;quot; fields, e.g. http://twitter.com/indiewebcamp (links in posts do not have &amp;quot;nofollow&amp;quot; yet are wrapped with &amp;quot;t.co&amp;quot; URLs).&lt;br /&gt;
* ... nearly every other content hosting / publishing site - please add more specific examples with direct URLs to pages abusing &amp;quot;nofollow&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== exceptions ===&lt;br /&gt;
It may seem odd to explicitly list *non* examples in an examples in the wild section, but such non-examples may be useful to help convince the bad examples in the wild to change their behavior:&lt;br /&gt;
* [http://blogspot.com/ Blogspot] does NOT put &amp;quot;nofollow&amp;quot; on content publisher links, e.g. http://epeus.blogspot.com/2012/03/when-youre-merchandise-not-customer.html&lt;br /&gt;
* [http://tumblr.com/ Tumblr] does NOT put &amp;quot;nofollow&amp;quot; on content publisher links, e.g. http://adactio.tumblr.com/post/27135731578/the-web-unusually-came-with-a-view-source&lt;br /&gt;
* ... (let's hope we find more such non-examples)&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* http://googleblog.blogspot.com/2005/01/preventing-comment-spam.html&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* VoteLinks can be used by an author to explicitly state their support for or against, or neutrality toward the destination of a link.  Implementers implementing rel=&amp;quot;nofollow&amp;quot; and VoteLinks should similarly not afford any additional weight or ranking to links with either &amp;lt;code&amp;gt;rev=&amp;quot;vote-abstain&amp;quot;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;rev=&amp;quot;vote-against&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/RelNoFollow&lt;br /&gt;
&lt;br /&gt;
== open issues ==&lt;br /&gt;
These are open issues that have been raised about rel=&amp;quot;nofollow&amp;quot; that have been raised in various forums, in particular, on the public [http://lists.w3.org/Archives/Public/www-html W3C www-html mailing list].  Once the list grows too big, we'll make a separate wiki page ([[rel-nofollow-issues]]). The issues have been grouped into four areas.&lt;br /&gt;
&lt;br /&gt;
* '''Definition'''. nofollow indicates a behavior rather than a relationship from which the behavior should be inferred as appropriate for the useragent. rel values should be nouns that indicates what the resource being referenced is in relation to the source.&lt;br /&gt;
* '''Name'''. nofollow is a bad name.&lt;br /&gt;
** overloading. does not mean the same as robots exclusion standards (robots.txt, meta robots) nofollow.&lt;br /&gt;
** does not mean what it says. does not mean &amp;quot;do not follow this link&amp;quot;, rather it means &amp;quot; do not add weight from this link&amp;quot;. [http://www.w3.org/mid/opsk3cccj9lo81gp@quark Asbjørn Ulsberg]&lt;br /&gt;
** not a noun. see above.&lt;br /&gt;
** suggested alternatives:&lt;br /&gt;
*** noendorse - [http://lists.w3.org/Archives/Public/www-html/2005Jan/0046.html Micah Dubinko]&lt;br /&gt;
*** none&lt;br /&gt;
*** noweight&lt;br /&gt;
*** unendorsed - [http://lists.w3.org/Archives/Public/www-html/2005Jan/0057.html Lachlan Hunt]&lt;br /&gt;
*** unrelated - [http://lists.w3.org/Archives/Public/www-html/2005Jan/0049.html Jens Meiert]&lt;br /&gt;
*** untrusted&lt;br /&gt;
*** nonauth - [http://www.mnot.net/blog/2003/12/29/comment_spam_and_google Mark Baker]&lt;br /&gt;
*** norank - [http://www.digitalburg.com/ Ben Pierce]&lt;br /&gt;
* '''Efficacy'''.  nofollow will not affect spamming behavior.&lt;br /&gt;
* '''Collateral Damage'''. If tools automatically add nofollow to all 3rd party links, then many legitimate non-spam links will be ignored or given reduced weight, and thus the destination of such links will be unfortunate casualties.&lt;br /&gt;
&lt;br /&gt;
=== additional lists of issues ===&lt;br /&gt;
Additional lists of issues raised against rel=&amp;quot;nofollow&amp;quot; can be found at the following site(s):&lt;br /&gt;
* http://www.nonofollow.net/&lt;br /&gt;
Matt Cutts Says No to Nofollow On Internal Links:&lt;br /&gt;
* http://www.techzene.com/seo/rel-nofollow-seo-disadvantages/&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:rel-nofollow]]&lt;br /&gt;
&lt;br /&gt;
== articles ==&lt;br /&gt;
When this section gets too big, we can move it to [[rel-nofollow-articles]].&lt;br /&gt;
* [http://searchenginewatch.com/3633972 2009-06-03 Search Engine Watch: Google Changes Course on Nofollow]&lt;br /&gt;
* [http://reference.sitepoint.com/html/rel-mf#rel__nofollow SitePoint reference: rel- Microformats / nofollow] by Ian Lloyd&lt;/div&gt;</summary>
		<author><name>GreenDog</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hreview-aggregate&amp;diff=48226</id>
		<title>hreview-aggregate</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hreview-aggregate&amp;diff=48226"/>
		<updated>2012-10-17T03:59:42Z</updated>

		<summary type="html">&lt;p&gt;GreenDog: &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]] similar to [[hreview-examples-in-wild]].&lt;br /&gt;
&lt;br /&gt;
* [https://gapinsurance123.co.uk/ Gap Insurance 123] uses hreview aggregate on its Customer Testimonial, homepage and throughout the site. See here for example [https://gapinsurance123.co.uk/519/testimonials/ Gap Insurance testimonials]&lt;br /&gt;
* [http://www.jocurios.ro/jocuri-de-gatit Jocuri de gatit] is a online games website and uses hreview aggregate on review, see here example [http://www.jocurios.ro/jocuri-barbie Jocuri barbie]&lt;br /&gt;
* 2012-07-04: [http://www.autotrader.co.uk Auto Trader UK] rolled out hReview aggregate support (e.g. [http://www.autotrader.co.uk/used-cars/bmw/3-series Used BMW 3 Series cars for sale]) and &amp;quot;... [https://twitter.com/berianreed/status/220484982399963136 SERP updated almost instantly]&amp;quot;.&lt;br /&gt;
* [http://www.essentialtravel.co.uk/travelinsurance/ Essential Travel Insurance] uses hreview-aggregate which shows up nicely in a [https://www.google.com/search?q=Essential+Travel+insurance Google Search].&lt;br /&gt;
* [http://www.mufa.de/free-sms.html mufa.de Free SMS ohne Anmeldung kostenlos versenden] We use hreview-aggregate for our green stars user rating on the bottom of our page. Feel free to check and copy our source code (from line ~96) for an example.&lt;br /&gt;
* [http://themusicfactorydisco.co.uk/ Mobile DJ Wirral] uses hreview aggregate on its Customer Review Pages. See here for example [http://themusicfactorydisco.co.uk/customer-reviews/ The Music Factory Disco]&lt;br /&gt;
* [http://www.applianceman-repair-fortbend.com/ac-air-conditioning-repair-houston-tx.html Houston Air Conditioning] uses hreview aggregate info on the bottom the the servicing webpages. See here for example [http://www.applianceman-repair-fortbend.com/ac-air-conditioning-repair-katy-tx.html AC Repair Katy]&lt;br /&gt;
* [http://www.euroexchange.de Kleinanzeigen kostenlos] ist die Plattform für gewerbliche und private Inserate mit Bild. Die Funktion wird in der Bewertung der Inserate durch Besucher verwendet. Siehe [http://www.euroexchange.de/detail.php?id=1 Ferienhaus Belgien]&lt;br /&gt;
* [http://www.spielplatztreff.de Spielplatztreff] is the playground rating website that implements hreview-aggregate and hreview for the userratings on each playground site e.g. [http://www.spielplatztreff.de/spielplatz/an-der-waldau-kinderfreizeitpark-in-bonn_205 Spielplatz in Bonn] &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://petmoz.com/ PetMOZ], a pet related site, implements hreview-aggregate for its presentation of reviews [http://petmoz.com/dogfood 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://www.hardcoreepoxyflooringdetroit.com Epoxy Detroit] is a epoxy flooring and paint website that uses hReview on its footer that is site wide. View here for example [http://www.hardcoreepoxyflooringdetroit.com/ Epoxy Paint Michigan]&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;
* [http://www.oasisroofinginc.com/ roofing seattle wa] uses hreview aggregate inside the footer of roofer website. See here for example [http://www.oasisroofinginc.com/ Roof Repair Seattle]&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>GreenDog</name></author>
	</entry>
</feed>