hreview-examples-in-wild: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(→‎New Examples: add direct link to specific NYT hReview example)
(→‎New Examples: note specific problems and suggested solutions for NYT hReviews)
Line 12: Line 12:
== New Examples ==
== New Examples ==
* [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].
* [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].
** Problems noted by [[User:Tantek|Tantek]] 01:27, 6 January 2010 (UTC) via heads-up from Michael Kaply.
*** 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.
*** current code:<code>&lt;div id="topHotel" class="hreview vcard"&gt;</code> - this div should just have <code>class="hreview"</code>, the "vcard" class name should be on the element with the "item" class name.
*** There needs to be an element (like a div) inside the hReview but surrounding all the venue info that has <code>class="item vcard"</code>.
*** current code: <code>&lt;h5 class="timesPick item fn org"&gt;</code> - this h5 should just have <code>class="timesPick fn org"</code> with the "item" class name going on a surrounding element (as suggested above).
* [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].
* [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].
* [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&supplier=Medhotels Forte Do Vale  4* in Portugal, Algarve, Albufeira], [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=11152&supplier=holidaybrokers Laguna Park II 3* in Spain, Tenerife, Playa de las Americas], [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=11135&supplier=HolidayBrokers Santa Maria Aparthotel 3* in Canary Islands, Tenerife, Costa Adeje] and [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=20081009130037970855&supplier=Medhotels Sunset Bay Club  3* in Canary Islands, Tenerife, Costa Adeje].
* [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&supplier=Medhotels Forte Do Vale  4* in Portugal, Algarve, Albufeira], [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=11152&supplier=holidaybrokers Laguna Park II 3* in Spain, Tenerife, Playa de las Americas], [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=11135&supplier=HolidayBrokers Santa Maria Aparthotel 3* in Canary Islands, Tenerife, Costa Adeje] and [http://www.flightline.co.uk/accommodation/hotel-search.php?hotel=20081009130037970855&supplier=Medhotels Sunset Bay Club  3* in Canary Islands, Tenerife, Costa Adeje].

Revision as of 01:27, 6 January 2010

<entry-title>hReview Examples in the wild </entry-title>

shortlink
http://tr.im/hrvwe

This page is an informative section of the hReview specification.

The following sites have published hReviews, and thus are a great place to start for anyone looking for examples "in the wild" to try parsing, indexing, organizing etc.

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 markup. Examples added without a URL to a page with hReview markup may be removed.

Want to get started with writing an hReview? Use the hReview creator to write a review and publish it on your blog or site.

New Examples

Smarking.com (a social bookmarking service) which marks up their tagged links with xFolk.

Examples with some problems

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 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, or raise any queries on hReview issues or the mailing list, where people will be happy to help you.

  • Apple Store customer reviews are marked up in hReview, as in this review of the Airport Extreme Base Station.
    • sub-optimal: Model numbers (?) marked up as URLs, e.g. <SPAN class="url">MB053LL/A</SPAN>
  • loadaveragezero.com e.g. [2]
    • invalid: no fn (site owner informed)
  • ...

Reviewed Examples

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.

  • ...

Related pages