aggregate-microformat-template-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(New page: == The Problem == Many pages on the web contain or reference aggregates or summaries of other data: a summary of 173 reviews for a business, a summary of 25 running shoes for sale, a summ...)
 
No edit summary
Line 76: Line 76:
** http://www.pollstar.com/resultsArtist.aspx?ID=74518&SortBy=Date&SearchBy=bob%20dylan
** http://www.pollstar.com/resultsArtist.aspx?ID=74518&SortBy=Date&SearchBy=bob%20dylan
** 12 upcoming Bob Dylan concerts (aggregate hCalendar)
** 12 upcoming Bob Dylan concerts (aggregate hCalendar)
== See also ==
* Aggregate reviews: [[aggregate-review-examples|examples]] - [[aggregate-review-formats|formats]] - [[aggregate-review-brainstorming|brainstorming]]

Revision as of 18:46, 6 April 2009

The Problem

Many pages on the web contain or reference aggregates or summaries of other data: a summary of 173 reviews for a business, a summary of 25 running shoes for sale, a summary of a discussion with 501 individual posts. Naturally, the summary data is the best summary of the page itself and why a user should visit it.

We tried to solve this for the case of review summaries, but then realized that our approach applied to similar problems of aggregating other kinds of microformat data. The problem is to come up with a simple "pattern" or "template" that can be used to annotate aggregate information about pages that contain or reference multiple microformat instances.

Participants

  • Othar Hansson
  • Kavi Goel
  • Jay Myers


Real-World Examples

Aggregate reviews (aggregate hReview)

Showing aggregate review information for products or businesses is very common on the web. hReview is designed to annotate a single user's review but not summarize a collection of user reviews.

  • Amazon
    • http://www.amazon.com/gp/product/B001FA1NFA/
    • Aggregation of user reviews for a product. Up to 10 reviews per page
    • Includes 1-5 stars average rating and the total number of reviews
    • Also includes number of reviews for each score (1-5)
  • Yelp
    • http://www.yelp.com/biz/vive-sol-restaurant-mountain-view
    • Shows 1-5 stars average rating and the total number of reviews
    • Also includes number of reviews for each score (1-5)
    • The site highlights recurring themes from reviews (i.e. "The food is delicious - love the chicken mole.") and the number of reviews where such comments were made.

For a longer list of aggregate review examples, see aggregate-review-examples.

Summary of discussion boards (aggregate hAtom)

Lists of product offers (aggregate hListing?)

Another common occurrence on the web is to have many offers for a product from different sellers. Shopping aggregators like Amazon, Nextag, Pricegrabber, etc all do this. Solving this problem also requires some rationalization of hListing and hProduct, but in any case aggregations of offers examples are as follows.

Summary info for lists of products (aggregate hProduct)

Summaries that only contain a count

For many search results pages (or category pages showing a list of items), just knowing the number of results is valuable.

See also