<?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=Junaid</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=Junaid"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Junaid"/>
	<updated>2026-05-14T03:40:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hreview-aggregate&amp;diff=42944</id>
		<title>hreview-aggregate</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hreview-aggregate&amp;diff=42944"/>
		<updated>2010-08-15T14:18:35Z</updated>

		<summary type="html">&lt;p&gt;Junaid: /* examples in the wild */  added detailed example of a price comparison site that features hReview-aggregate and hProduct on the same page and features the pricerange class&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;
* 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>Junaid</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hproduct-examples-in-wild&amp;diff=42943</id>
		<title>hproduct-examples-in-wild</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hproduct-examples-in-wild&amp;diff=42943"/>
		<updated>2010-08-15T13:51:08Z</updated>

		<summary type="html">&lt;p&gt;Junaid: /* New Examples */   Added example of price comparison site with hProduct&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Product Examples &amp;lt;/h1&amp;gt;&lt;br /&gt;
{{TOC-right}}&lt;br /&gt;
&lt;br /&gt;
This page is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat. There are limited number of examples in the wild, but this page can serve as a base for experimentation and implementation.&lt;br /&gt;
&lt;br /&gt;
== Editors/Authors ==&lt;br /&gt;
(alphabetical)&lt;br /&gt;
* [[User:PaulLee|Paul Lee]], Google Product Search&lt;br /&gt;
* [[User:JayMyers|Jay Myers]], [http://www.bestbuy.com/ Best Buy, Co., Inc.]&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
(alphabetical)&lt;br /&gt;
* Craig Cook, [http://focalcurve.com/ Focal Curve]&lt;br /&gt;
* Aaron Gustafson, [http://easy-designs.net/ Easy! Designs]&lt;br /&gt;
&lt;br /&gt;
== New Examples ==&lt;br /&gt;
&lt;br /&gt;
If you have implemented hProduct on your own page, 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 [[hproduct|hProduct]] markup.&lt;br /&gt;
&lt;br /&gt;
* [http://www.superstoresearch.com/ SuperStoreSearch.com] implemented hProduct markup across a database of over 10+ million products, including individual product information pages such as this listing for the [http://www.superstoresearch.com/shopping/categories/gaming/video-game-consoles/sony-playstation-3-slim-console-120gb-model--23249175.html Sony PS3 Console], and on category menu pages such as this guide on [http://www.superstoresearch.com/shopping/categories/electronics/home-cinema-audio/4326/flat-panel-televisions.html TVs] which features multiple hProduct items on the one page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.gekauft.org/ Gekauft.org] uses hProduct on all product pages and listings. An example: [http://www.gekauft.org/produkt/2819833 Product 2819833]&lt;br /&gt;
&lt;br /&gt;
* [http://www.polo-shirts.co.uk/ Polo Shirts] uses hProduct and hreview-aggregate on all product pages. For an example, please see the [http://www.polo-shirts.co.uk/T-Shirts/Fruit+of+the+Loom+Premium+Heavyweight+T-shirt Fruit of the Loom Premium T Shirt] page.&lt;br /&gt;
&lt;br /&gt;
* [http://www.roger-junca.com Foie gras Junca] use hProduct on [http://www.roger-junca.com/Roti-de-magret-du-Sud-ouest-produit-89.html product information pages].&lt;br /&gt;
&lt;br /&gt;
* [http://www.williams-sonoma.com Williams-Sonoma]'s [http://www.williams-sonoma.com/products/le-creuset-5-quart-round-dutch-oven/ product information pages] use hProduct.&lt;br /&gt;
&lt;br /&gt;
* [http://christopheducamp.com/ProjetBlog/2009/12/28/hproduct-pour-definir-les-produits-de-consommation/#hreview-microformats-made-simple Mon avis sur Microformats Made Simple] - an hReview combined with hProduct example (about and inspired by the book from Emily Lewis). &lt;br /&gt;
* [http://www.schnozberry.com Schnozberry] uses hProduct and RDFa on all downloadable ringtones. For an example see any [http://www.schnozberry.com/mobile/ringtones/item/67370/ individual ringtone].&lt;br /&gt;
&lt;br /&gt;
* [http://www.herba-belgie.be Herbalife Belgium] uses hProduct on the category and on the product pages of their shop. For examples see [http://www.herba-belgie.be/nl/herbalife-shop/basisproducten/formula-1-maaltijdreep Herbalife product page], [http://www.herba-belgie.be/nl/herbalife-shop/afslanken Herbalife category page].&lt;br /&gt;
&lt;br /&gt;
* [http://www.zappos.com Zappos.com] uses hProduct on the Recommended product sections seen on landing/lifestyle pages as well as on the new arrivals slider seen on brand pages. For examples see [http://www.zappos.com/womens-shoes Women's Shoes], [http://www.zappos.com/sunglasses Sunglasses], [http://www.zappos.com/mens Men's], [http://www.zappos.com/nike Nike].&lt;br /&gt;
&lt;br /&gt;
* [http://www.fixya.com/best FixYa] (the troubleshooting site) uses hProduct all over it's Ratings &amp;amp; Recommendations section.&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Experimental Live hProduct Examples ===&lt;br /&gt;
See bestbuy.com's experimental hProduct implementation (pre-draft) on &amp;quot;Shop URLs&amp;quot; at:&lt;br /&gt;
&amp;lt;nowiki&amp;gt;http://www.bestbuy.com/shop/&amp;lt;/nowiki&amp;gt;''term'', or more information here: [http://jay.beweep.com/index.php/2008/10/14/reviving-shop-urls-with-hproduct/ Shop URL details]&lt;br /&gt;
Karniyarik.com  [http://www.karniyarik.com/karniyarik-web]is a vertical search engine for online goods and experimented hProduct.&lt;br /&gt;
&lt;br /&gt;
=== See Also ===&lt;br /&gt;
(Note: See [[hlisting-extended-examples|hlisting-extended-examples]] also for examples of products listed on classified services.--[[PaulLee|Paul Lee]] 21:24 20 Aug 2008)&lt;br /&gt;
&lt;br /&gt;
=== Live Product Examples ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.wishfuls.com/index.php?c=focus&amp;amp;on=mermaid&amp;amp;cat=necklaces Wishfuls.com]&lt;br /&gt;
** Product type: Hand-made jewelry&lt;br /&gt;
** Properties: name, description, photo, internet price, buy, materials, size&lt;br /&gt;
&lt;br /&gt;
* [http://www.optykrozmus.co.uk/Scripts/prodView.asp?idproduct=18&amp;amp;idcategory=263&amp;amp;title=1+Day+Acuvue+Contact+lenses+from+Johnson+%26+Johnson+|+Acuvue+Contact+Lenses Optyk Rozmus Contact Lenses]&lt;br /&gt;
** Product type: Contact Lenses &amp;gt; Acuvue&lt;br /&gt;
** Properties:  name, description, photo, price, identifier, sku, brand, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://tinyurl.com/7p6h4l BlueNile]&lt;br /&gt;
** Product type: Jewelry &amp;gt; Bracelets&lt;br /&gt;
** Properties: categories, name, description, product rating, photo, price, order info, shipping information, stock number, metal type, clasp type, width, weight, add to basket, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.petco.com/product/14363/Totally-Ferret-Premium-Food-for-Active-Show-and-Pet-Ferrets.aspx Petco]&lt;br /&gt;
** Product type: Ferrets &amp;gt; Ferret food&lt;br /&gt;
** Properties: photo, name, brand/ manufacturer, description, product rating, reviews, weight, sku, shipping, internet price, sale price, quantity, add to cart, category, warranty, analysis, directions&lt;br /&gt;
&lt;br /&gt;
* [http://www.allposters.com/gallery.asp?startat=/getposter.asp&amp;amp;APNum=290796&amp;amp;CID=AC3917B0E4E4452CBC36B60F9B66A923&amp;amp;PPID=1&amp;amp;search=matisse&amp;amp;f=c&amp;amp;FindID=26501&amp;amp;P=1&amp;amp;PP=13&amp;amp;sortby=PD&amp;amp;cname=Henri+Matisse&amp;amp;SearchID allposters.com]&lt;br /&gt;
** Product type: Artwork &amp;gt; Prints&lt;br /&gt;
** Properties: photo, title, artist, type, size, item number, shipping, price, add to cart, custom frame, additional services, description&lt;br /&gt;
&lt;br /&gt;
* [http://www.target.com/Britax-Decathlon-Sahara-Convertible-Seat/dp/B000JIWU4W/sr=1-1/qid=1230579365/ref=sr_1_1/179-9254632-8007737?ie=UTF8&amp;amp;rh=k%3Atoddler%20car%20seats%20britax&amp;amp;page=1 target.com]&lt;br /&gt;
** Product type: Baby &amp;amp;#38; Toddler &amp;gt; Toddler car seat&lt;br /&gt;
** Properties: photo, shipping, brand, title, price, guest rating, quantity, add to cart, add to list(s), availability, features, reviews, identifiers (dpci, asin, catalog number), height, width, depth&lt;br /&gt;
&lt;br /&gt;
* [http://www.uniformadvantage.com/pages/prod/0445.asp?frmcolor=NAVY uniformadvantage.com]&lt;br /&gt;
** Product type: Business &amp;amp;#38; Industrial &amp;gt; Medical &amp;gt; Medical Scrubs&lt;br /&gt;
** Properties: name, style number, brand, photo, description, price, color, size, quantity, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://freewheelbike.com/itemdetails.cfm?LibId=45397 freewheelbike.com]&lt;br /&gt;
** Product type: Sporting Goods &amp;gt; Bicycles&lt;br /&gt;
** Properties: categories, photo, brand, name, price, product rating, description, features (click-through/pop-up), color, size, add to cart, add and checkout, add to wish list&lt;br /&gt;
&lt;br /&gt;
* [http://www.fastforklifts.com/electric-forklift-trucks-electric-forklift-walkie-forklift-xp1229-12.html fastforklifts.com]&lt;br /&gt;
** Product type: Industrial Equipment &amp;gt; Forklifts&lt;br /&gt;
** Properties: photo, name, product id, manufacturer, price, sale price, savings, quantity, add to cart, category, description&lt;br /&gt;
&lt;br /&gt;
* [http://www.leotardworld.com/Wiggles-Sparkle-Butterfly-Back-Leotard-p/mw1425-356h.htm leotardworld.com]&lt;br /&gt;
** Product type: Clothing &amp;amp;#38; Accessories &amp;gt; Leotards&lt;br /&gt;
** Properties: categories, name, brand, photo, price, sale price, you save, size, status, product code, quantity, add to cart, add to wish list, description, review&lt;br /&gt;
&lt;br /&gt;
* [http://www.gap.com/browse/product.do?cid=40772&amp;amp;pid=405608&amp;amp;scid=405608002 gap.com]&lt;br /&gt;
** Product type: Clothing &amp;amp;#38; Accessories &amp;gt; Men's Blazers&lt;br /&gt;
** Properties: photo, name, description, size, color, sku, quantity, price, sale price, add to bag, product details&lt;br /&gt;
&lt;br /&gt;
* [http://www.amazon.com/Nikon-Coolpix-Digital-Camera-Optical/dp/B0011MVWZ8/ref=pd_bbs_sr_1?ie=UTF8&amp;amp;s=electronics&amp;amp;qid=1231272206&amp;amp;sr=8-1 amazon.com]&lt;br /&gt;
** Product type: Electronics &amp;gt; Cameras&lt;br /&gt;
** Properties: photo, name, brand/manufacturer, reviews, colors, price, availability, shipping, quantity, add to cart, related, product details, product dimentions, weight, asin, model number, sales rank, categories, description, tags, reviews, discussions&lt;br /&gt;
&lt;br /&gt;
* [http://shop.lundsandbyerlys.com/shopping.aspx?location=E&amp;amp;sublocation=LP&amp;amp;shoplistid=336 lundsandbyerlys.com(frames, maui bento sushi chosen as example)]&lt;br /&gt;
** Product type: Food Items &amp;gt; Sushi&lt;br /&gt;
** Properties: on sale, photo, name, serving size, quantity, price, sale price, savings, add to basket&lt;br /&gt;
&lt;br /&gt;
* [http://www1.macys.com/catalog/product/index.ognc?ID=290741&amp;amp;CategoryID=42212 macys.com]&lt;br /&gt;
** Product type: Furniture &amp;gt; Living Room Sets&lt;br /&gt;
** Properties: photo (flash), name, brand, description, details, shipping, returns, product rating, colors, related, height, width, depth, product features, warranty info, web id, price, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.lowes.com/lowes/lkn?action=productDetail&amp;amp;productId=132135-444-C14024A&amp;amp;lpage=none lowes.com]&lt;br /&gt;
** Product type: Household Hardware &amp;gt; Vanity&lt;br /&gt;
** Properties: photo, name, manufacturer/brand, item number, model, price, add to cart, availability, shipping, description, total width, total depth, total height, top width, top depth, color, series, assembly, number drawers, construction type, mount type, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.homedepot.com/webapp/wcs/stores/servlet/ProductDisplay?storeId=10051&amp;amp;langId=-1&amp;amp;catalogId=10053&amp;amp;productId=100189145 homedepot.com]&lt;br /&gt;
** Product type: Hardware &amp;gt; Sump Pump&lt;br /&gt;
** Properties: photo, name, model, brand, price, quantity, add to cart, add to list, add to registry, product rating, description, model number, part number, features, specifications, ada compliant, amperage, depth, height, weight, width, battery backup, cord length, energy star, horsepower, length, outlet connection, outlet dimension, switch type, voltage, reviews, warranty&lt;br /&gt;
&lt;br /&gt;
* [http://www.acehardware.com/product/index.jsp?productId=1290429&amp;amp;cp=&amp;amp;sr=1&amp;amp;kw=lathes&amp;amp;origkw=lathes&amp;amp;parentPage=search&amp;amp;searchId=34784674863 acehardware.com]&lt;br /&gt;
** Product type: Hardware &amp;gt; Lath Screws&lt;br /&gt;
** Properties: photo, name, product rating, price, rewards points, shipping, categories, color, size, quantity, add to cart, add to wish list, related, availability, product details: head type, size, material, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.walgreens.com/store/product.jsp?CATID=100218&amp;amp;navAction=jump&amp;amp;navCount=0&amp;amp;nug=VPD&amp;amp;skuid=sku359744&amp;amp;id=prod359743 walgreens.com]&lt;br /&gt;
** Product type: Health &amp;amp;#38; Beauty &amp;gt; Ear Wax Removal&lt;br /&gt;
** Properties: categories, photo, price, quantity, name, brand, size/count, add to cart, shipping, availability, product rating, description, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.appliancewarehousedirect.com/counterdepth-sidebyside-refrigerator-with-glass-shelves-humidity-controls-transition-lighting-external-button-icewater-dispenser-p-18476.html?cPath=3 appliancewarehousedirect.com]&lt;br /&gt;
** Product type: Home &amp;amp;#38; Garden &amp;gt; Refrigerators&lt;br /&gt;
** Properties: name, width, weight, depth, height, sku, brand, model, price, add to cart, shipping, warranty, photo, description, condition, packaging, features&lt;br /&gt;
&lt;br /&gt;
* [http://www.birdbaths.com/bird-baths/resin-bird-baths/portsmouthsolarbirdbathfountain.cfm birdbaths.com]&lt;br /&gt;
** Product type: Home &amp;amp;#38; Garden &amp;gt; Bird Baths&lt;br /&gt;
** Properties: photo, categories, name, brand, item number, regular price, sale price, savings, length, width, height, warranty, product rating, shipping, related, description, material, style, water sound, light, series, assembly, warranty, exchange, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.bagking.com/Merchant2/merchant.mvc?Screen=PROD&amp;amp;Product_Code=FN1200N&amp;amp;Category_Code=womens-fannypacks&amp;amp;Product_Count bagking.com]&lt;br /&gt;
** Product type: Luggage &amp;gt; Fanny Packs&lt;br /&gt;
** Properties: name, brand, photo, product code, price, weight, shipping, color, quantity, add to cart, description, features, warranty, width, height, depth&lt;br /&gt;
&lt;br /&gt;
* [http://www.magersandquinn.com/index.php?main_page=product_info&amp;amp;products_id=1905787&amp;amp;isbn_id=4027890 magersandquinn.com]&lt;br /&gt;
** Product type: Media &amp;gt; Books&lt;br /&gt;
** Properties: categories, photo, name, author, condition, isbn, contributor, publisher, publish date, pages, weight, height, width, depth, language, description, sale price, regular price, availability, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://www.bestbuy.com/site/olspage.jsp?skuId=9015638&amp;amp;type=product&amp;amp;id=1852883 bestbuy.com]&lt;br /&gt;
** Product type: Media &amp;gt; DVD &amp;gt; Bluray&lt;br /&gt;
** Properties: categories, photo, name, sku, release date, mpaa rating, product rating, shipping, availability, offers, list price, regular price, add to cart, add to wish list, print, format, release date, length, genre, studio, other formats, description, language, subtitles, additional features, cast &amp;amp; crew, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.cduniverse.com/productinfo.asp?pid=1109198&amp;amp;cart=827546365 cduniverse.com]&lt;br /&gt;
** Product type: Media &amp;gt; CDs&lt;br /&gt;
** Properties: photo, name, artist, product rating, regular price, price, shipping, add to cart, description, list price, categories, label, release year, part number, catalog number, number of discs, recording length, track name(s), reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.cars.com/go/search/detail.jsp;?tracktype=usedcc&amp;amp;searchType=21&amp;amp;pageNumber=0&amp;amp;numResultsPerPage=50&amp;amp;largeNumResultsPerPage=0&amp;amp;sortorder=descending&amp;amp;sortfield=PRICE+descending&amp;amp;certifiedOnly=false&amp;amp;criteria=K-|E-|M-_563_|N-N|R-10000|I-1%2c7|P-PRICE+descending|Q-descending|Z-55428&amp;amp;aff=national&amp;amp;paId=298456384&amp;amp;recnum=0&amp;amp;leadExists=true cars.com]&lt;br /&gt;
** Product type: Motor Vehicles &amp;gt; Cars&lt;br /&gt;
** Properties: photo, name, brand, mileage, body style, color, engine, transmission, drivetrain, doors, features, description, condition, listing source, reviews, seller, related, warranty&lt;br /&gt;
&lt;br /&gt;
* [http://www.autozone.com/selectedZip,55423/initialAction,partProductDetail/initialpartType,01233/initialR,1855279/initialvehicleId,2401601/shopping/selectZip.htm autozone.com]&lt;br /&gt;
** Product type: Motor Vehicles &amp;gt; Automotive Parts &amp;gt; Front Break Pads&lt;br /&gt;
** Properties: category, name, brand, accessory for, photo, part number, weight, warranty, application, note, price, availability, shipping&lt;br /&gt;
&lt;br /&gt;
* [http://www.officedepot.com/a/products/908194/Swingline-Commercial-Desk-Stapler-Black/ officedepot.com]&lt;br /&gt;
** Product type: Office supplies &amp;gt; Stapler&lt;br /&gt;
** Properties: categories, name, brand, item number, photo, availability, shipping, price, quantity, add to cart, add to list, compare, product rating, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.amazon.com/gp/product/3937514775?ie=UTF8&amp;amp;tag=ubuntusearch-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=3937514775 amazon.com]&lt;br /&gt;
** Product type: Software &amp;gt; Operating Systems&lt;br /&gt;
** Properties: photo, name, brand, platform, product rating, price, shipping, availability, media type, quantity, related, features, width, height, length, weight, asin, model number, publish date, sales rank, categories, description, tags, reviews, discussions&lt;br /&gt;
&lt;br /&gt;
* [http://www.foosballstore.com/products/description/672.cfm foosballstore.com]&lt;br /&gt;
** Product type: Sporting Goods &amp;gt; Foosball Table&lt;br /&gt;
** Properties: name, brand, photo, description, model, price, shipping, quantity, accessories, add to cart, product specs, optional items, parts for, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.toysrus.com/product/index.jsp?productId=2332387 toysrus.com]&lt;br /&gt;
** Product type: Toys &amp;amp;#38; Games &amp;gt; Board Games&lt;br /&gt;
** Properties: categories, photo, name, brand, price, product rating, availability, quantity, add to cart, add to registry, add to wish list, description, features, item number, ski, upc, ean, isbn, manufacturer number&lt;br /&gt;
&lt;br /&gt;
* [http://www.williams-sonoma.com/products/8232084/index.cfm?pkey=cbakeware-top-rated&amp;amp;cm_src=hero williams-sonoma.com]&lt;br /&gt;
** Product Type: Home &amp;amp; Garden &amp;gt; Kitchen &amp;amp;#38; Dining &amp;gt; Bundt Pan&lt;br /&gt;
** Properties: photo, name, brand, description, product rating, reviews, price, quantity, add to basket, shipping, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.nulime.com/Hurricane-650-Fog-Machine/p201638 nulime.com]&lt;br /&gt;
** Product Type: Arts &amp;amp; Entertainment &amp;gt; Visual Effects &amp;gt; Fog Machines&lt;br /&gt;
** Properties: categories, item id, name, photo, list price, regular price, savings, availability, add to cart, send to friend, quantity, shipping, brand, product date, weight, height, width, depth, mode, upc, condition, return info, condition, warranty, url, description, accessories, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://shop.symantecstore.com/DRHM/servlet/ControllerServlet?SiteID=symnahho&amp;amp;Action=DisplayProductDetailsPage&amp;amp;productID=81884500&amp;amp;pgm=13665000&amp;amp;ThemeID=106300 symantecstore.com]&lt;br /&gt;
** Product Type: Software &amp;gt; Security Software&lt;br /&gt;
** Properties: photo, name, brand, description, add to cart, features, price&lt;br /&gt;
&lt;br /&gt;
* [http://www.needledoctor.com/Rega-P9-Turntable?sc=2&amp;amp;category=353 needledoctor.com]&lt;br /&gt;
** Product Type: Electronics &amp;gt; Audio &amp;gt; Audio Components &amp;gt; Turntables&lt;br /&gt;
** Properties: name, description, brand, photo, price, color, quantity, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://www.golfsmith.com/ppage.php?stynum=PG191091&amp;amp;lcode=CI&amp;amp;cm_mmc=froogle-_-consumer-_-1-_-r&amp;amp;ci_src=14110944&amp;amp;ci_sku=PG191091&amp;amp;tcode=fr_home golfsmith.com]&lt;br /&gt;
** Product Type: Sporting goods &amp;gt; Outdoor Recreation &amp;gt; Golf&lt;br /&gt;
** Properties: categories, photo, name, brand, regular price, sale price, quantity, stock number, availability, rating, reviews, description, shipping, condition&lt;br /&gt;
&lt;br /&gt;
* [http://shop.lego.com/productsmall.asp?prod_id=7627 shop.lego.com]&lt;br /&gt;
** Product Type: Toys &amp;amp; Games &amp;gt; Toys &amp;gt; Building Toys&lt;br /&gt;
** Properties: name, photo, item number, price, availability, description, height, width, add to cart&lt;br /&gt;
&lt;br /&gt;
* [https://www.nascigs.com/Our-Products/Product-Selector.aspx#a=blue_details nascigs.com]&lt;br /&gt;
** Product Type: Food, Beverages &amp;amp;#38; Tobacco &amp;gt; Tobacco Products&lt;br /&gt;
** Properties: photo, name, description&lt;br /&gt;
&lt;br /&gt;
* [http://store.mozilla.org/product.php?code=14%2013111&amp;amp;catid=9 store.mozilla.org]&lt;br /&gt;
** Product Type: Clothing &amp;amp;#38; Accessories &amp;gt; Clothing &amp;gt; T-shirts&lt;br /&gt;
** Properties: photo, name, price, description, item number, size, quantity, add to cart &lt;br /&gt;
&lt;br /&gt;
* [http://www.cvs.com/CVSApp/catalog/shop_product_detail.jsp?filterBy=default&amp;amp;skuId=144888&amp;amp;productId=144888&amp;amp;navAction=push&amp;amp;no_new_crumb=true cvs.com]&lt;br /&gt;
** Product Type: Health &amp;amp;#38; Beauty &amp;gt; Health Care &amp;gt; Smoking Cessation&lt;br /&gt;
** Properties: category, photo, name, brand, sku, price, quantity, add to cart, description, ingredients, directions, warnings&lt;br /&gt;
&lt;br /&gt;
* [http://shop.samsonite.com/storefront/suitcases/25-quot-spinner/prod35566XXXX-cC05-.html shop.samsonite.com]&lt;br /&gt;
** Product Type: Luggage &amp;gt; Suitcases&lt;br /&gt;
** Properties: category, name, brand, price, availability, color, quantity, add to cart, photo, description, height, width, depth, product code, item number&lt;br /&gt;
&lt;br /&gt;
* [http://www.beanbags.com/bean-bag-chairs/extra-large/exclusivexlblackvinylbeanbag.cfm beanbags.com]&lt;br /&gt;
** Product Type: Furniture &amp;gt; Bean Bags&lt;br /&gt;
** Properties: category, photo, name, item number, list price, sale price, savings, features, price, availability, quantity, add to cart, rating, shipping, description, specifications, guarantee, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.amazon.com/Watching-The-Detectives/dp/B000V6THXO/ref=dm_ap_trk9 amazon.com]&lt;br /&gt;
** Product Type: Media &amp;gt; Music &amp;gt; Rock &amp;amp;#38; Pop &amp;gt; MP3&lt;br /&gt;
** Properties: photo, name, artist, price, reviews, format, release date, label, copyright, length, genres, asin, product rating&lt;br /&gt;
&lt;br /&gt;
* [http://ww22.1800flowers.com/product.do?baseCode=16156&amp;amp;dataset=10314&amp;amp;cm_sp=subproduct_Roses_Multicolored%20Roses%20-%20Buy%2012%2C%20Get%206%20Free-_-tab2_image2-_-basecode_16156_dataset_10314_01122009_0830 1800flowers.com]&lt;br /&gt;
** Product Type: Home &amp;amp;#38; Garden &amp;gt; Plants &amp;gt; Flowers&lt;br /&gt;
** Properties: name, photo, description, product code, price, zip, location&lt;br /&gt;
&lt;br /&gt;
* [http://www.6pm.com/n/p/p/7257462/c/6971.html 6pm.com]&lt;br /&gt;
** Product Type: Clothing &amp;amp;#38; Accessories &amp;gt; Footwear &amp;gt; Boots&lt;br /&gt;
** Properties: brand, name, ski, price, savings, photo, size, width, color, add to cart, features, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.abebooks.com/servlet/SearchResults?isbn=9780495011606 abebooks.com]&lt;br /&gt;
** Product Type: Media &amp;gt; Books &amp;gt; Non-fiction&lt;br /&gt;
** Properties: categories, name, author, manufacturer, rating, photo, price, quantity, shipping, add to cart, description, isbn, publisher, condition&lt;br /&gt;
&lt;br /&gt;
* [http://www.abercrombie.com/webapp/wcs/stores/servlet/product_10051_10901_482623_-1_12213_12202 abercrombe &amp;amp;#38; fitch]&lt;br /&gt;
** Product Type: Clothing &amp;amp;#38; Accessories &amp;gt;  Clothing &amp;gt; Tops&lt;br /&gt;
** Properties: photo, name, style, price, description, color, size, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://www.abt.com/product/21632.html abt.com]&lt;br /&gt;
** Product Type: Electronics &amp;gt; Audio &amp;gt; Audio Accessories&lt;br /&gt;
** Properties: categories, brand, name, photo, price, description, availability, shipping, rating, add to cart, model, features, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.ae.com/web/browse/product.jsp?catId=cat1070004&amp;amp;productId=0423_3693 ae.com]&lt;br /&gt;
** Product Type: Clothing &amp;amp;#38; Accessories &amp;gt; Clothing Accessories &amp;gt; Belts&lt;br /&gt;
** Properties: photo, brand, name, style number, price, description, color, size, availability, quantity, add to cart, payment&lt;br /&gt;
&lt;br /&gt;
* [http://www.altrec.com/the-north-face/trailhead-6-tent altrec.com]&lt;br /&gt;
** Product Type: Sporting goods &amp;gt; Outdoor recreation &amp;gt; Camping, Backpacking &amp;amp;#38; Hiking &amp;gt; Tents&lt;br /&gt;
** Properties: categories, photo, brand, name, price regular, price sale, quantity, color, add to cart, sku, shipping, description, review&lt;br /&gt;
&lt;br /&gt;
* [http://www.americanstationery.com/shopping/prod_detail/main.asp-pid-3329 americanstationery.com]&lt;br /&gt;
** Product Type: Office supplies &amp;gt; General Supplies &amp;gt; Paper Products &amp;gt; Stationery&lt;br /&gt;
** Properties: categories, name, photo, item number, description, size, color, style, price, description, quantity, order, review&lt;br /&gt;
&lt;br /&gt;
* [http://www.anthropologie.com/anthro/catalog/productdetail.jsp?_dyncharset=ISO-8859-1&amp;amp;_dynSessConf=7579514410004107168&amp;amp;id=844658&amp;amp;parentid=ACC_EYE_SUN&amp;amp;pushId=ACC_EYE_SUN&amp;amp;popId=ACC_EYEWEAR&amp;amp;sortProperties=&amp;amp;navCount=1&amp;amp;navAction=&amp;amp;fromCategoryPage=true&amp;amp;selectedProductSize=&amp;amp;selectedProductSize1=&amp;amp;color=tur&amp;amp;colorName=TURQUOISE anthropologie.com]&lt;br /&gt;
** Product Type: Clothing &amp;amp;#38; Accessories &amp;gt; Clothing Accessories &amp;gt; Eyewear&lt;br /&gt;
** Properties: photo, name, description, material, style number, price, color, size, quantity, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://store.apple.com/us/product/FB323LL/A?mco=MjE0NDk5Mw apple.com]&lt;br /&gt;
** Product Type: Electronics &amp;gt; Computers &amp;gt; Desktops&lt;br /&gt;
** Properties: name, photo, brand, description, features, price, shipping, add to cart, product details, whats in the box&lt;br /&gt;
&lt;br /&gt;
* [http://www.audible.com/adbl/site/products/ProductDetail.jsp?BV_UseBVCookie=Yes&amp;amp;productID=BK_SANS_000623 audible.com]&lt;br /&gt;
** Product Type: Media &amp;gt; Downloadable Audio&lt;br /&gt;
** Properties: photo, name, author, narrator, price regular, add to cart, price sale, program type, publisher, length, release date, audio formats, rating, description, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://gifts.barnesandnoble.com/search/product.asp?EAN=2000003285044 barnesandnoble.com]&lt;br /&gt;
** Product Type: Media &amp;gt; Magazines &amp;amp;#38; Newspapers &amp;gt; &lt;br /&gt;
** Properties: categories, photo, brand, name, rating, reviews, ean, sales rank, price regular, price online, price sale, price member, add to cart, description, shipping, product details&lt;br /&gt;
&lt;br /&gt;
* [http://www.bestkiteboarding.com/09-Waroo bestkiteboarding.com]&lt;br /&gt;
** Product Type: Sporting goods &amp;gt; Water Sports &amp;gt; Windsurfing&lt;br /&gt;
** Properties: model, name, photo, color, description, product features, performance metrics, size, price, quantity, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://bodybuilding.com/store/iron/creatine.html bodybuilding.com]&lt;br /&gt;
** Product Type: Health &amp;amp;#38; Beauty &amp;gt; Health Care &amp;gt; Fitness &amp;amp;#38; Nutrition &amp;gt; Vitamins &amp;amp;#38; Supplements&lt;br /&gt;
** Properties: size(s), product details, directions, brand, photo, description, price, buy/ order&lt;br /&gt;
&lt;br /&gt;
* [http://www.brooksbrothers.com/IWCatProductPage.process?Merchant_Id=1&amp;amp;Section_Id=591&amp;amp;Product_Id=827242&amp;amp;Parent_Id=356&amp;amp;default_color=Navy brooksbrothers.com]&lt;br /&gt;
** Product Type: Clothing &amp;amp;#38; Accessories &amp;gt; Clothing &amp;gt; Suits &amp;gt; Boy's Two-Button Prep Blazer&lt;br /&gt;
** Properties: photo, categories, name, brand, description, article number, price, color, size, quantity, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://www.bulbs.com/eSpec.aspx?ID=14561&amp;amp;Ref=Category&amp;amp;RefId=13 bulbs.com]&lt;br /&gt;
** Product Type: Home &amp;amp;#38; Garden &amp;gt; Lighting &amp;gt; Light Bulbs&lt;br /&gt;
** Properties: photo, brand, name, description, quantity, add to cart, product details, price, shipping&lt;br /&gt;
&lt;br /&gt;
* [http://www.buy.com/prod/wenger-potomac-black-rolling-notebook-case-fits-up-to-17-inch-laptop/q/loc/16234/208905968.html buy.com]&lt;br /&gt;
** Product Type: Luggage &amp;gt; Laptop Bags&lt;br /&gt;
** Properties: name, photo, shipping, regular price, sale price, you save, quantity, availability, brand, manufacturer part number, sku, upc, features, color, package contents, manufacturer, manufacturer part number, weight, product type, reviews, categories&lt;br /&gt;
&lt;br /&gt;
* [http://www.cabelas.com/cabelas/en/templates/product/standard-item.jsp?_DARGS=/cabelas/en/common/catalog/item-link.jsp_A&amp;amp;_DAV=MainCatcat21412-cat20145&amp;amp;id=0006612513096a&amp;amp;navCount=2&amp;amp;podId=0006612&amp;amp;parentId=cat20145&amp;amp;masterpathid=&amp;amp;navAction=push&amp;amp;catalogCode=XJ&amp;amp;rid=&amp;amp;parentType=index&amp;amp;indexId=cat20145&amp;amp;hasJS=true cabelas.com]&lt;br /&gt;
** Product Type: Motor Vehicles &amp;gt; Automotive Safety Equipment &amp;gt; Tire Chains&lt;br /&gt;
** Properties: categories, photo, name, item number, price, rating, description, size, add to cart, quantity, weight&lt;br /&gt;
&lt;br /&gt;
* [http://www.carolsdaughter.com/product/color/lip_gloss_bubbling_brown_sugar.do carolsdaughter.com]&lt;br /&gt;
** Product Type: Health &amp;amp; Beauty &amp;gt; Personal Care &amp;gt; Hair Care &amp;gt; Hair Coloring&lt;br /&gt;
** Properties: categories, photo, name, size, description, reviews, item number, quantity, price, availability, add to list, instructions&lt;br /&gt;
&lt;br /&gt;
* [http://www.coach.com/content/product.aspx?product_no=12613&amp;amp;category_id=53 coach.com]&lt;br /&gt;
** Product Type: Clothing &amp;amp;#38; Accessories &amp;gt; Clothing Accessories &amp;gt; Wallets&lt;br /&gt;
** Properties: photo, name, product details, length, height, price, style number, quantity, colors, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://www.costco.com/Browse/Product.aspx?Prodid=11295243&amp;amp;whse=BC&amp;amp;topnav=&amp;amp;browse=&amp;amp;lang=en-US costco.com]&lt;br /&gt;
** Product Type: Gifts &amp;amp;#38; Tickets &amp;gt; Membership &amp;gt; Fitness membership&lt;br /&gt;
** Properties: categories, photo, name, brand, item number, rating, price, quantity, add to cart, description, product details, shipping, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.crateandbarrel.com/family.aspx?c=14210&amp;amp;f=11731 crateandbarrel.com]&lt;br /&gt;
** Product Type: Home &amp;amp;#38; Garden &amp;gt; Kitchen &amp;amp;#38; Dining &amp;gt; Grillware&lt;br /&gt;
** Properties: categories, photo, name, price, description, diameter, height, sku, shipping, quantity, add to cart, availability&lt;br /&gt;
&lt;br /&gt;
* [http://www.davidsbridal.com/webapp/wcs/stores/servlet/ProductDisplayView?storeId=10052&amp;amp;catalogId=10051&amp;amp;categoryId=-49997326&amp;amp;currentIdx=0&amp;amp;subCategory=-49998493|-49997962|-49997326&amp;amp;catentryId=4000138 davidsbridal.com]&lt;br /&gt;
** Product Type: Home &amp;amp;#38; Garden &amp;gt; Decor &amp;gt; Candles&lt;br /&gt;
** Properties: categories, photo, name, description, price, height, diameter, rating, color, shipping, quantity, availability, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.delightfuldeliveries.com/wine/8366.asp delightfuldeliveries.com]&lt;br /&gt;
** Product Type: Food, Beverages &amp;amp;#38; Tobacco &amp;gt; Beverages &amp;gt; Wine &amp;gt; Gift Baskets&lt;br /&gt;
** Properties: name, photo, description, brand(s), price, item number, shipping, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://accessories.us.dell.com/sna/products/Displays/productdetail.aspx?c=us&amp;amp;l=en&amp;amp;s=dhs&amp;amp;cs=19&amp;amp;sku=A1732949 dell.com]&lt;br /&gt;
** Product Type: Electronics &amp;gt; Electronics Accessories &amp;gt; Mounts&lt;br /&gt;
** Properties: categories, brand, name, photo, description, price, add to cart, shipping, manufacturer part number, dell part number, rating, reviews, product specs, weight&lt;br /&gt;
&lt;br /&gt;
* [http://www.diapers.com/Product/ProductDetail.aspx?productId=7710 diapers.com]&lt;br /&gt;
** Product Type: Baby &amp;amp;amp; Toddler &amp;amp;gt; Baby Transport &amp;amp;gt; Baby Carriers&lt;br /&gt;
** Properties: categories, photo, name, rating, price, shipping, description, quantity, add to cart, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.dickssportinggoods.com/product/index.jsp?productId=1373378 dickssportinggoods.com]&lt;br /&gt;
** Product Type: Sporting Goods &amp;amp;gt; Team Sports &amp;amp;gt; Cricket&lt;br /&gt;
** Properties: categories, photo, name, brand, item number, rating, description, shipping, price, size, quantity, add to cart, availability, shipping, product features, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.currys.co.uk/martprd/product/402032 currys.co.uk]&lt;br /&gt;
** Product Type: Home &amp;amp;amp; Garden &amp;amp;gt; Household Appliances &amp;amp;gt; Vacuuming &amp;amp;gt; Vacuums&lt;br /&gt;
** Properties: name, brand, product code, photo, availability, price sale, delivery, add to cart, product details, warranty/guarantee, description&lt;br /&gt;
&lt;br /&gt;
* [http://www.johnlewis.com/230508557/Product.aspx johnlewis.com]&lt;br /&gt;
** Product Type: Home &amp;amp;amp; Garden &amp;amp;gt; Household Appliances &amp;amp;gt; Vacuuming &amp;amp;gt; Vacuums &amp;gt; Wallpaper&lt;br /&gt;
** Properties: name, brand, photo, product code, quantity, availability, price, terms and conditions, add to cart, shipping, colors, descriptions, dimensions (width, length)&lt;br /&gt;
&lt;br /&gt;
* [http://quelle.fr/portal/portal/SiteInternet/App/Shopping-bijoux?secteur=bijoux quelle.fr]&lt;br /&gt;
** Product Type: Clothing &amp;amp;amp; Accessories &amp;amp;gt; Jewelry &amp;amp;gt; Rings&lt;br /&gt;
** Properties: categories, photo, name, size, quantity, price regular, price sale, savings, description, weight, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://www.cdiscount.com/maison/canape-canapes/banquette-sydney-convertible/f-1170103-SX19851M.html cdiscount.com]&lt;br /&gt;
** Product Type: Furniture &amp;amp;gt; Living Room &amp;amp;gt; Sofas&lt;br /&gt;
** Properties: categories, name, brand, photo, price sale, price regular, add to cart, description, height, width&lt;br /&gt;
&lt;br /&gt;
* [http://www.tchibo.de/is-bin/INTERSHOP.enfinity/eCS/Store/de/-/EUR/TdTchDisplayProductInformation-Start?ProductSKU=0001193&amp;amp;produkt=Tchibo-Cafissimo-Anthrazit tchibo.de]&lt;br /&gt;
** Product Type: Home &amp;amp;amp; Garden &amp;amp;gt; Kitchen &amp;amp;amp; Dining &amp;amp;gt; Appliances &amp;amp;gt; Coffee Makers &amp;amp;amp; Espresso Machines&lt;br /&gt;
** Properties: photo, name, brand, price, quantity, description, test rating, demensions (height, width, depth), color, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://www.karstadt.de/produktAnzeigen.do?pfad=866898+884179+881377&amp;amp;pid=3201158 karstadt.de]&lt;br /&gt;
** Product Type: Sporting Goods &amp;amp;gt; Team Sports &amp;amp;gt; Soccer &amp;gt; Accessories&lt;br /&gt;
** Properties: photo, name, description, availability, add to cart, product details, size (height, width)&lt;br /&gt;
&lt;br /&gt;
* [http://www.exlibris.ch/papier/ChipResetter/ChipResetter_f%C3%BCr_Canon_CLI8_und_PGI5_Patronen/thl/02163.aspx?system=&amp;amp;haupt=&amp;amp;unter=&amp;amp;pa=&amp;amp;pa_bis= exlibris.ch]&lt;br /&gt;
** Product Type: Electronics &amp;amp;gt; Print, Copy, Scan &amp;amp;amp; Fax &amp;amp;gt; Print, Copy, Scan &amp;amp;amp; Fax Accessories &amp;amp;gt; Printer Accessories &amp;amp;gt; Toner &amp;amp;amp; Inkjet Cartridges&lt;br /&gt;
** Properties: name, photo, product type, price, ean, description, add to cart, shipping&lt;br /&gt;
&lt;br /&gt;
* [http://www.radioshack.com/product/index.jsp?productId=2603246 radioshack.com]&lt;br /&gt;
** Product Type: Electronics &amp;amp;gt; Electronics Accessories &amp;amp;gt; Cables &amp;amp;amp; Adapters &amp;amp;gt; Adapters&lt;br /&gt;
** Properties: categories, photo, name, price, model, catalog number, availability, shipping, add to cart, description, reviews, rating&lt;br /&gt;
&lt;br /&gt;
* [http://www.drsfostersmith.com/product/prod_Display.cfm?pCatId=9722 drsfostersmith.com]&lt;br /&gt;
** Product Type: Animals &amp;amp;gt; Pet Supplies &amp;amp;gt; Dog Supplies &amp;amp;gt; Dog Medication&lt;br /&gt;
** Properties: name, photo, brand, shipping, description, item number, add to cart, weight&lt;br /&gt;
&lt;br /&gt;
* [http://www.drugstore.com/products/prod.asp?pid=205134&amp;amp;catid=33699&amp;amp;trx=GFI-0-EVGR-11690&amp;amp;trxp1=33699&amp;amp;trxp2=205134&amp;amp;trxp3=1&amp;amp;trxp4=1&amp;amp;btrx=BUY-GFI-0-EVGR-11690 drugstore.com]&lt;br /&gt;
** Product Type: Health &amp;amp;amp; Beauty &amp;amp;gt; Personal Care &amp;amp;gt; Oral Care &amp;amp;gt; Toothbrushes&lt;br /&gt;
** Properties: categories, name, brand, quantity, photo, shipping, rating, quantity, add to cart, description, reviews, price&lt;br /&gt;
&lt;br /&gt;
* [http://www.ecampus.com/merch_detail.asp?item=31589270 ecampus.com]&lt;br /&gt;
** Product Type: Office Supplies &amp;amp;gt; Office Instruments &amp;amp;gt; Office Rulers&lt;br /&gt;
** Properties: name, brand, categories, photo, price sale, price regular, savings, description, length, shipping, model number, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://www.fye.com/The-Beatles-1-Used_stcVVproductId1400843VVcatId473167VVviewprod.htm fye.com]&lt;br /&gt;
** Product Type: Media &amp;amp;gt; Music &amp;amp;gt; Rock &amp;amp;amp; Pop &amp;amp;gt; British Invasion&lt;br /&gt;
** Properties: categories, photo, name, artist, format, release date, record label, upc, product id, sku, amg rating, genre, condition, price regular, price used, price member, savings, availability, add to cart, tracks (hAudio?), rating, description, reviews, credits (name-value pair), related &lt;br /&gt;
&lt;br /&gt;
* [http://www.foodnetworkstore.com/p-646354-Mesa-Grill-Barbeque-Sauce-97ozbr-By-Bobby-Flay.aspx foodnetworkstore.com]&lt;br /&gt;
** Product Type: Food, Beverages &amp;amp;amp; Tobacco &amp;amp;gt; Food Items &amp;amp;gt; Condiments, Seasoning &amp;amp;amp; Sauces &amp;amp;gt; Barbecue Sauce&lt;br /&gt;
** Properties: photo, name, size, brand, price, rating, quantity, add to cart, availability, shipping, item number, description, origin, shelf life, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.footwearbuyer.com/products/stuart_weitzman_peepers_pump_womens.html footwearbuyer.com]&lt;br /&gt;
** Product Type: Women's &amp;amp;gt; Peeptoe&lt;br /&gt;
** Properties: photo, name, brand, price, rating, description, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.gearbuyer.com/products/the_north_face_denali_jacket_womens.html gearbuyer.com]&lt;br /&gt;
** Product Type: Women's Clothing &amp;amp;gt; Jackets &amp;amp;amp; Vests&lt;br /&gt;
** Properties: photo, name, brand, price, rating, description, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.gifttree.com/p3/2402/Chicken_Soup_for_the_Soul_Get_Well_Gift_Basket-1.html gifttree.com]&lt;br /&gt;
** Product Type: Food, Beverages &amp;amp;amp; Tobacco &amp;amp;gt; Food Items &amp;amp;gt; Food Gift Baskets&lt;br /&gt;
** Properties: categories, photo, name, shipping, price, quantity, add to cart, description, width, height, depth&lt;br /&gt;
&lt;br /&gt;
* [http://www.golfballs.com/PB1512-OWH/Titleist-Pro-V1-Golf-Balls-Logo-Overruns-2008-Model.html golfballs.com]&lt;br /&gt;
** Product Type: Sporting Goods &amp;amp;gt; Outdoor Recreation &amp;amp;gt; Golf &amp;amp;gt; Golf Balls&lt;br /&gt;
** Properties: categories, name, rating, photo, brand, sku, condition, color, number, price, quantity, add to cart, shipping, description, reviews, faqs&lt;br /&gt;
&lt;br /&gt;
* [http://shop.guess.com/ProductDetails.aspx?style=M8412200&amp;amp;image=M8412200-LBEI&amp;amp;root_category|90=Men&amp;amp;category|101=Denim&amp;amp;browse=1&amp;amp;rpt=Department.aspx&amp;amp;pt=ProductListing.aspx guess.com]&lt;br /&gt;
** Product Type: Clothing &amp;amp;amp; Accessories &amp;amp;gt; Clothing &amp;amp;gt; Pants &amp;amp;gt; Jeans&lt;br /&gt;
** Properties: photo, name, description, size, color, quantity, price, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://www.harryanddavid.com/gifts/store/product____gourmet-popcorn-moose-munch-gifts_moose-munch-popcorn-gifts_5031937 harryanddavid.com]&lt;br /&gt;
** Product Type: Food, Beverages &amp;amp;amp; Tobacco &amp;amp;gt; Food Items &amp;amp;gt; Candy, Sweets &amp;amp;amp; Gum&lt;br /&gt;
** Properties: categories, photo, name, brand, description, size, availability, item number, price, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://www.shopping.hp.com/product/51629A?landing=supplies&amp;amp;category=&amp;amp;family_name= hpshopping.com]&lt;br /&gt;
** Product Type: Electronics &amp;amp;gt; Print, Copy, Scan &amp;amp;amp; Fax &amp;amp;gt; Print, Copy, Scan &amp;amp;amp; Fax Accessories &amp;amp;gt; Printer Accessories &amp;amp;gt; Toner &amp;amp;amp; Inkjet Cartridges&lt;br /&gt;
** Properties: name, model number, photo, brand, offers, price, availability, shipping, quantity, add to cart, description, features, specifications&lt;br /&gt;
&lt;br /&gt;
* [http://www.klwines.com/detail.asp?sku=1041623 klwines.com]&lt;br /&gt;
** Product Type: Food, Beverages &amp;amp;amp; Tobacco &amp;amp;gt; Beverages &amp;amp;gt; Wine&lt;br /&gt;
** Properties: photo, name, brand, year, sku, description, price, quantity, add to cart, rating, availability, reviews, varietal, country, sub-region, appellation&lt;br /&gt;
&lt;br /&gt;
* [http://www.karmaloop.com/products.aspx?ProductID=53615&amp;amp;VendorCode=COA karmaloop.com/]&lt;br /&gt;
** Product Type: Clothing &amp;amp;amp; Accessories &amp;amp;gt; Clothing Accessories &amp;amp;gt; Gloves &amp;amp;amp; Mittens&lt;br /&gt;
** Properties: brand, photo, name, price (in us/ canadian/austrailian dollar, british pound, euro), color, size, add to cart, description, style number&lt;br /&gt;
&lt;br /&gt;
* [http://www.lancome-usa.com/makeup/mascara/definicils-mascara.htm lancome-usa.com]&lt;br /&gt;
** Product Type: Health &amp;amp;amp; Beauty &amp;amp;gt; Personal Care &amp;amp;gt; Cosmetics &amp;amp;gt; Makeup &amp;amp;gt; Eyes &amp;amp;gt; Mascara&lt;br /&gt;
** Properties: categories, model, photo, brand, description, color, quantity, price, add to cart, benefits, technology, tips&lt;br /&gt;
&lt;br /&gt;
* [http://www.levenger.com/PAGETEMPLATES/PRODUCT/Product.asp?Params=Category=13-850|Level=2-3|pageid=341 levenger.com]&lt;br /&gt;
** Product Type: Office Supplies &amp;amp;gt; Filing &amp;amp;amp; Organization &amp;amp;gt; Desk Organizers&lt;br /&gt;
** Properties: photo, brand, name, price, item identifier, description, size (width, height, depth), color, quantity, add to cart, rating, reviews, product specifications&lt;br /&gt;
&lt;br /&gt;
* [http://www.lillianvernon.com/catalog/product_display.jsp?pdId=12342&amp;amp;name=Deluxe+Hanging+Pants+Rack&amp;amp;parentCatId=3&amp;amp;catId=149 lillianvernon.com]&lt;br /&gt;
** Product Type: Home &amp;amp;amp; Garden &amp;amp;gt; Household Supplies &amp;amp;gt; Storage &amp;amp;amp; Organization &amp;amp;gt; Hangers&lt;br /&gt;
** Properties: categories, photo, name, sku, color, size, description, price regular, price sale, savings, quantity, add to cart, rating, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.moosejaw.com/moosejaw/shop/product_Moosejaw-Barf-Bag_10085155_10208_10000001_-1_ moosejaw.com]&lt;br /&gt;
** Product Type: Sporting Goods &amp;amp;gt; Outdoor Recreation &amp;amp;gt; Camping, Backpacking &amp;amp;amp; Hiking &amp;amp;gt; Barf Bags&lt;br /&gt;
** Properties: photo, condition, name, brand, item number, price, rating, color, quantity, add to cart, description, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.mymms.com/gifts/gifts.asp?item=51 mymms.com]&lt;br /&gt;
** Product Type: Food, Beverages &amp;amp;amp; Tobacco &amp;amp;gt; Food Items &amp;amp;gt; Candy, Sweets &amp;amp;amp; Gum&lt;br /&gt;
** Properties: name, description, size, photo, price, quantity&lt;br /&gt;
&lt;br /&gt;
* [http://www.netflix.com/Movie/Indiana_Jones_and_the_Last_Crusade/60010487?lnkctr=srchrd-sr&amp;amp;strkid=962279771_0_0 netflix.com]&lt;br /&gt;
** Product Type: Media &amp;amp;gt; DVDs &amp;amp;amp; Videos&lt;br /&gt;
** Properties: name, release date (year), photo, description, artist(s), genre, format, language, subtitiles, awards, movie rating, &lt;br /&gt;
&lt;br /&gt;
* [http://www.netshops.com/seasonal-&amp;amp;-gifts/gifts-for-him/hammocks/bestsellerislandbayxlropehammock.cfm netshops.com]&lt;br /&gt;
** Product Type: Home &amp;amp;amp; Garden &amp;amp;gt; Lawn &amp;amp;amp; Garden &amp;amp;gt; Outdoor Living &amp;amp;gt; Hammocks&lt;br /&gt;
** Properties: categories, photo, name, brand, item number, price regular, price sale, savings, features, rating, shipping, material, quantity, add to cart, description, warranty, weight, length, size, hardware, compatibility, style, width, min/max distance, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://store.nike.com/index.jsp?country=GB&amp;amp;lang_locale=en_GB&amp;amp;ref=http%3A//store.nike.com/index.jsp%3Fsitesrc%3DEMFC%26ref%3Dhttp%3A//www.nikefootball.com%26l%3Dshop%2Cpdp%2Cctr-inline/cid-300/pid-219653/pgid-183395&amp;amp;sitesrc=EMFC&amp;amp;ref=http://www.nikefootball.com&amp;amp;l=shop,pdp,ctr-inline/cid-300/pid-219653/pgid-183395 nike.com]&lt;br /&gt;
** Product Type: Sporting Goods &amp;amp;gt; Team Sports &amp;amp;gt; Football &amp;amp;gt; Football Shoes&lt;br /&gt;
** Properties: brand, name, price, style number, photo, size, quantity, add to cart, description, features, reviews&lt;br /&gt;
&lt;br /&gt;
* [http://www.ninewest.com/Nightlight/3506933,default,pd.html?cgid=1039 ninewest.com]&lt;br /&gt;
** Product Type: Clothing &amp;amp;amp; Accessories &amp;amp;gt; Footwear &amp;amp;gt; Boots&lt;br /&gt;
** Properties: name, price, photo, color, width, size, description, heel, shaft size, circumference, add to cart&lt;br /&gt;
&lt;br /&gt;
* [http://www.oneida.com/index.cfm/fuseaction/product.detail/_/Paul-Revere/productID/ab228c02-d447-42d0-8aac-995522504787/categoryID/7f6f89c9-5e89-4fda-ba39-a10c0588d5b6/ oneida.com]&lt;br /&gt;
** Product Type: Home &amp;amp;amp; Garden &amp;amp;gt; Kitchen &amp;amp;amp; Dining &amp;amp;gt; Tableware &amp;amp;gt; Flatware&lt;br /&gt;
** Properties: categories, name, description, photo, metal type, shipping, rating, reviews, add to cart, quantity, item identifier, price regular, price sale&lt;br /&gt;
&lt;br /&gt;
* [http://www.overstock.com/Home-Garden/Serta-Cool-Memory-Foam-2-inch-Mattress-Topper/3297642/product.html overstock.com]&lt;br /&gt;
** Product Type: Home &amp;amp;amp; Garden &amp;amp;gt; Bedroom &amp;amp;gt; Mattress Pads&lt;br /&gt;
** Properties: categories, photo, brand, name, price regular, price sale, description, quantity, size, add to cart, rating, availability, shipping, reviews, size, warranty, materials, model number, height, width, length&lt;br /&gt;
&lt;br /&gt;
* [http://www.chainsawsdirect.com/Husqvarna-235E/p2524.html chainsawsdirect.com]&lt;br /&gt;
** Product Type:Hardware &amp;amp;gt; Tools &amp;amp;gt; Chainsaws&lt;br /&gt;
** Properties: brand, name, photo, price regular, price sale, savings, model, shipping, availability, add to cart, rating, reviews, features, manufacturer, specs, weight, length, width, height&lt;br /&gt;
&lt;br /&gt;
* [http://www.repairclinic.com/SSPartDetail.aspx?s=b5a4c216i1159182&amp;amp;PartID=1159182 repairclinic.com]&lt;br /&gt;
** Product Type: Home &amp;amp;amp; Garden &amp;amp;gt; Kitchen &amp;amp;amp; Dining &amp;amp;gt; Appliances &amp;amp;gt; Refrigerators &amp;amp;gt; parts &amp;amp;gt; compressor parts&lt;br /&gt;
** Properties: categories, brand, part/item number, price, availability, quantity, add to cart, shipping, photo&lt;br /&gt;
&lt;br /&gt;
* [http://www.ifixit.com/Apple-Parts/500-GB-7200-RPM-Seagate-SATA-Hard-Drive-New/IF107-071-1 ifixit.com]&lt;br /&gt;
** Product Type: Computer, iPod, and iPhone parts&lt;br /&gt;
** Properties: categories, product code, price, warranty, condition, description, quantity, add to cart&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Product/Commerce Sites ===&lt;br /&gt;
&lt;br /&gt;
Analysis on 100 ecommerce and manufacturing sites was performed to represent a wide array of product families. Below are the most notable '''universal''' product attributes. Analysis is ongoing and more examples may be selected as they are added to the product taxonomy. &lt;br /&gt;
&lt;br /&gt;
* photo/image: 100.00%&lt;br /&gt;
* price: 99% price variations include:&lt;br /&gt;
** instant&lt;br /&gt;
** sale&lt;br /&gt;
** regular&lt;br /&gt;
** list&lt;br /&gt;
** online&lt;br /&gt;
** member&lt;br /&gt;
** used&lt;br /&gt;
* name/title: 98%&lt;br /&gt;
* brand/manufacturer: 93%&lt;br /&gt;
* description: 90%&lt;br /&gt;
* add to cart/ buy: 87%&lt;br /&gt;
* identifier: 79% examples include:&lt;br /&gt;
** stock number&lt;br /&gt;
** sku&lt;br /&gt;
** item number&lt;br /&gt;
** dpci&lt;br /&gt;
** asin&lt;br /&gt;
** catalog number&lt;br /&gt;
** style number&lt;br /&gt;
** product id&lt;br /&gt;
** product code&lt;br /&gt;
** web id&lt;br /&gt;
** series&lt;br /&gt;
** part number&lt;br /&gt;
** product code&lt;br /&gt;
** mpc&lt;br /&gt;
** isbn&lt;br /&gt;
** ean&lt;br /&gt;
** upc&lt;br /&gt;
** style&lt;br /&gt;
** article number&lt;br /&gt;
* product reviews: 78%&lt;br /&gt;
* quantity: 61%&lt;br /&gt;
* dimensions: 51% dimensions attributes include:&lt;br /&gt;
** height&lt;br /&gt;
** width&lt;br /&gt;
** depth&lt;br /&gt;
** weight&lt;br /&gt;
** length&lt;br /&gt;
** circumference&lt;br /&gt;
* category/ categories: 50%&lt;br /&gt;
* shipping: 50%&lt;br /&gt;
* product rating: 44%&lt;br /&gt;
* status/ availability: 36%&lt;br /&gt;
* color: 31%&lt;br /&gt;
* size: 27%&lt;br /&gt;
* model: 15%&lt;br /&gt;
* monetary savings/&amp;quot;you save&amp;quot;: 14%&lt;br /&gt;
* warranty/guarantee: 13%&lt;br /&gt;
* condition: 10%&lt;br /&gt;
* language: 1%&lt;br /&gt;
&lt;br /&gt;
=== Coded examples ===&lt;br /&gt;
&lt;br /&gt;
(Note: this example contains additional markup for positioning and presentation purposes)&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;hproduct&amp;quot;&amp;gt;&lt;br /&gt;
	&amp;lt;ul id=&amp;quot;breadcrumbs&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;li&amp;gt;Storename&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li class=&amp;quot;category&amp;quot;&amp;gt;Cameras&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li class=&amp;quot;category&amp;quot;&amp;gt;Video Cameras&amp;lt;/li&amp;gt;&lt;br /&gt;
		&amp;lt;li class=&amp;quot;category&amp;quot;&amp;gt;High-Definition Cameras&amp;lt;/li&amp;gt;&lt;br /&gt;
	&amp;lt;/ul&amp;gt;&lt;br /&gt;
	&amp;lt;h1 class=&amp;quot;fn&amp;quot;&amp;gt;Pure Digital Flip Video MinoHD Camcorder&amp;lt;/h1&amp;gt;&lt;br /&gt;
	&amp;lt;div id=&amp;quot;topbox&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;rightcol&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;img src=&amp;quot;http://images.storename.com/images/products/front.jpg&amp;quot; alt=&amp;quot;Image of Pure Digital F460B&amp;quot; class=&amp;quot;photo&amp;quot; /&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;leftcol&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;infomain&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;ul&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Brand: &amp;lt;/strong&amp;gt;&amp;lt;span class=&amp;quot;brand&amp;quot;&amp;gt;Pure Digital&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;Model: &amp;lt;/strong&amp;gt;&amp;lt;span class=&amp;quot;model&amp;quot;&amp;gt;F460B&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
					&amp;lt;li&amp;gt;&amp;lt;strong&amp;gt;SKU: &amp;lt;/strong&amp;gt;&amp;lt;span class=&amp;quot;sku&amp;quot;&amp;gt;9077054&amp;lt;/span&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;/ul&amp;gt;&lt;br /&gt;
				&amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;This camcorder offers true high-definition recording in an incredibly compact body, so you can be sure you won't miss a minute of recording time.&amp;lt;/p&amp;gt;&lt;br /&gt;
				&amp;lt;p&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;availability online&amp;quot;&amp;gt;Available online&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;shipping&amp;quot;&amp;gt;Backordered: Usually leaves our warehouse within 1-2 weeks. &amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;Estimated shipping cost: &amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;0.0&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;/p&amp;gt;&lt;br /&gt;
				&amp;lt;p&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;availability instore&amp;quot;&amp;gt;Not available for purchase in store&amp;lt;/span&amp;gt;.&lt;br /&gt;
				&amp;lt;/p&amp;gt;&lt;br /&gt;
				&amp;lt;p&amp;gt;&lt;br /&gt;
					&amp;lt;span class=&amp;quot;availability specialorder&amp;quot;&amp;gt;Not available for special order&amp;lt;/span&amp;gt;.&lt;br /&gt;
				&amp;lt;/p&amp;gt;&lt;br /&gt;
			&amp;lt;/div&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;infoside&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;span class=&amp;quot;price sale&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Sale Price: &amp;lt;/strong&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;USD&amp;quot; lang=&amp;quot;en&amp;quot;&amp;gt;$&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;206.99&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;buy&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;img src=&amp;quot;http://images.storename.com/products/images/btn_add_to_cart.gif&amp;quot; alt=&amp;quot;buy this product&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;div id=&amp;quot;bottombox&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;div id=&amp;quot;tabs&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;ul&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#featuresbox&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Features&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#specsbox&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Specs&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
				&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;#reviewsbox&amp;quot;&amp;gt;&amp;lt;span&amp;gt;Reviews&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
			&amp;lt;/ul&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div id=&amp;quot;specsbox&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;h3&amp;gt;Product Specs&amp;lt;/h3&amp;gt;&lt;br /&gt;
			&amp;lt;dl class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Color&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Black&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Height&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;3.9&amp;quot;&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Width&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;2&amp;quot;&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Depth&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;0.6&amp;quot;&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Weight&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;3.3 oz.&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Warranty -- Parts&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;90 days&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Warranty -- Labor&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;90 days&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Format&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Flash memory&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Vista Compatible&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Home Basic&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;LCD Screen Size&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;1.5&amp;quot;&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Image Stabilization&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;No&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Optical Zoom&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;None&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Digital Zoom&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;2x&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Night Recording&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Yes&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Audio Sensor&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Yes&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Lines of Resolution&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;720&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Video Resolution&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Up to 1280 x 720&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Digital Still Resolution&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Up to 1280 x 720&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Auto Date/Time Stamp&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Yes&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Audio Recording&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Yes&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Color Viewfinder&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Yes&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Speaker&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Yes&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Exposure Control&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Automatic&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;PC Software&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Yes&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Connectivity&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;USB 2.0&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;PC Cable&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Yes&amp;lt;/dd&amp;gt;&lt;br /&gt;
				&amp;lt;dt&amp;gt;Rechargeable Battery&amp;lt;/dt&amp;gt;&lt;br /&gt;
				&amp;lt;dd&amp;gt;Yes&amp;lt;/dd&amp;gt;&lt;br /&gt;
			&amp;lt;/dl&amp;gt;&lt;br /&gt;
			&amp;lt;div class=&amp;quot;clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div id=&amp;quot;reviewsbox&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;h3&amp;gt;Product Reviews&amp;lt;/h3&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;hreview&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;h4&amp;gt;&amp;quot;&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Amazing little camera&amp;lt;/span&amp;gt;&amp;quot;&amp;lt;/h4&amp;gt;&lt;br /&gt;
					&amp;lt;p&amp;gt;&lt;br /&gt;
					&amp;lt;strong&amp;gt;Reviewer: &amp;lt;/strong&amp;gt;&amp;lt;span class=&amp;quot;reviewer vcard&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://reviews.storename.com/3545a/kevwhitesf/profile.htm&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;kevwhitesf&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; from &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;/p&amp;gt;&lt;br /&gt;
					&amp;lt;p&amp;gt;&lt;br /&gt;
					&amp;lt;strong&amp;gt;Date reviewed: &amp;lt;/strong&amp;gt;&amp;lt;abbr title=&amp;quot;200502&amp;quot; class=&amp;quot;dtreviewed&amp;quot;&amp;gt;2008-11-24T18:53:32.000-06:00&amp;lt;/abbr&amp;gt;&lt;br /&gt;
					&amp;lt;/p&amp;gt;&lt;br /&gt;
					&amp;lt;p&amp;gt;&lt;br /&gt;
					&amp;lt;strong&amp;gt;Rating: &amp;lt;/strong&amp;gt;&amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;5&amp;lt;/span&amp;gt; out of 5&amp;lt;/p&amp;gt;&lt;br /&gt;
					&amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;&amp;quot;It definitely exceeded my expectations. It does everything it claims to do and more at a very reasonable price. I was pretty shocked that such a small device was capable of producing such a nice picture. Limited functionality, but that's what I was expecting. It interfaces nicely with Macs. I'm having lot of fun with my MinoHD! I've been taking it everywhere.&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
				&amp;lt;div class=&amp;quot;hreview&amp;quot;&amp;gt;&lt;br /&gt;
					&amp;lt;h4&amp;gt;&amp;quot;&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Amazing HD Consumer Camera&amp;lt;/span&amp;gt;&amp;quot;&amp;lt;/h4&amp;gt;&lt;br /&gt;
					&amp;lt;p&amp;gt;&lt;br /&gt;
					&amp;lt;strong&amp;gt;Reviewer: &amp;lt;/strong&amp;gt;&amp;lt;span class=&amp;quot;reviewer vcard&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://reviews.storename.com/3545a/sscrozz/profile.htm&amp;quot; class=&amp;quot;url fn&amp;quot;&amp;gt;sscrozz&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; from &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;Lafayette, CA&amp;lt;/span&amp;gt;&lt;br /&gt;
					&amp;lt;/p&amp;gt;&lt;br /&gt;
					&amp;lt;p&amp;gt;&lt;br /&gt;
					&amp;lt;strong&amp;gt;Date reviewed: &amp;lt;/strong&amp;gt;&amp;lt;abbr title=&amp;quot;200502&amp;quot; class=&amp;quot;dtreviewed&amp;quot;&amp;gt;2008-11-22T03:08:41.000-06:00&amp;lt;/abbr&amp;gt;&lt;br /&gt;
					&amp;lt;/p&amp;gt;&lt;br /&gt;
					&amp;lt;p&amp;gt;&lt;br /&gt;
					&amp;lt;strong&amp;gt;Rating: &amp;lt;/strong&amp;gt;&amp;lt;span class=&amp;quot;rating&amp;quot;&amp;gt;4&amp;lt;/span&amp;gt; out of 5&amp;lt;/p&amp;gt;&lt;br /&gt;
					&amp;lt;p class=&amp;quot;description&amp;quot;&amp;gt;&amp;quot;This camera is perfect for the consumer who wants a pocket camera that shoots HD. It shoots in full HD using H.264 compression (great quality video that takes up little space) It now works with Macs using Mpeg4 instead of AVI. Here is a HD test video. http://www.vimeo.com/2291493&amp;quot;&amp;lt;/p&amp;gt;&lt;br /&gt;
				&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;/div&amp;gt;&lt;br /&gt;
		&amp;lt;div class=&amp;quot;clear&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
	&amp;lt;/div&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;
==Related Links:==&lt;/div&gt;</summary>
		<author><name>Junaid</name></author>
	</entry>
</feed>