<?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=Adam+Craven</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=Adam+Craven"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Adam_Craven"/>
	<updated>2026-04-24T23:24:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-brainstorming&amp;diff=17532</id>
		<title>product-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-brainstorming&amp;diff=17532"/>
		<updated>2007-06-05T14:18:34Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* Adam Craven */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Brainstorming for hProduct Microformat =&lt;br /&gt;
&lt;br /&gt;
This is a brainstorm for the hProduct microformat. See also [[hproduct-examples|examples of hProduct]].&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson, [http://easy-designs.net/ Easy! Designs]&lt;br /&gt;
* Craig Cook, [http://focalcurve.com/ Focal Curve]&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
There are numerous ways to publish product information on the web, but nothing is stanardized. It would be useful to have standardized product information on the web for creating mash-up applications which could&lt;br /&gt;
&lt;br /&gt;
* allow aggregated product details to be linked to from hListings or hReviews&lt;br /&gt;
* match hListings to hReviews&lt;br /&gt;
* aggregate product-specific information from across the web&lt;br /&gt;
* aggregate and compare like products based on features&lt;br /&gt;
&lt;br /&gt;
== Elements that come up often in practice ==&lt;br /&gt;
&lt;br /&gt;
Examples of elements that might be included because they seem to come up often in user- and CMS-generated product publishing, include the following:&lt;br /&gt;
&lt;br /&gt;
=== Base Elements ===&lt;br /&gt;
&lt;br /&gt;
* name (or fn)&lt;br /&gt;
* image (could be sub-categorized)&lt;br /&gt;
** thumb (for thumbnail)&lt;br /&gt;
** full (for full size image)&lt;br /&gt;
** photo (for a photograph)&lt;br /&gt;
** illo (for an illustration).&lt;br /&gt;
* description (could be sub-categorized)&lt;br /&gt;
** summary&lt;br /&gt;
** extended&lt;br /&gt;
* brand&lt;br /&gt;
* uri (or url) - URI for the product at its brand website; not to be confused with the hListing 'permalink'.&lt;br /&gt;
* msrp&lt;br /&gt;
&lt;br /&gt;
=== Extensibility ===&lt;br /&gt;
Being that so many products in the world have specific charachteristics or properties, we thought it might be wise to create a means of standardizing the listing of that information, setting the stage for possible subformats of hProduct. This could be done by setting up property value pairs or groups using a &amp;lt;code&amp;gt;CLASS&amp;lt;/code&amp;gt; of &amp;quot;p-v&amp;quot;. It would be possible to offer a few means of doing this.&lt;br /&gt;
&lt;br /&gt;
==== Natural language property-value association ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;p-v&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;dimensions&amp;lt;/span&amp;gt; of this book are &lt;br /&gt;
  &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;6&amp;amp;#189;&amp;amp;#34;(&amp;lt;abbr title=&amp;quot;width&amp;quot;&amp;gt;W&amp;lt;/abbr&amp;gt;) &amp;amp;#215; &lt;br /&gt;
  12&amp;amp;#34;(&amp;lt;abbr title=&amp;quot;height&amp;quot;&amp;gt;H&amp;lt;/abbr&amp;gt;) &amp;amp;#215;&lt;br /&gt;
  1&amp;amp;#190;&amp;amp;#34;(&amp;lt;abbr title=&amp;quot;depth&amp;quot;&amp;gt;D&amp;lt;/abbr&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== List property-value association (pairs) ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Mileage&amp;lt;/span&amp;gt;: &lt;br /&gt;
    &amp;lt;em class=&amp;quot;value&amp;quot;&amp;gt;34,787&amp;lt;/em&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Year&amp;lt;/span&amp;gt;: &lt;br /&gt;
    &amp;lt;em class=&amp;quot;value&amp;quot;&amp;gt;2006&amp;lt;/em&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Exterior Color&amp;lt;/span&amp;gt;: &lt;br /&gt;
    &amp;lt;em class=&amp;quot;value&amp;quot;&amp;gt;Burgundy&amp;lt;/em&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Body Style&amp;lt;/span&amp;gt;: &lt;br /&gt;
    &amp;lt;em class=&amp;quot;value&amp;quot;&amp;gt;Hatchback&amp;lt;/em&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== List property-value association (groups) ====&lt;br /&gt;
&lt;br /&gt;
Note: as a &amp;lt;code&amp;gt;DL&amp;lt;/code&amp;gt; contains semantic property-value pairs/groups, setting a &amp;lt;code&amp;gt;CLASS&amp;lt;/code&amp;gt; of &amp;quot;p-v&amp;quot; should be enough (reducing extra markup).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;dl class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;dt&amp;gt;Mileage&amp;lt;/dt&amp;gt;&lt;br /&gt;
  &amp;lt;dd&amp;gt;34,787&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;dt&amp;gt;Color&amp;lt;/dt&amp;gt;&lt;br /&gt;
  &amp;lt;dd&amp;gt;Burgundy (Exterior)&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;dd&amp;gt;Tan (Interior)&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Non-visible property names ====&lt;br /&gt;
&lt;br /&gt;
We have considered the possibility of allowing property names to be invisible to users by allowing the addition of the property name as a class immediately following the &amp;quot;propery&amp;quot; &amp;lt;code&amp;gt;CLASS&amp;lt;/code&amp;gt; keyword:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ul class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;property mileage&amp;quot;&amp;gt;34,787&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;property year&amp;quot;&amp;gt;2006&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;property color-exterior&amp;quot;&amp;gt;Burgundy&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;property body-style&amp;gt;Hatchback&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Parsing would be a bit trickier, but from the perspective of someone marking up the document, it is pretty simple and straightforward.&lt;br /&gt;
&lt;br /&gt;
=== Suggested Additions ===&lt;br /&gt;
&lt;br /&gt;
* image sub-categorization (could make use of [[media-info|Media microformat]]?):&lt;br /&gt;
** thumb (for thumbnail)&lt;br /&gt;
** full (for full size image)&lt;br /&gt;
** photo (for a photograph)&lt;br /&gt;
** illo (for an illustration).&lt;br /&gt;
* description sub-categorization:&lt;br /&gt;
** summary&lt;br /&gt;
** extended&lt;br /&gt;
* uri (or url) - URI for the product at its brand website; not to be confused with the hListing 'permalink'.&lt;br /&gt;
&lt;br /&gt;
== Isn't this duplicating hListing and hReview? ==&lt;br /&gt;
&lt;br /&gt;
No, hProduct would not seek to compete with [[hlisting|hListing]] or [[hreview|hReview]], it simply aims to enhance them. In either of these microformats, the &amp;lt;em&amp;gt;item&amp;lt;/em&amp;gt; could easily contain the hProduct. Also, hProduct is the more appropriate place for Manufacturer's Suggested Retail Price (MSRP), which is not likely to be the final price of the product being listed. The actual price/sale price/final price should be solely in the domain of hListing.&lt;br /&gt;
&lt;br /&gt;
== Random Thoughts ==&lt;br /&gt;
&lt;br /&gt;
Please add your thoughts &amp;amp; feelings below. If you are interested in getting involved in the development of this microformat. Please contact aaron [at] easy-designs [dot] net and/or join the [http://microformats.org/mailman/listinfo/microformats-discuss/ microformats mailing list].&lt;br /&gt;
&lt;br /&gt;
===Ronnos===&lt;br /&gt;
&lt;br /&gt;
Wouldn't the release date of the product be a good addition? I'm writing product re- and previews. I use hReviews to give my opinion about the product, but there's now way to indicate that the product is or is not in stores yet. As far as i can see, the release date is a usefull product attribute, not only usefull in combination with other Microformats, but also for indicating the &amp;quot;age&amp;quot; of a product.&lt;br /&gt;
&lt;br /&gt;
* Release date is a good idea but how to specify it? Is it the date on which the product first becomes available in shops? Would you have a per-region release date (certainly applicable to DVDs, CDs and at least some electronic devices such as gaming consoles) --[[User:SMulcahy|SMulcahy]] 13:38, 15 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
===Aaron Gustafson===&lt;br /&gt;
&lt;br /&gt;
Actual price, savings, discounts, etc. should be part of hListing instead of hProduct. MSRP (suggested retail price) should be part of the hProduct, however.&lt;br /&gt;
*Not all products have a MSRP. [[User:AndyMabbett|Andy Mabbett]] 09:08, 19 Nov 2006 (PST)&lt;br /&gt;
**I agree, they don't which is why it should not be required. [[User:AaronGustafson|Aaron Gustafson]] 16:60, 20 Nov 2006 (MST)&lt;br /&gt;
&lt;br /&gt;
===Andy Mabbett===&lt;br /&gt;
Please see my [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007281.html proposal, on the mailing list] -- [[User:AndyMabbett|Andy Mabbett]] 09:08, 19 Nov 2006 (PST)&lt;br /&gt;
* I agree with the idea of enabling sub-product formats, but am not sure I like the idea of a &amp;quot;wrapper&amp;quot; for hReview or hListing, I think the item should exist ''within'' an instance of one of those microformats. [[User:AaronGustafson|Aaron Gustafson]] 16:60, 20 Nov 2006 (MST)&lt;br /&gt;
**There may be more than one review of a product, on one page e.g. [http://www.amazon.co.uk/o/ASIN/B000I0SGSA/ref=pd_rvi_gw_1/026-5782158-8338825] [[User:AndyMabbett|Andy Mabbett]] 00:54, 21 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Adam Craven===&lt;br /&gt;
&lt;br /&gt;
hProduct will definitely be one of the largest microformats. &lt;br /&gt;
&lt;br /&gt;
What about specifications of products, which is important for data aggregation. To categories every type and variation of a product would be mad. So how should the hurdle be crossed, if at all?&lt;br /&gt;
&lt;br /&gt;
The nearest related uF is the citation format, although it isn't overly suited.&lt;br /&gt;
&lt;br /&gt;
===Stephen Mulcahy===&lt;br /&gt;
&lt;br /&gt;
As with microformats in general maybe the approach to take to specifications of products is to let people who need/want them start specifying the ones they are interested in - we don't need an exhaustive universe of potential things categorised. See my posting for some other comments here - http://microformats.org/discuss/mail/microformats-discuss/2007-January/008379.html , in particular note that I think the hard part of this is defining the specifications of individual products. I'm happy to start on the laptop one ... it would be good to have some laptop vendor on board but maybe its too soon for anyone to be interested.&lt;br /&gt;
&lt;br /&gt;
* Some potential subformats (what kind of naming scheme do we want to use here)&lt;br /&gt;
** hNotebook (or hProductNotebook ?) - for products like laptops, notebooks, tablets&lt;br /&gt;
*** os&lt;br /&gt;
*** bundledSoftware&lt;br /&gt;
*** size (height, width, depth)&lt;br /&gt;
*** weight (units?)&lt;br /&gt;
*** processor&lt;br /&gt;
*** display&lt;br /&gt;
**** size &lt;br /&gt;
**** resolution&lt;br /&gt;
*** video (for video card)&lt;br /&gt;
*** embeddedVideo (boolean)&lt;br /&gt;
*** hard drive (maybe manufacturer,model,size? .. eeek is hard drive a hProduct subformat itself?)&lt;br /&gt;
*** memory (type and size?)&lt;br /&gt;
*** optical drive (types?)&lt;br /&gt;
*** battery&lt;br /&gt;
*** warranty&lt;br /&gt;
*** videoOut (types supported - is it acceptable have a bunch of boolean options for laptop features that may or may not exist on a particular model?)&lt;br /&gt;
** hDesktop - for desktop PCs and similar&lt;br /&gt;
** hConsole - for gaming consoles such as the Wii, PS3 and XBox360&lt;br /&gt;
** hMobilePhone (or hMobileDevice .. not sure we generally want generic subcategory since the whole point of subformats is to give a concrete set of characteristics, or do we want to have nesting of subformats to capture general characteristics at higher levels?).&lt;br /&gt;
** hPda (maybe a hMobileDevice .. it starts getting a bit fuzzy here)&lt;br /&gt;
&lt;br /&gt;
Maybe we should talk to some projects like the Linux on Laptops [http://www.linux-laptop.net/] project and get them to encourage contributors to mark-up their laptop reviews in hProductNotebook? --[[User:SMulcahy|SMulcahy]] 07:51, 20 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
===Robbie van der Blom===&lt;br /&gt;
What about unique identifiers for products like ISBN nr. and the UPC codes for a product? My gut feeling is that they should be part of the hProduct format. &lt;br /&gt;
&lt;br /&gt;
With respect to the above, do we really need to talk about hProductNotebook etc. this seems odd.&lt;br /&gt;
&lt;br /&gt;
===Adam Craven===&lt;br /&gt;
&lt;br /&gt;
In relation to the p-v and general property values. The [[abbr-design-pattern]] could be used over the hidden class variable. So&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;name&amp;quot;&amp;gt;Breitling SuperOcean Chrono&amp;lt;/h1&amp;gt;&lt;br /&gt;
Water resistant up to &amp;lt;span class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;property value&amp;quot; title=&amp;quot;water-resistance&amp;quot;&amp;gt;1500m&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this second example, the color is embedded within the name of the shirt itself.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;h1 class=&amp;quot;name&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;property value&amp;quot; title=&amp;quot;color&amp;quot;&amp;gt;White&amp;lt;/abbr&amp;gt; Coxmoor shirt&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;white-coxmoor-shirt.jpg&amp;quot; rel=&amp;quot;image thumb&amp;quot; /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For items such as books, whereby authors sometimes aren't explicitly denoted visibly (http://www.thebookpeople.co.uk/webapp/wcs/stores/servlet/product_10001_10051_47517_100_10014_10013_category_10013), rather inferred by convention. Could arguably still use the abbr pattern:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;h1&amp;gt;&amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Great Tales From English History&amp;lt;/span&amp;gt; - 3 Books&amp;lt;/h1&amp;gt;&lt;br /&gt;
by &amp;lt;span class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;property value&amp;quot; title=&amp;quot;author&amp;quot;&amp;gt;Robert Lacey&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or even&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;h1&amp;gt;&amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Great Tales From English History&amp;lt;/span&amp;gt; - 3 Books&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;property&amp;quot; title=&amp;quot;author&amp;quot;&amp;gt;by&amp;lt;/abbr&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;Robert Lacey&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A final thought to throw in. If the property and values are within the same HTML tag, it might be possible to remove the property &amp;amp; value class, as the p-v indicates a property value relationship itself.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr class=&amp;quot;p-v&amp;quot; title=&amp;quot;author&amp;quot;&amp;gt;Robert Lacey&amp;lt;/abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
What do you think?&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-brainstorming&amp;diff=17134</id>
		<title>product-brainstorming</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-brainstorming&amp;diff=17134"/>
		<updated>2007-06-04T14:26:19Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* Thoughts on property values */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Brainstorming for hProduct Microformat =&lt;br /&gt;
&lt;br /&gt;
This is a brainstorm for the hProduct microformat. See also [[hproduct-examples|examples of hProduct]].&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson, [http://easy-designs.net/ Easy! Designs]&lt;br /&gt;
* Craig Cook, [http://focalcurve.com/ Focal Curve]&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
There are numerous ways to publish product information on the web, but nothing is stanardized. It would be useful to have standardized product information on the web for creating mash-up applications which could&lt;br /&gt;
&lt;br /&gt;
* allow aggregated product details to be linked to from hListings or hReviews&lt;br /&gt;
* match hListings to hReviews&lt;br /&gt;
* aggregate product-specific information from across the web&lt;br /&gt;
* aggregate and compare like products based on features&lt;br /&gt;
&lt;br /&gt;
== Elements that come up often in practice ==&lt;br /&gt;
&lt;br /&gt;
Examples of elements that might be included because they seem to come up often in user- and CMS-generated product publishing, include the following:&lt;br /&gt;
&lt;br /&gt;
=== Base Elements ===&lt;br /&gt;
&lt;br /&gt;
* name (or fn)&lt;br /&gt;
* image (could be sub-categorized)&lt;br /&gt;
** thumb (for thumbnail)&lt;br /&gt;
** full (for full size image)&lt;br /&gt;
** photo (for a photograph)&lt;br /&gt;
** illo (for an illustration).&lt;br /&gt;
* description (could be sub-categorized)&lt;br /&gt;
** summary&lt;br /&gt;
** extended&lt;br /&gt;
* brand&lt;br /&gt;
* uri (or url) - URI for the product at its brand website; not to be confused with the hListing 'permalink'.&lt;br /&gt;
* msrp&lt;br /&gt;
&lt;br /&gt;
=== Extensibility ===&lt;br /&gt;
Being that so many products in the world have specific charachteristics or properties, we thought it might be wise to create a means of standardizing the listing of that information, setting the stage for possible subformats of hProduct. This could be done by setting up property value pairs or groups using a &amp;lt;code&amp;gt;CLASS&amp;lt;/code&amp;gt; of &amp;quot;p-v&amp;quot;. It would be possible to offer a few means of doing this.&lt;br /&gt;
&lt;br /&gt;
==== Natural language property-value association ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;p-v&amp;quot;&amp;gt;The &amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;dimensions&amp;lt;/span&amp;gt; of this book are &lt;br /&gt;
  &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;6&amp;amp;#189;&amp;amp;#34;(&amp;lt;abbr title=&amp;quot;width&amp;quot;&amp;gt;W&amp;lt;/abbr&amp;gt;) &amp;amp;#215; &lt;br /&gt;
  12&amp;amp;#34;(&amp;lt;abbr title=&amp;quot;height&amp;quot;&amp;gt;H&amp;lt;/abbr&amp;gt;) &amp;amp;#215;&lt;br /&gt;
  1&amp;amp;#190;&amp;amp;#34;(&amp;lt;abbr title=&amp;quot;depth&amp;quot;&amp;gt;D&amp;lt;/abbr&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== List property-value association (pairs) ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ul&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Mileage&amp;lt;/span&amp;gt;: &lt;br /&gt;
    &amp;lt;em class=&amp;quot;value&amp;quot;&amp;gt;34,787&amp;lt;/em&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Year&amp;lt;/span&amp;gt;: &lt;br /&gt;
    &amp;lt;em class=&amp;quot;value&amp;quot;&amp;gt;2006&amp;lt;/em&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Exterior Color&amp;lt;/span&amp;gt;: &lt;br /&gt;
    &amp;lt;em class=&amp;quot;value&amp;quot;&amp;gt;Burgundy&amp;lt;/em&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Body Style&amp;lt;/span&amp;gt;: &lt;br /&gt;
    &amp;lt;em class=&amp;quot;value&amp;quot;&amp;gt;Hatchback&amp;lt;/em&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== List property-value association (groups) ====&lt;br /&gt;
&lt;br /&gt;
Note: as a &amp;lt;code&amp;gt;DL&amp;lt;/code&amp;gt; contains semantic property-value pairs/groups, setting a &amp;lt;code&amp;gt;CLASS&amp;lt;/code&amp;gt; of &amp;quot;p-v&amp;quot; should be enough (reducing extra markup).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;dl class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;dt&amp;gt;Mileage&amp;lt;/dt&amp;gt;&lt;br /&gt;
  &amp;lt;dd&amp;gt;34,787&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;dt&amp;gt;Color&amp;lt;/dt&amp;gt;&lt;br /&gt;
  &amp;lt;dd&amp;gt;Burgundy (Exterior)&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;dd&amp;gt;Tan (Interior)&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Non-visible property names ====&lt;br /&gt;
&lt;br /&gt;
We have considered the possibility of allowing property names to be invisible to users by allowing the addition of the property name as a class immediately following the &amp;quot;propery&amp;quot; &amp;lt;code&amp;gt;CLASS&amp;lt;/code&amp;gt; keyword:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ul class=&amp;quot;p-v&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;property mileage&amp;quot;&amp;gt;34,787&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;property year&amp;quot;&amp;gt;2006&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;property color-exterior&amp;quot;&amp;gt;Burgundy&amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li class=&amp;quot;property body-style&amp;gt;Hatchback&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Parsing would be a bit trickier, but from the perspective of someone marking up the document, it is pretty simple and straightforward.&lt;br /&gt;
&lt;br /&gt;
=== Suggested Additions ===&lt;br /&gt;
&lt;br /&gt;
* image sub-categorization (could make use of [[media-info|Media microformat]]?):&lt;br /&gt;
** thumb (for thumbnail)&lt;br /&gt;
** full (for full size image)&lt;br /&gt;
** photo (for a photograph)&lt;br /&gt;
** illo (for an illustration).&lt;br /&gt;
* description sub-categorization:&lt;br /&gt;
** summary&lt;br /&gt;
** extended&lt;br /&gt;
* uri (or url) - URI for the product at its brand website; not to be confused with the hListing 'permalink'.&lt;br /&gt;
&lt;br /&gt;
== Isn't this duplicating hListing and hReview? ==&lt;br /&gt;
&lt;br /&gt;
No, hProduct would not seek to compete with [[hlisting|hListing]] or [[hreview|hReview]], it simply aims to enhance them. In either of these microformats, the &amp;lt;em&amp;gt;item&amp;lt;/em&amp;gt; could easily contain the hProduct. Also, hProduct is the more appropriate place for Manufacturer's Suggested Retail Price (MSRP), which is not likely to be the final price of the product being listed. The actual price/sale price/final price should be solely in the domain of hListing.&lt;br /&gt;
&lt;br /&gt;
== Random Thoughts ==&lt;br /&gt;
&lt;br /&gt;
Please add your thoughts &amp;amp; feelings below. If you are interested in getting involved in the development of this microformat. Please contact aaron [at] easy-designs [dot] net and/or join the [http://microformats.org/mailman/listinfo/microformats-discuss/ microformats mailing list].&lt;br /&gt;
&lt;br /&gt;
===Ronnos===&lt;br /&gt;
&lt;br /&gt;
Wouldn't the release date of the product be a good addition? I'm writing product re- and previews. I use hReviews to give my opinion about the product, but there's now way to indicate that the product is or is not in stores yet. As far as i can see, the release date is a usefull product attribute, not only usefull in combination with other Microformats, but also for indicating the &amp;quot;age&amp;quot; of a product.&lt;br /&gt;
&lt;br /&gt;
* Release date is a good idea but how to specify it? Is it the date on which the product first becomes available in shops? Would you have a per-region release date (certainly applicable to DVDs, CDs and at least some electronic devices such as gaming consoles) --[[User:SMulcahy|SMulcahy]] 13:38, 15 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
===Aaron Gustafson===&lt;br /&gt;
&lt;br /&gt;
Actual price, savings, discounts, etc. should be part of hListing instead of hProduct. MSRP (suggested retail price) should be part of the hProduct, however.&lt;br /&gt;
*Not all products have a MSRP. [[User:AndyMabbett|Andy Mabbett]] 09:08, 19 Nov 2006 (PST)&lt;br /&gt;
**I agree, they don't which is why it should not be required. [[User:AaronGustafson|Aaron Gustafson]] 16:60, 20 Nov 2006 (MST)&lt;br /&gt;
&lt;br /&gt;
===Andy Mabbett===&lt;br /&gt;
Please see my [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007281.html proposal, on the mailing list] -- [[User:AndyMabbett|Andy Mabbett]] 09:08, 19 Nov 2006 (PST)&lt;br /&gt;
* I agree with the idea of enabling sub-product formats, but am not sure I like the idea of a &amp;quot;wrapper&amp;quot; for hReview or hListing, I think the item should exist ''within'' an instance of one of those microformats. [[User:AaronGustafson|Aaron Gustafson]] 16:60, 20 Nov 2006 (MST)&lt;br /&gt;
**There may be more than one review of a product, on one page e.g. [http://www.amazon.co.uk/o/ASIN/B000I0SGSA/ref=pd_rvi_gw_1/026-5782158-8338825] [[User:AndyMabbett|Andy Mabbett]] 00:54, 21 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===Adam Craven===&lt;br /&gt;
&lt;br /&gt;
hProduct will definitely be one of the largest microformats. &lt;br /&gt;
&lt;br /&gt;
What about specifications of products, which is important for data aggregation. To categories every type and variation of a product would be mad. So how should the hurdle be crossed, if at all?&lt;br /&gt;
&lt;br /&gt;
The nearest related uF is the citation format, although it isn't overly suited.&lt;br /&gt;
&lt;br /&gt;
===Stephen Mulcahy===&lt;br /&gt;
&lt;br /&gt;
As with microformats in general maybe the approach to take to specifications of products is to let people who need/want them start specifying the ones they are interested in - we don't need an exhaustive universe of potential things categorised. See my posting for some other comments here - http://microformats.org/discuss/mail/microformats-discuss/2007-January/008379.html , in particular note that I think the hard part of this is defining the specifications of individual products. I'm happy to start on the laptop one ... it would be good to have some laptop vendor on board but maybe its too soon for anyone to be interested.&lt;br /&gt;
&lt;br /&gt;
* Some potential subformats (what kind of naming scheme do we want to use here)&lt;br /&gt;
** hNotebook (or hProductNotebook ?) - for products like laptops, notebooks, tablets&lt;br /&gt;
*** os&lt;br /&gt;
*** bundledSoftware&lt;br /&gt;
*** size (height, width, depth)&lt;br /&gt;
*** weight (units?)&lt;br /&gt;
*** processor&lt;br /&gt;
*** display&lt;br /&gt;
**** size &lt;br /&gt;
**** resolution&lt;br /&gt;
*** video (for video card)&lt;br /&gt;
*** embeddedVideo (boolean)&lt;br /&gt;
*** hard drive (maybe manufacturer,model,size? .. eeek is hard drive a hProduct subformat itself?)&lt;br /&gt;
*** memory (type and size?)&lt;br /&gt;
*** optical drive (types?)&lt;br /&gt;
*** battery&lt;br /&gt;
*** warranty&lt;br /&gt;
*** videoOut (types supported - is it acceptable have a bunch of boolean options for laptop features that may or may not exist on a particular model?)&lt;br /&gt;
** hDesktop - for desktop PCs and similar&lt;br /&gt;
** hConsole - for gaming consoles such as the Wii, PS3 and XBox360&lt;br /&gt;
** hMobilePhone (or hMobileDevice .. not sure we generally want generic subcategory since the whole point of subformats is to give a concrete set of characteristics, or do we want to have nesting of subformats to capture general characteristics at higher levels?).&lt;br /&gt;
** hPda (maybe a hMobileDevice .. it starts getting a bit fuzzy here)&lt;br /&gt;
&lt;br /&gt;
Maybe we should talk to some projects like the Linux on Laptops [http://www.linux-laptop.net/] project and get them to encourage contributors to mark-up their laptop reviews in hProductNotebook? --[[User:SMulcahy|SMulcahy]] 07:51, 20 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
===Robbie van der Blom===&lt;br /&gt;
What about unique identifiers for products like ISBN nr. and the UPC codes for a product? My gut feeling is that they should be part of the hProduct format. &lt;br /&gt;
&lt;br /&gt;
With respect to the above, do we really need to talk about hProductNotebook etc. this seems odd.&lt;br /&gt;
&lt;br /&gt;
===Adam Craven===&lt;br /&gt;
&lt;br /&gt;
In relation to the p-v and general property values. The [[abbr-design-pattern]] could be used over the hidden class variable. So&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h1 class=&amp;quot;name&amp;quot;&amp;gt;Breitling SuperOcean Chrono&amp;lt;/h1&amp;gt;&lt;br /&gt;
Water resistant up to &amp;lt;span class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;property value&amp;quot; title=&amp;quot;water-resistance&amp;quot;&amp;gt;1500m&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In this second example, the color is embedded within the actual name class&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;h1 class=&amp;quot;name&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;property value&amp;quot; title=&amp;quot;color&amp;quot;&amp;gt;White&amp;lt;/abbr&amp;gt; Coxmoor shirt&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;white-coxmoor-shirt.jpg&amp;quot; rel=&amp;quot;image thumb&amp;quot; /&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For items such as books, whereby authors sometimes aren't explicitly denoted visibly (http://www.thebookpeople.co.uk/webapp/wcs/stores/servlet/product_10001_10051_47517_100_10014_10013_category_10013), rather inferred by convention. Could arguably still use the abbr pattern:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;h1&amp;gt;&amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Great Tales From English History&amp;lt;/span&amp;gt; - 3 Books&amp;lt;/h1&amp;gt;&lt;br /&gt;
by &amp;lt;span class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;property value&amp;quot; title=&amp;quot;author&amp;quot;&amp;gt;Robert Lacey&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Or even&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;h1&amp;gt;&amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;Great Tales From English History&amp;lt;/span&amp;gt; - 3 Books&amp;lt;/h1&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;property&amp;quot; title=&amp;quot;author&amp;quot;&amp;gt;by&amp;lt;/abbr&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;Robert Lacey&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A final thought to throw in. If the property and values are within the same HTML tag, it might be possible to remove the property &amp;amp; value class, as the p-v indicates a property value relationship itself.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr class=&amp;quot;p-v&amp;quot; title=&amp;quot;author&amp;quot;&amp;gt;Robert Lacey&amp;lt;/abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
What do you think?&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Adam_Craven&amp;diff=32039</id>
		<title>User:Adam Craven</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Adam_Craven&amp;diff=32039"/>
		<updated>2007-05-22T16:12:06Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://fourshapes.com - A web developer; currently living in London, UK.&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-examples&amp;diff=13181</id>
		<title>product-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-examples&amp;diff=13181"/>
		<updated>2007-02-03T09:04:31Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* CDs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Product Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document product examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson&lt;br /&gt;
* Adam Craven&lt;br /&gt;
* Craig Cook&lt;br /&gt;
* Ronnos&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** album (product name)&lt;br /&gt;
** artist&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** # of discs&lt;br /&gt;
** label&lt;br /&gt;
** ASIN&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** format&lt;br /&gt;
** author&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** page count&lt;br /&gt;
** publisher&lt;br /&gt;
** publication date&lt;br /&gt;
** language&lt;br /&gt;
** ISBN&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** publisher&lt;br /&gt;
** platform&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (game info)&lt;br /&gt;
** ESRB Rating&lt;br /&gt;
** genre&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** ASIN&lt;br /&gt;
** SKN&lt;br /&gt;
** release date&lt;br /&gt;
&lt;br /&gt;
==== Outdoor Product ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** product name&lt;br /&gt;
** brand&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (product features)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
** ASIN&lt;br /&gt;
** model number&lt;br /&gt;
&lt;br /&gt;
=== Buy.com ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* artist (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** label&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* author (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** ISBN&lt;br /&gt;
** publication date&lt;br /&gt;
** publisher&lt;br /&gt;
** dimensions&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** publisher&lt;br /&gt;
** sku&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== TV ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** list price (msrp)&lt;br /&gt;
** you save&lt;br /&gt;
** price&lt;br /&gt;
** shipping&lt;br /&gt;
** actual price&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** manufacturer (brand)&lt;br /&gt;
** part #&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
* prodInfoSec_2 - tech specs (unstructured)&lt;br /&gt;
** type (product description summary)&lt;br /&gt;
** display area&lt;br /&gt;
** native resolution&lt;br /&gt;
** contrast ratio&lt;br /&gt;
** viewing angles&lt;br /&gt;
** power&lt;br /&gt;
** weight&lt;br /&gt;
** warranty&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Ben Sherman ===&lt;br /&gt;
&lt;br /&gt;
==== Clothes ====&lt;br /&gt;
&lt;br /&gt;
Link to product rather than actual product immediately available for sale. Personally marked-up and used rel-product ideas to link to the shop.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Type&lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Colour&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
&lt;br /&gt;
'''Mark-up:'''&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;img src=&amp;quot;#&amp;quot; alt=&amp;quot;polo shirt&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-type&amp;quot;&amp;gt;Polo Shirt&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;product-title&amp;quot;&amp;gt;Coxmoor&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Colour:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;289 Rush&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;poloshirt/coxmoor/&amp;quot; title=&amp;quot;Buy This Online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy This Online&amp;lt;/a&amp;gt;&amp;lt;/p&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;
==== CDs ====&lt;br /&gt;
&lt;br /&gt;
Additionally the site has links to products on Amazon.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Artist&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
* Currency implementation&lt;br /&gt;
&lt;br /&gt;
'''Mark-up:'''&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;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;assets/images/timeline/amazon/small-faces.gif&amp;quot; alt=&amp;quot;Small Faces Album&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-title&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Ogdens' Nut Gone Flakes&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property artist&amp;quot;&amp;gt;Small Faces&amp;lt;/span&amp;gt;&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;product-buy&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; title=&amp;quot;Buy this online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy from Amazon&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;GBP&amp;quot;&amp;gt;&amp;amp;pound;&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;6.99&amp;lt;/span&amp;gt;&amp;lt;/p&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;
&lt;br /&gt;
The use of [[hproduct-brainstorming#Non-visible_property_names|Non-visible property names]] made it possible to have an invisible property of 'artist'. Having 'Artist: Small Faces' was not in the visual specification of the Ben Sherman site.&lt;br /&gt;
&lt;br /&gt;
=== Atomic Books ===&lt;br /&gt;
&lt;br /&gt;
==== Books ====&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product&lt;br /&gt;
** Title (productname)&lt;br /&gt;
** Author&lt;br /&gt;
** Publisher&lt;br /&gt;
* Properties&lt;br /&gt;
** Page Count&lt;br /&gt;
** Size&lt;br /&gt;
* Notes&lt;br /&gt;
* Date Published (can be in future to indicate &amp;quot;not yet released&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Walmart ===&lt;br /&gt;
&lt;br /&gt;
=== Cell phone ===&lt;br /&gt;
* Productname&lt;br /&gt;
* Photo's (Photo)&lt;br /&gt;
** Productimage (Pdi)&lt;br /&gt;
** Thumbnails (PdiThumbs)&lt;br /&gt;
* Price (PriceInfo)&lt;br /&gt;
** Productprice (ProdPrice)&lt;br /&gt;
** Shipping options (Ship)&lt;br /&gt;
** Availability (Avail)&lt;br /&gt;
** Pricing options (PriceOptions)&lt;br /&gt;
* Description (Description)&lt;br /&gt;
* Features&lt;br /&gt;
* Included Accessories&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[hproduct-brainstorming|hProduct Brainstorming]]&lt;br /&gt;
* [[hproduct-feedback|hProduct Discussion]]&lt;br /&gt;
* [[hproduct-formats|hProduct Formats]]&lt;br /&gt;
* [[hproduct-challenges|hProduct Challenge Examples]]&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-examples&amp;diff=13175</id>
		<title>product-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-examples&amp;diff=13175"/>
		<updated>2007-02-03T09:04:15Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* Cell phone */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Product Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document product examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson&lt;br /&gt;
* Adam Craven&lt;br /&gt;
* Craig Cook&lt;br /&gt;
* Ronnos&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** album (product name)&lt;br /&gt;
** artist&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** # of discs&lt;br /&gt;
** label&lt;br /&gt;
** ASIN&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** format&lt;br /&gt;
** author&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** page count&lt;br /&gt;
** publisher&lt;br /&gt;
** publication date&lt;br /&gt;
** language&lt;br /&gt;
** ISBN&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** publisher&lt;br /&gt;
** platform&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (game info)&lt;br /&gt;
** ESRB Rating&lt;br /&gt;
** genre&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** ASIN&lt;br /&gt;
** SKN&lt;br /&gt;
** release date&lt;br /&gt;
&lt;br /&gt;
==== Outdoor Product ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** product name&lt;br /&gt;
** brand&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (product features)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
** ASIN&lt;br /&gt;
** model number&lt;br /&gt;
&lt;br /&gt;
=== Buy.com ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* artist (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** label&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* author (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** ISBN&lt;br /&gt;
** publication date&lt;br /&gt;
** publisher&lt;br /&gt;
** dimensions&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** publisher&lt;br /&gt;
** sku&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== TV ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** list price (msrp)&lt;br /&gt;
** you save&lt;br /&gt;
** price&lt;br /&gt;
** shipping&lt;br /&gt;
** actual price&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** manufacturer (brand)&lt;br /&gt;
** part #&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
* prodInfoSec_2 - tech specs (unstructured)&lt;br /&gt;
** type (product description summary)&lt;br /&gt;
** display area&lt;br /&gt;
** native resolution&lt;br /&gt;
** contrast ratio&lt;br /&gt;
** viewing angles&lt;br /&gt;
** power&lt;br /&gt;
** weight&lt;br /&gt;
** warranty&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Ben Sherman ===&lt;br /&gt;
&lt;br /&gt;
==== Clothes ====&lt;br /&gt;
&lt;br /&gt;
Link to product rather than actual product immediately available for sale. Personally marked-up and used rel-product ideas to link to the shop.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Type&lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Colour&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
&lt;br /&gt;
'''Mark-up:'''&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;img src=&amp;quot;#&amp;quot; alt=&amp;quot;polo shirt&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-type&amp;quot;&amp;gt;Polo Shirt&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;product-title&amp;quot;&amp;gt;Coxmoor&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Colour:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;289 Rush&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;poloshirt/coxmoor/&amp;quot; title=&amp;quot;Buy This Online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy This Online&amp;lt;/a&amp;gt;&amp;lt;/p&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;
==== CDs ====&lt;br /&gt;
&lt;br /&gt;
Additionally the site has links to products on Amazon.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Artist&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
* Currency implementation&lt;br /&gt;
&lt;br /&gt;
'''Mark-up:'''&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;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;assets/images/timeline/amazon/small-faces.gif&amp;quot; alt=&amp;quot;Small Faces Album&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-title&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Ogdens' Nut Gone Flakes&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property artist&amp;quot;&amp;gt;Small Faces&amp;lt;/span&amp;gt;&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;product-buy&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; title=&amp;quot;Buy this online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy from Amazon&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;GBP&amp;quot;&amp;gt;&amp;amp;pound;&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;6.99&amp;lt;/span&amp;gt;&amp;lt;/p&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;
&lt;br /&gt;
=== Atomic Books ===&lt;br /&gt;
&lt;br /&gt;
==== Books ====&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product&lt;br /&gt;
** Title (productname)&lt;br /&gt;
** Author&lt;br /&gt;
** Publisher&lt;br /&gt;
* Properties&lt;br /&gt;
** Page Count&lt;br /&gt;
** Size&lt;br /&gt;
* Notes&lt;br /&gt;
* Date Published (can be in future to indicate &amp;quot;not yet released&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Walmart ===&lt;br /&gt;
&lt;br /&gt;
=== Cell phone ===&lt;br /&gt;
* Productname&lt;br /&gt;
* Photo's (Photo)&lt;br /&gt;
** Productimage (Pdi)&lt;br /&gt;
** Thumbnails (PdiThumbs)&lt;br /&gt;
* Price (PriceInfo)&lt;br /&gt;
** Productprice (ProdPrice)&lt;br /&gt;
** Shipping options (Ship)&lt;br /&gt;
** Availability (Avail)&lt;br /&gt;
** Pricing options (PriceOptions)&lt;br /&gt;
* Description (Description)&lt;br /&gt;
* Features&lt;br /&gt;
* Included Accessories&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[hproduct-brainstorming|hProduct Brainstorming]]&lt;br /&gt;
* [[hproduct-feedback|hProduct Discussion]]&lt;br /&gt;
* [[hproduct-formats|hProduct Formats]]&lt;br /&gt;
* [[hproduct-challenges|hProduct Challenge Examples]]&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hproduct&amp;diff=13180</id>
		<title>hproduct</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hproduct&amp;diff=13180"/>
		<updated>2007-02-03T08:52:36Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: hproduct still shows up on google, direct traffic to proper area.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Follow this link for [[product]] microformat discussions&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12588</id>
		<title>product-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12588"/>
		<updated>2007-01-17T17:14:18Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* CDs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Product Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document product examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson&lt;br /&gt;
* Adam Craven&lt;br /&gt;
* Craig Cook&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** album (product name)&lt;br /&gt;
** artist&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** # of discs&lt;br /&gt;
** label&lt;br /&gt;
** ASIN&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** format&lt;br /&gt;
** author&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** page count&lt;br /&gt;
** publisher&lt;br /&gt;
** publication date&lt;br /&gt;
** language&lt;br /&gt;
** ISBN&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** publisher&lt;br /&gt;
** platform&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (game info)&lt;br /&gt;
** ESRB Rating&lt;br /&gt;
** genre&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** ASIN&lt;br /&gt;
** SKN&lt;br /&gt;
** release date&lt;br /&gt;
&lt;br /&gt;
==== Outdoor Product ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** product name&lt;br /&gt;
** brand&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (product features)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
** ASIN&lt;br /&gt;
** model number&lt;br /&gt;
&lt;br /&gt;
=== Buy.com ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* artist (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** label&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* author (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** ISBN&lt;br /&gt;
** publication date&lt;br /&gt;
** publisher&lt;br /&gt;
** dimensions&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** publisher&lt;br /&gt;
** sku&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== TV ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** list price (msrp)&lt;br /&gt;
** you save&lt;br /&gt;
** price&lt;br /&gt;
** shipping&lt;br /&gt;
** actual price&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** manufacturer (brand)&lt;br /&gt;
** part #&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
* prodInfoSec_2 - tech specs (unstructured)&lt;br /&gt;
** type (product description summary)&lt;br /&gt;
** display area&lt;br /&gt;
** native resolution&lt;br /&gt;
** contrast ratio&lt;br /&gt;
** viewing angles&lt;br /&gt;
** power&lt;br /&gt;
** weight&lt;br /&gt;
** warranty&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Ben Sherman ===&lt;br /&gt;
&lt;br /&gt;
==== Clothes ====&lt;br /&gt;
&lt;br /&gt;
Link to product rather than actual product immediately available for sale. Personally marked-up and used rel-product ideas to link to the shop.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Type&lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Colour&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
&lt;br /&gt;
'''Mark-up:'''&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;img src=&amp;quot;#&amp;quot; alt=&amp;quot;polo shirt&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-type&amp;quot;&amp;gt;Polo Shirt&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;product-title&amp;quot;&amp;gt;Coxmoor&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Colour:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;289 Rush&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;poloshirt/coxmoor/&amp;quot; title=&amp;quot;Buy This Online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy This Online&amp;lt;/a&amp;gt;&amp;lt;/p&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;
==== CDs ====&lt;br /&gt;
&lt;br /&gt;
Additionally the site has links to products on Amazon.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Artist&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
* Currency implementation&lt;br /&gt;
&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;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;assets/images/timeline/amazon/small-faces.gif&amp;quot; alt=&amp;quot;Small Faces Album&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-title&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Nut Gone Flakes&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property artist&amp;quot;&amp;gt;Small Faces&amp;lt;/span&amp;gt;&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;product-buy&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; title=&amp;quot;Buy this online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy from Amazon&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;GBP&amp;quot;&amp;gt;&amp;amp;pound;&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;6.99&amp;lt;/span&amp;gt;&amp;lt;/p&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;
&lt;br /&gt;
The use of [[hproduct-brainstorming#Non-visible_property_names|Non-visible property names]] made it possible to have an invisible property of 'artist'. Having 'Artist: Small Faces' was not in the visual specification of the Ben Sherman site.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[hproduct-brainstorming|hProduct Brainstorming]]&lt;br /&gt;
* [[hproduct-feedback|hProduct Discussion]]&lt;br /&gt;
* [[hproduct-formats|hProduct Formats]]&lt;br /&gt;
* [[hproduct-challenges|hProduct Challenge Examples]]&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12585</id>
		<title>product-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12585"/>
		<updated>2007-01-17T17:12:26Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* CDs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Product Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document product examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson&lt;br /&gt;
* Adam Craven&lt;br /&gt;
* Craig Cook&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** album (product name)&lt;br /&gt;
** artist&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** # of discs&lt;br /&gt;
** label&lt;br /&gt;
** ASIN&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** format&lt;br /&gt;
** author&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** page count&lt;br /&gt;
** publisher&lt;br /&gt;
** publication date&lt;br /&gt;
** language&lt;br /&gt;
** ISBN&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** publisher&lt;br /&gt;
** platform&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (game info)&lt;br /&gt;
** ESRB Rating&lt;br /&gt;
** genre&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** ASIN&lt;br /&gt;
** SKN&lt;br /&gt;
** release date&lt;br /&gt;
&lt;br /&gt;
==== Outdoor Product ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** product name&lt;br /&gt;
** brand&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (product features)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
** ASIN&lt;br /&gt;
** model number&lt;br /&gt;
&lt;br /&gt;
=== Buy.com ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* artist (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** label&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* author (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** ISBN&lt;br /&gt;
** publication date&lt;br /&gt;
** publisher&lt;br /&gt;
** dimensions&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** publisher&lt;br /&gt;
** sku&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== TV ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** list price (msrp)&lt;br /&gt;
** you save&lt;br /&gt;
** price&lt;br /&gt;
** shipping&lt;br /&gt;
** actual price&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** manufacturer (brand)&lt;br /&gt;
** part #&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
* prodInfoSec_2 - tech specs (unstructured)&lt;br /&gt;
** type (product description summary)&lt;br /&gt;
** display area&lt;br /&gt;
** native resolution&lt;br /&gt;
** contrast ratio&lt;br /&gt;
** viewing angles&lt;br /&gt;
** power&lt;br /&gt;
** weight&lt;br /&gt;
** warranty&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Ben Sherman ===&lt;br /&gt;
&lt;br /&gt;
==== Clothes ====&lt;br /&gt;
&lt;br /&gt;
Link to product rather than actual product immediately available for sale. Personally marked-up and used rel-product ideas to link to the shop.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Type&lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Colour&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
&lt;br /&gt;
'''Mark-up:'''&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;img src=&amp;quot;#&amp;quot; alt=&amp;quot;polo shirt&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-type&amp;quot;&amp;gt;Polo Shirt&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;product-title&amp;quot;&amp;gt;Coxmoor&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Colour:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;289 Rush&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;poloshirt/coxmoor/&amp;quot; title=&amp;quot;Buy This Online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy This Online&amp;lt;/a&amp;gt;&amp;lt;/p&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;
==== CDs ====&lt;br /&gt;
&lt;br /&gt;
Additionally the site has links to products on Amazon.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Artist&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
* Currency implementation&lt;br /&gt;
&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;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;assets/images/timeline/amazon/small-faces.gif&amp;quot; alt=&amp;quot;Small Faces Album&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-title&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Nut Gone Flakes&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property artist&amp;quot;&amp;gt;Small Faces&amp;lt;/span&amp;gt;&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;product-buy&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; title=&amp;quot;Buy this online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy from Amazon&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;GBP&amp;quot;&amp;gt;&amp;amp;pound;&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;6.99&amp;lt;/span&amp;gt;&amp;lt;/p&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;
&lt;br /&gt;
The use of [[hproduct-brainstorming#Non-visible_property_names|Non-visible property names]] made it possible to have an invisible property of 'artist'. Having Artist: The Kinks was not in the visual specification of the Ben Sherman site.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[hproduct-brainstorming|hProduct Brainstorming]]&lt;br /&gt;
* [[hproduct-feedback|hProduct Discussion]]&lt;br /&gt;
* [[hproduct-formats|hProduct Formats]]&lt;br /&gt;
* [[hproduct-challenges|hProduct Challenge Examples]]&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12582</id>
		<title>product-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12582"/>
		<updated>2007-01-17T15:04:35Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* CDs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Product Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document product examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson&lt;br /&gt;
* Adam Craven&lt;br /&gt;
* Craig Cook&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** album (product name)&lt;br /&gt;
** artist&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** # of discs&lt;br /&gt;
** label&lt;br /&gt;
** ASIN&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** format&lt;br /&gt;
** author&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** page count&lt;br /&gt;
** publisher&lt;br /&gt;
** publication date&lt;br /&gt;
** language&lt;br /&gt;
** ISBN&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** publisher&lt;br /&gt;
** platform&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (game info)&lt;br /&gt;
** ESRB Rating&lt;br /&gt;
** genre&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** ASIN&lt;br /&gt;
** SKN&lt;br /&gt;
** release date&lt;br /&gt;
&lt;br /&gt;
==== Outdoor Product ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** product name&lt;br /&gt;
** brand&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (product features)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
** ASIN&lt;br /&gt;
** model number&lt;br /&gt;
&lt;br /&gt;
=== Buy.com ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* artist (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** label&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* author (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** ISBN&lt;br /&gt;
** publication date&lt;br /&gt;
** publisher&lt;br /&gt;
** dimensions&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** publisher&lt;br /&gt;
** sku&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== TV ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** list price (msrp)&lt;br /&gt;
** you save&lt;br /&gt;
** price&lt;br /&gt;
** shipping&lt;br /&gt;
** actual price&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** manufacturer (brand)&lt;br /&gt;
** part #&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
* prodInfoSec_2 - tech specs (unstructured)&lt;br /&gt;
** type (product description summary)&lt;br /&gt;
** display area&lt;br /&gt;
** native resolution&lt;br /&gt;
** contrast ratio&lt;br /&gt;
** viewing angles&lt;br /&gt;
** power&lt;br /&gt;
** weight&lt;br /&gt;
** warranty&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Ben Sherman ===&lt;br /&gt;
&lt;br /&gt;
==== Clothes ====&lt;br /&gt;
&lt;br /&gt;
Link to product rather than actual product immediately available for sale. Personally marked-up and used rel-product ideas to link to the shop.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Type&lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Colour&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
&lt;br /&gt;
'''Mark-up:'''&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;img src=&amp;quot;#&amp;quot; alt=&amp;quot;polo shirt&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-type&amp;quot;&amp;gt;Polo Shirt&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;product-title&amp;quot;&amp;gt;Coxmoor&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Colour:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;289 Rush&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;poloshirt/coxmoor/&amp;quot; title=&amp;quot;Buy This Online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy This Online&amp;lt;/a&amp;gt;&amp;lt;/p&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;
==== CDs ====&lt;br /&gt;
&lt;br /&gt;
Additionally the site has links to products on Amazon.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Artist&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
* Currency implementation&lt;br /&gt;
&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;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;assets/images/timeline/amazon/kinks.gif&amp;quot; alt=&amp;quot;Kinks Album&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-title&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Kinda Kins&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property artist&amp;quot;&amp;gt;The Kinks&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;product-buy&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; title=&amp;quot;Buy this online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy from Amazon&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;GBP&amp;quot;&amp;gt;&amp;amp;pound;&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;6.99&amp;lt;/span&amp;gt;&amp;lt;/p&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;
&lt;br /&gt;
The use of [[hproduct-brainstorming#Non-visible_property_names|Non-visible property names]] made it possible to have an invisible property of 'artist'. Having Artist: The Kinks was not in the visual specification of the Ben Sherman site.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[hproduct-brainstorming|hProduct Brainstorming]]&lt;br /&gt;
* [[hproduct-feedback|hProduct Discussion]]&lt;br /&gt;
* [[hproduct-formats|hProduct Formats]]&lt;br /&gt;
* [[hproduct-challenges|hProduct Challenge Examples]]&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12581</id>
		<title>product-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12581"/>
		<updated>2007-01-17T15:02:57Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* Added CDs under Ben Sherman*/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Product Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document product examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson&lt;br /&gt;
* Adam Craven&lt;br /&gt;
* Craig Cook&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** album (product name)&lt;br /&gt;
** artist&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** # of discs&lt;br /&gt;
** label&lt;br /&gt;
** ASIN&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** format&lt;br /&gt;
** author&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** page count&lt;br /&gt;
** publisher&lt;br /&gt;
** publication date&lt;br /&gt;
** language&lt;br /&gt;
** ISBN&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** publisher&lt;br /&gt;
** platform&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (game info)&lt;br /&gt;
** ESRB Rating&lt;br /&gt;
** genre&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** ASIN&lt;br /&gt;
** SKN&lt;br /&gt;
** release date&lt;br /&gt;
&lt;br /&gt;
==== Outdoor Product ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** product name&lt;br /&gt;
** brand&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (product features)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
** ASIN&lt;br /&gt;
** model number&lt;br /&gt;
&lt;br /&gt;
=== Buy.com ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* artist (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** label&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* author (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** ISBN&lt;br /&gt;
** publication date&lt;br /&gt;
** publisher&lt;br /&gt;
** dimensions&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** publisher&lt;br /&gt;
** sku&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== TV ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** list price (msrp)&lt;br /&gt;
** you save&lt;br /&gt;
** price&lt;br /&gt;
** shipping&lt;br /&gt;
** actual price&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** manufacturer (brand)&lt;br /&gt;
** part #&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
* prodInfoSec_2 - tech specs (unstructured)&lt;br /&gt;
** type (product description summary)&lt;br /&gt;
** display area&lt;br /&gt;
** native resolution&lt;br /&gt;
** contrast ratio&lt;br /&gt;
** viewing angles&lt;br /&gt;
** power&lt;br /&gt;
** weight&lt;br /&gt;
** warranty&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Ben Sherman ===&lt;br /&gt;
&lt;br /&gt;
==== Clothes ====&lt;br /&gt;
&lt;br /&gt;
Link to product rather than actual product immediately available for sale. Personally marked-up and used rel-product ideas to link to the shop.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Type&lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Colour&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
&lt;br /&gt;
'''Mark-up:'''&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;img src=&amp;quot;#&amp;quot; alt=&amp;quot;polo shirt&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-type&amp;quot;&amp;gt;Polo Shirt&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;product-title&amp;quot;&amp;gt;Coxmoor&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Colour:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;289 Rush&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;poloshirt/coxmoor/&amp;quot; title=&amp;quot;Buy This Online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy This Online&amp;lt;/a&amp;gt;&amp;lt;/p&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;
==== CDs ====&lt;br /&gt;
&lt;br /&gt;
Additionally the site has links to products on Amazon.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Artist&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
* Currency implementation&lt;br /&gt;
&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;a href=&amp;quot;#&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;assets/images/timeline/amazon/kinks.gif&amp;quot; alt=&amp;quot;Kinks Album&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-title&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot;&amp;gt;Kinda Kins&amp;lt;/a&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property artist&amp;quot;&amp;gt;The Kinks&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;product-buy&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;#&amp;quot; title=&amp;quot;Buy this online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy from Amazon&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;money&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;currency&amp;quot; title=&amp;quot;GBP&amp;quot;&amp;gt;&amp;amp;pound;&amp;lt;/abbr&amp;gt;&amp;lt;span class=&amp;quot;amount&amp;quot;&amp;gt;6.99&amp;lt;/span&amp;gt;&amp;lt;/p&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;
&lt;br /&gt;
The use of [[hproduct-brainstorming#Non-visible_property_names|Non-visible property names]] solved the problem of having to include a visible property of 'artist', as this was not in the visual specification of the Ben Sherman site.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[hproduct-brainstorming|hProduct Brainstorming]]&lt;br /&gt;
* [[hproduct-feedback|hProduct Discussion]]&lt;br /&gt;
* [[hproduct-formats|hProduct Formats]]&lt;br /&gt;
* [[hproduct-challenges|hProduct Challenge Examples]]&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=currency&amp;diff=20189</id>
		<title>currency</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=currency&amp;diff=20189"/>
		<updated>2007-01-17T14:46:31Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* Related microformats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= currency microformat efforts =&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
All over the web, we see amounts of money, most usually as prices on eCommerce sites, but also in other contexts - salaries in job offers, fines mentioned in news reports and prices in product reviews, for example.&lt;br /&gt;
&lt;br /&gt;
Wouldn't it be useful to be able to have them converted to your local currency, easily and quickly? Or to see the modern equivalent of an historical figure?&lt;br /&gt;
&lt;br /&gt;
Those are just two of the things which a currency microformat might do for you.&lt;br /&gt;
&lt;br /&gt;
==Related microformats==&lt;br /&gt;
&lt;br /&gt;
The following is a non-exhaustive lists of microformats which might include an amount of money as a data item:&lt;br /&gt;
&lt;br /&gt;
*[[job-listing]]&lt;br /&gt;
*[[hlisting]]&lt;br /&gt;
*[[hReview]]&lt;br /&gt;
*[[hresume]]&lt;br /&gt;
*[[product]]&lt;br /&gt;
&lt;br /&gt;
==Contributors==&lt;br /&gt;
* [http://weblog.200ok.com.au/ Ben Buchanan] (original proponent)&lt;br /&gt;
*[[User:AndyMabbett|Andy Mabbett]] (second proponent)&lt;br /&gt;
* Guillaume Lebleu&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{currency-related-pages}}&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12580</id>
		<title>product-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12580"/>
		<updated>2007-01-09T13:54:29Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* Clothes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Product Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document product examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson&lt;br /&gt;
* Adam Craven&lt;br /&gt;
* Craig Cook&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** album (product name)&lt;br /&gt;
** artist&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** # of discs&lt;br /&gt;
** label&lt;br /&gt;
** ASIN&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** format&lt;br /&gt;
** author&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** page count&lt;br /&gt;
** publisher&lt;br /&gt;
** publication date&lt;br /&gt;
** language&lt;br /&gt;
** ISBN&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** publisher&lt;br /&gt;
** platform&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (game info)&lt;br /&gt;
** ESRB Rating&lt;br /&gt;
** genre&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** ASIN&lt;br /&gt;
** SKN&lt;br /&gt;
** release date&lt;br /&gt;
&lt;br /&gt;
==== Outdoor Product ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** product name&lt;br /&gt;
** brand&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (product features)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
** ASIN&lt;br /&gt;
** model number&lt;br /&gt;
&lt;br /&gt;
=== Buy.com ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* artist (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** label&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* author (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** ISBN&lt;br /&gt;
** publication date&lt;br /&gt;
** publisher&lt;br /&gt;
** dimensions&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** publisher&lt;br /&gt;
** sku&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== TV ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** list price (msrp)&lt;br /&gt;
** you save&lt;br /&gt;
** price&lt;br /&gt;
** shipping&lt;br /&gt;
** actual price&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** manufacturer (brand)&lt;br /&gt;
** part #&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
* prodInfoSec_2 - tech specs (unstructured)&lt;br /&gt;
** type (product description summary)&lt;br /&gt;
** display area&lt;br /&gt;
** native resolution&lt;br /&gt;
** contrast ratio&lt;br /&gt;
** viewing angles&lt;br /&gt;
** power&lt;br /&gt;
** weight&lt;br /&gt;
** warranty&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Ben Sherman ===&lt;br /&gt;
&lt;br /&gt;
==== Clothes ====&lt;br /&gt;
&lt;br /&gt;
Link to product rather than actual product immediately available for sale. Personally marked-up and used rel-product ideas to link to the shop.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Type&lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Colour&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&lt;br /&gt;
&lt;br /&gt;
'''Mark-up:'''&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;img src=&amp;quot;#&amp;quot; alt=&amp;quot;polo shirt&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-type&amp;quot;&amp;gt;Polo Shirt&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;product-title&amp;quot;&amp;gt;Coxmoor&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Colour:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;289 Rush&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;poloshirt/coxmoor/&amp;quot; title=&amp;quot;Buy This Online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy This Online&amp;lt;/a&amp;gt;&amp;lt;/p&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;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[hproduct-brainstorming|hProduct Brainstorming]]&lt;br /&gt;
* [[hproduct-feedback|hProduct Discussion]]&lt;br /&gt;
* [[hproduct-formats|hProduct Formats]]&lt;br /&gt;
* [[hproduct-challenges|hProduct Challenge Examples]]&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12320</id>
		<title>product-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12320"/>
		<updated>2007-01-09T13:52:42Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: Added Clothes link to&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Product Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document product examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson&lt;br /&gt;
* Adam Craven&lt;br /&gt;
* Craig Cook&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** album (product name)&lt;br /&gt;
** artist&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** # of discs&lt;br /&gt;
** label&lt;br /&gt;
** ASIN&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** format&lt;br /&gt;
** author&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** page count&lt;br /&gt;
** publisher&lt;br /&gt;
** publication date&lt;br /&gt;
** language&lt;br /&gt;
** ISBN&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** publisher&lt;br /&gt;
** platform&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (game info)&lt;br /&gt;
** ESRB Rating&lt;br /&gt;
** genre&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** ASIN&lt;br /&gt;
** SKN&lt;br /&gt;
** release date&lt;br /&gt;
&lt;br /&gt;
==== Outdoor Product ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** product name&lt;br /&gt;
** brand&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (product features)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
** ASIN&lt;br /&gt;
** model number&lt;br /&gt;
&lt;br /&gt;
=== Buy.com ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* artist (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** label&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* author (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** ISBN&lt;br /&gt;
** publication date&lt;br /&gt;
** publisher&lt;br /&gt;
** dimensions&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** publisher&lt;br /&gt;
** sku&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== TV ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** list price (msrp)&lt;br /&gt;
** you save&lt;br /&gt;
** price&lt;br /&gt;
** shipping&lt;br /&gt;
** actual price&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** manufacturer (brand)&lt;br /&gt;
** part #&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
* prodInfoSec_2 - tech specs (unstructured)&lt;br /&gt;
** type (product description summary)&lt;br /&gt;
** display area&lt;br /&gt;
** native resolution&lt;br /&gt;
** contrast ratio&lt;br /&gt;
** viewing angles&lt;br /&gt;
** power&lt;br /&gt;
** weight&lt;br /&gt;
** warranty&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Ben Sherman ===&lt;br /&gt;
&lt;br /&gt;
==== Clothes ====&lt;br /&gt;
&lt;br /&gt;
Link to product rather than actual product immediately available for sale. Personally marked-up and used rel-product ideas to link to the shop.&lt;br /&gt;
&lt;br /&gt;
* Image&lt;br /&gt;
** Thumbnail&lt;br /&gt;
* Product &lt;br /&gt;
** Type&lt;br /&gt;
** Title&lt;br /&gt;
* Properties&lt;br /&gt;
** Colour&lt;br /&gt;
* Link&lt;br /&gt;
** Buy this Online (rel=product)&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;img src=&amp;quot;#&amp;quot; alt=&amp;quot;polo shirt&amp;quot; class=&amp;quot;product-thumb&amp;quot; /&amp;gt;&lt;br /&gt;
	&amp;lt;h3 class=&amp;quot;product-type&amp;quot;&amp;gt;Polo Shirt&amp;lt;/h3&amp;gt;&lt;br /&gt;
	&amp;lt;h4 class=&amp;quot;product-title&amp;quot;&amp;gt;Coxmoor&amp;lt;/h4&amp;gt;&lt;br /&gt;
	&amp;lt;p class=&amp;quot;p-v&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;property&amp;quot;&amp;gt;Colour:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;289 Rush&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
	&amp;lt;p&amp;gt;&amp;lt;a href=&amp;quot;poloshirt/coxmoor/&amp;quot; title=&amp;quot;Buy This Online&amp;quot; rel=&amp;quot;product&amp;quot;&amp;gt;Buy This Online&amp;lt;/a&amp;gt;&amp;lt;/p&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;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[hproduct-brainstorming|hProduct Brainstorming]]&lt;br /&gt;
* [[hproduct-feedback|hProduct Discussion]]&lt;br /&gt;
* [[hproduct-formats|hProduct Formats]]&lt;br /&gt;
* [[hproduct-challenges|hProduct Challenge Examples]]&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12319</id>
		<title>product-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12319"/>
		<updated>2007-01-09T13:44:05Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: Added Rel Product brainstorming&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Product Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document product examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson&lt;br /&gt;
* Adam Craven&lt;br /&gt;
* Craig Cook&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** album (product name)&lt;br /&gt;
** artist&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** # of discs&lt;br /&gt;
** label&lt;br /&gt;
** ASIN&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** format&lt;br /&gt;
** author&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** page count&lt;br /&gt;
** publisher&lt;br /&gt;
** publication date&lt;br /&gt;
** language&lt;br /&gt;
** ISBN&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** publisher&lt;br /&gt;
** platform&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (game info)&lt;br /&gt;
** ESRB Rating&lt;br /&gt;
** genre&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** ASIN&lt;br /&gt;
** SKN&lt;br /&gt;
** release date&lt;br /&gt;
&lt;br /&gt;
==== Outdoor Product ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** product name&lt;br /&gt;
** brand&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (product features)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
** ASIN&lt;br /&gt;
** model number&lt;br /&gt;
&lt;br /&gt;
=== Buy.com ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* artist (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** label&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* author (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** ISBN&lt;br /&gt;
** publication date&lt;br /&gt;
** publisher&lt;br /&gt;
** dimensions&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** publisher&lt;br /&gt;
** sku&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== TV ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** list price (msrp)&lt;br /&gt;
** you save&lt;br /&gt;
** price&lt;br /&gt;
** shipping&lt;br /&gt;
** actual price&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** manufacturer (brand)&lt;br /&gt;
** part #&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
* prodInfoSec_2 - tech specs (unstructured)&lt;br /&gt;
** type (product description summary)&lt;br /&gt;
** display area&lt;br /&gt;
** native resolution&lt;br /&gt;
** contrast ratio&lt;br /&gt;
** viewing angles&lt;br /&gt;
** power&lt;br /&gt;
** weight&lt;br /&gt;
** warranty&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[hproduct-brainstorming|hProduct Brainstorming]]&lt;br /&gt;
* [[hproduct-feedback|hProduct Discussion]]&lt;br /&gt;
* [[hproduct-formats|hProduct Formats]]&lt;br /&gt;
* [[hproduct-challenges|hProduct Challenge Examples]]&lt;br /&gt;
* [[rel-product-brainstorming|Rel Product Brainstorming]]&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12318</id>
		<title>product-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=product-examples&amp;diff=12318"/>
		<updated>2007-01-09T13:22:33Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* Authors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Product Examples =&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document product examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed product microformat.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
* Aaron Gustafson&lt;br /&gt;
* Adam Craven&lt;br /&gt;
* Craig Cook&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Amazon ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** album (product name)&lt;br /&gt;
** artist&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** # of discs&lt;br /&gt;
** label&lt;br /&gt;
** ASIN&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** format&lt;br /&gt;
** author&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** format&lt;br /&gt;
** page count&lt;br /&gt;
** publisher&lt;br /&gt;
** publication date&lt;br /&gt;
** language&lt;br /&gt;
** ISBN&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** title (product name)&lt;br /&gt;
** publisher&lt;br /&gt;
** platform&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (game info)&lt;br /&gt;
** ESRB Rating&lt;br /&gt;
** genre&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** ASIN&lt;br /&gt;
** SKN&lt;br /&gt;
** release date&lt;br /&gt;
&lt;br /&gt;
==== Outdoor Product ====&lt;br /&gt;
* buying - contains unstructured data&lt;br /&gt;
** product name&lt;br /&gt;
** brand&lt;br /&gt;
* prodImage&lt;br /&gt;
* listprice&lt;br /&gt;
* price (actual price '''and''' &amp;quot;you save&amp;quot;)&lt;br /&gt;
* bucket (product features)&lt;br /&gt;
* productDetails - contains unstructured data&lt;br /&gt;
** dimensions&lt;br /&gt;
** weight&lt;br /&gt;
** ASIN&lt;br /&gt;
** model number&lt;br /&gt;
&lt;br /&gt;
=== Buy.com ===&lt;br /&gt;
&lt;br /&gt;
==== CD ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* artist (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** label&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Book ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* author (unstructured)&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** ISBN&lt;br /&gt;
** publication date&lt;br /&gt;
** publisher&lt;br /&gt;
** dimensions&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== Video Game ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** actual price&lt;br /&gt;
** shipping&lt;br /&gt;
** total (augmented by quantity)&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** format&lt;br /&gt;
** release date&lt;br /&gt;
** publisher&lt;br /&gt;
** sku&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
&lt;br /&gt;
==== TV ====&lt;br /&gt;
* productTitle&lt;br /&gt;
* image (unstructured)&lt;br /&gt;
* mainPricSection - contains unstructured data&lt;br /&gt;
** list price (msrp)&lt;br /&gt;
** you save&lt;br /&gt;
** price&lt;br /&gt;
** shipping&lt;br /&gt;
** actual price&lt;br /&gt;
* prodPriceSec_2 - actually product details&lt;br /&gt;
** manufacturer (brand)&lt;br /&gt;
** part #&lt;br /&gt;
** SKU&lt;br /&gt;
** item #&lt;br /&gt;
* prodInfoSec_1 - additional details&lt;br /&gt;
** description&lt;br /&gt;
* prodInfoSec_2 - tech specs (unstructured)&lt;br /&gt;
** type (product description summary)&lt;br /&gt;
** display area&lt;br /&gt;
** native resolution&lt;br /&gt;
** contrast ratio&lt;br /&gt;
** viewing angles&lt;br /&gt;
** power&lt;br /&gt;
** weight&lt;br /&gt;
** warranty&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[hproduct-brainstorming|hProduct Brainstorming]]&lt;br /&gt;
* [[hproduct-feedback|hProduct Discussion]]&lt;br /&gt;
* [[hproduct-formats|hProduct Formats]]&lt;br /&gt;
* [[hproduct-challenges|hProduct Challenge Examples]]&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Adam_Craven&amp;diff=16902</id>
		<title>User:Adam Craven</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Adam_Craven&amp;diff=16902"/>
		<updated>2006-07-12T02:05:25Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://fourshapes.com - A web developer; currently living at Chesterfield, UK.&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Adam_Craven&amp;diff=7314</id>
		<title>User:Adam Craven</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Adam_Craven&amp;diff=7314"/>
		<updated>2006-07-12T02:04:46Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://fourshapes.com A Web Developer, currently residing at Chesterfield, UK.&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=irc&amp;diff=7358</id>
		<title>irc</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=irc&amp;diff=7358"/>
		<updated>2006-07-12T02:02:42Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* People on irc */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Microformats IRC =&lt;br /&gt;
&lt;br /&gt;
We have an IRC channel, [irc://irc.freenode.net#microformats #microformats on the freenode network].&lt;br /&gt;
&lt;br /&gt;
There's typically someone there at any point during the day, though there isn't always active discussion. Sometimes, though this is the best place to discuss issues that need lots of back and forth discussion.&lt;br /&gt;
&lt;br /&gt;
== People on irc ==&lt;br /&gt;
A list of IRC regulars and their normal timezones. (winter/summer)&lt;br /&gt;
&lt;br /&gt;
* [[User:Adam Craven|AdamCraven]] (+0000)&lt;br /&gt;
* [[User:Amette|amette]] (+1000)&lt;br /&gt;
* [[User:B.K._DeLong|bkdelong]] (-0500/-0400)&lt;br /&gt;
* [[User:Ben Ward|BenWard]] (+0000)&lt;br /&gt;
* [[User:BenjaminCarlyle|BenjaminCarlyle]] (+1000)&lt;br /&gt;
* [[User:Boneill|boneill]] (+0000)&lt;br /&gt;
* [[User:Brian|briansuda]] (-0600/-0500)&lt;br /&gt;
* [[User:ColinDDevroe|cdevroe]] (-0500/-0600)&lt;br /&gt;
* [[User:Cgriego|cgriego]] (-0600/-0500)&lt;br /&gt;
* [[User:ChrisCasciano|pnhChris]] (-0500/-0400)&lt;br /&gt;
* [[User:ChrisMessina|factoryjoe]] (-0800/-0700)&lt;br /&gt;
* [[User:ChristopherStJohn|cks]] (-0600/-0500)&lt;br /&gt;
* [[User:DanC|DanC]] (-0600/-0500)&lt;br /&gt;
** office hours: Wednesday afternoons, America/Chicago time&lt;br /&gt;
* [[User:Dave Cardwell|davecardwell]] (+0000)&lt;br /&gt;
* [[User:DimitriGlazkov|dglazkov]] (-0600/-0500)&lt;br /&gt;
* [[User:DrewMcLellan|drewinthehead]] (+0000/+0100)&lt;br /&gt;
* [[User:EdwardOConnor|hober]] (-0800/-0700)&lt;br /&gt;
* [[User:Enric|enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Evan|evanpro]] (-0500)&lt;br /&gt;
* [[User:Fil|Fil]] (+0200)&lt;br /&gt;
* [[User:Grantbow|Grantbow]] (-0800/-0700)&lt;br /&gt;
* [[User:Hlb|hlb]] (+0800-0700)&lt;br /&gt;
* [[User:IanHickson|Hixie]] (-0800/-0700)&lt;br /&gt;
* [[User:Izo|IZO]]&lt;br /&gt;
* [[User:JoeGregorio|jcgregorio]]&lt;br /&gt;
* [[User:Jonathan_Arkell|jonnay]] (-0700/0600)&lt;br /&gt;
* [[User:Keri Henare|kerihenare]] (+1200)&lt;br /&gt;
* [http://epeus.blogspot.com/ KevinMarks] (-0800/-0700)&lt;br /&gt;
* [[User:Mark Mansour|Mark Mansour]] (+1100)&lt;br /&gt;
* [[User:neuro|neuro`]]&lt;br /&gt;
* [[User:Remi|Remi]] (-0500/-0400)&lt;br /&gt;
* [[User:RobertBachmann|RobertBachmann]] (+0100/+0200)&lt;br /&gt;
** Office hours: Wednesday, 18:00-20:00 UTC&lt;br /&gt;
* [[User:RyanKing|kingryan]] (-0800/-0700)&lt;br /&gt;
** [http://theryanking.com/blog/archives/2006/04/19/office-hours/ Office hours]: Wednesday, 21:00 UTC&lt;br /&gt;
* [[User:Dana Benson|Snowden]] (-0800/-0700)&lt;br /&gt;
* [[User:Steve Ganz|SteveGanz]] (-0800/-0700)&lt;br /&gt;
* [[User:Tantek|Tantek]] (-0800/-0700)&lt;br /&gt;
* [[User:Dan Kubb|dkubb]] (-0800/-0700)&lt;br /&gt;
* [[User:Ed Summers|edsu]] (-0500/-0400)&lt;br /&gt;
* [[User:Smackman|Steve Farrell]] (-0800/-0700)&lt;br /&gt;
* [[User:Enric|Enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Charlvn|Charl]] (+0200/+0200)&lt;br /&gt;
* [[User:MarkoMrdjenovic|friedcell]] (+0100/+0200)&lt;br /&gt;
&lt;br /&gt;
=== Greetings ===&lt;br /&gt;
To display a brief description of who you are each time you join the channel, you can create a definition for your username. To do so pass the &amp;lt;tt&amp;gt;?def&amp;lt;/tt&amp;gt; command using something like the following convention (be brief):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;?def jdoe is John Doe and can be found online at &amp;lt;nowiki&amp;gt;http://www.jdoewebsite.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information about using JiBot commands can be found on the [http://joiwiki.ito.com/joiwiki/index.cgi?jibot jibot website]&lt;br /&gt;
&lt;br /&gt;
=== bots ===&lt;br /&gt;
&lt;br /&gt;
* [[mfbot]]&lt;br /&gt;
* [[mflogbot]]&lt;br /&gt;
* [http://joiwiki.ito.com/joiwiki/index.cgi?jibot jibot]&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&lt;br /&gt;
Available here: http://rbach.priv.at/Microformats-IRC/&lt;br /&gt;
&lt;br /&gt;
Atom feed of logs available here: http://microformat.makedatamakesense.com/log_feed/&lt;br /&gt;
&lt;br /&gt;
== IRC meetups ==&lt;br /&gt;
&lt;br /&gt;
The idea of having IRC meetups (that is, a set time for meeting on IRC) has been suggested by [[User:RyanKing|Ryan King]], as it appears to work well for the WordPress community and may help us from time-to-time. As of yet, there are no plans to have meetups, though.&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=irc&amp;diff=7313</id>
		<title>irc</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=irc&amp;diff=7313"/>
		<updated>2006-07-12T02:00:36Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: /* People on irc */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Microformats IRC =&lt;br /&gt;
&lt;br /&gt;
We have an IRC channel, [irc://irc.freenode.net#microformats #microformats on the freenode network].&lt;br /&gt;
&lt;br /&gt;
There's typically someone there at any point during the day, though there isn't always active discussion. Sometimes, though this is the best place to discuss issues that need lots of back and forth discussion.&lt;br /&gt;
&lt;br /&gt;
== People on irc ==&lt;br /&gt;
A list of IRC regulars and their normal timezones. (winter/summer)&lt;br /&gt;
&lt;br /&gt;
* [[User:AdamCraven|Adam Craven]] (+0000)&lt;br /&gt;
* [[User:Amette|amette]] (+1000)&lt;br /&gt;
* [[User:B.K._DeLong|bkdelong]] (-0500/-0400)&lt;br /&gt;
* [[User:Ben Ward|BenWard]] (+0000)&lt;br /&gt;
* [[User:BenjaminCarlyle|BenjaminCarlyle]] (+1000)&lt;br /&gt;
* [[User:Boneill|boneill]] (+0000)&lt;br /&gt;
* [[User:Brian|briansuda]] (-0600/-0500)&lt;br /&gt;
* [[User:ColinDDevroe|cdevroe]] (-0500/-0600)&lt;br /&gt;
* [[User:Cgriego|cgriego]] (-0600/-0500)&lt;br /&gt;
* [[User:ChrisCasciano|pnhChris]] (-0500/-0400)&lt;br /&gt;
* [[User:ChrisMessina|factoryjoe]] (-0800/-0700)&lt;br /&gt;
* [[User:ChristopherStJohn|cks]] (-0600/-0500)&lt;br /&gt;
* [[User:DanC|DanC]] (-0600/-0500)&lt;br /&gt;
** office hours: Wednesday afternoons, America/Chicago time&lt;br /&gt;
* [[User:Dave Cardwell|davecardwell]] (+0000)&lt;br /&gt;
* [[User:DimitriGlazkov|dglazkov]] (-0600/-0500)&lt;br /&gt;
* [[User:DrewMcLellan|drewinthehead]] (+0000/+0100)&lt;br /&gt;
* [[User:EdwardOConnor|hober]] (-0800/-0700)&lt;br /&gt;
* [[User:Enric|enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Evan|evanpro]] (-0500)&lt;br /&gt;
* [[User:Fil|Fil]] (+0200)&lt;br /&gt;
* [[User:Grantbow|Grantbow]] (-0800/-0700)&lt;br /&gt;
* [[User:Hlb|hlb]] (+0800-0700)&lt;br /&gt;
* [[User:IanHickson|Hixie]] (-0800/-0700)&lt;br /&gt;
* [[User:Izo|IZO]]&lt;br /&gt;
* [[User:JoeGregorio|jcgregorio]]&lt;br /&gt;
* [[User:Jonathan_Arkell|jonnay]] (-0700/0600)&lt;br /&gt;
* [[User:Keri Henare|kerihenare]] (+1200)&lt;br /&gt;
* [http://epeus.blogspot.com/ KevinMarks] (-0800/-0700)&lt;br /&gt;
* [[User:Mark Mansour|Mark Mansour]] (+1100)&lt;br /&gt;
* [[User:neuro|neuro`]]&lt;br /&gt;
* [[User:Remi|Remi]] (-0500/-0400)&lt;br /&gt;
* [[User:RobertBachmann|RobertBachmann]] (+0100/+0200)&lt;br /&gt;
** Office hours: Wednesday, 18:00-20:00 UTC&lt;br /&gt;
* [[User:RyanKing|kingryan]] (-0800/-0700)&lt;br /&gt;
** [http://theryanking.com/blog/archives/2006/04/19/office-hours/ Office hours]: Wednesday, 21:00 UTC&lt;br /&gt;
* [[User:Dana Benson|Snowden]] (-0800/-0700)&lt;br /&gt;
* [[User:Steve Ganz|SteveGanz]] (-0800/-0700)&lt;br /&gt;
* [[User:Tantek|Tantek]] (-0800/-0700)&lt;br /&gt;
* [[User:Dan Kubb|dkubb]] (-0800/-0700)&lt;br /&gt;
* [[User:Ed Summers|edsu]] (-0500/-0400)&lt;br /&gt;
* [[User:Smackman|Steve Farrell]] (-0800/-0700)&lt;br /&gt;
* [[User:Enric|Enric]] (-0800/-0700)&lt;br /&gt;
* [[User:Charlvn|Charl]] (+0200/+0200)&lt;br /&gt;
* [[User:MarkoMrdjenovic|friedcell]] (+0100/+0200)&lt;br /&gt;
&lt;br /&gt;
=== Greetings ===&lt;br /&gt;
To display a brief description of who you are each time you join the channel, you can create a definition for your username. To do so pass the &amp;lt;tt&amp;gt;?def&amp;lt;/tt&amp;gt; command using something like the following convention (be brief):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;?def jdoe is John Doe and can be found online at &amp;lt;nowiki&amp;gt;http://www.jdoewebsite.com&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More information about using JiBot commands can be found on the [http://joiwiki.ito.com/joiwiki/index.cgi?jibot jibot website]&lt;br /&gt;
&lt;br /&gt;
=== bots ===&lt;br /&gt;
&lt;br /&gt;
* [[mfbot]]&lt;br /&gt;
* [[mflogbot]]&lt;br /&gt;
* [http://joiwiki.ito.com/joiwiki/index.cgi?jibot jibot]&lt;br /&gt;
&lt;br /&gt;
== Logs ==&lt;br /&gt;
&lt;br /&gt;
Available here: http://rbach.priv.at/Microformats-IRC/&lt;br /&gt;
&lt;br /&gt;
Atom feed of logs available here: http://microformat.makedatamakesense.com/log_feed/&lt;br /&gt;
&lt;br /&gt;
== IRC meetups ==&lt;br /&gt;
&lt;br /&gt;
The idea of having IRC meetups (that is, a set time for meeting on IRC) has been suggested by [[User:RyanKing|Ryan King]], as it appears to work well for the WordPress community and may help us from time-to-time. As of yet, there are no plans to have meetups, though.&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hlisting-feedback&amp;diff=8327</id>
		<title>hlisting-feedback</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hlisting-feedback&amp;diff=8327"/>
		<updated>2006-07-12T01:57:40Z</updated>

		<summary type="html">&lt;p&gt;Adam Craven: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Default Action ==&lt;br /&gt;
I think it's good form to have a default for every required field, since someone out there is going to drop any given requried field in the land of microformats. In that spirit, the default for listing type is offer, since wanted ads are &amp;lt;&amp;lt; 10% in the real world. What I don't know is what the default action should be; the most neutral of them is ''announce'', which I am using in my parser.&lt;br /&gt;
&lt;br /&gt;
-- Rohit&lt;br /&gt;
&lt;br /&gt;
== Donations ==&lt;br /&gt;
&lt;br /&gt;
Sell and Rent are obvious enough verbs; what does Trade mean, though? Barter? And what about one-sided gifts, like donations or &amp;quot;free to recycle&amp;quot;? Should we replace Trade and offer Donate in its place?&lt;br /&gt;
&lt;br /&gt;
-- Rohit&lt;br /&gt;
&lt;br /&gt;
== Desire to Inherit Context ==&lt;br /&gt;
&lt;br /&gt;
When it comes to blog posting, I’d like to see us address the following:&lt;br /&gt;
&lt;br /&gt;
1. '''Less is more'''. Or in reverse, people are lazy, and the less fields they need to fill in order to sell a couch or find a date, the more they'll use the plugin. So I'm trying to visualize how this plays in with the user interface and how we can keep it as simple as possible.&lt;br /&gt;
&lt;br /&gt;
2. '''DRY'''. We want to capture as much information as possible from what is already available in the blog post. We already have summary (title), listing date/time (post date/time), permalink, author information, tags/categories.&lt;br /&gt;
&lt;br /&gt;
3. '''Keep it simple'''. And here I'm talking about setup and being able to extend your blog's functionality without too much fuss. This one is a bit more tricky, so I'll go into details.&lt;br /&gt;
&lt;br /&gt;
WordPress uses templates to render the blog post. The template then calls the WordPress API to render the title, a second call to render the content, and another call to render any additional metadata (e.g. &lt;br /&gt;
publish date, categories, author). These separate calls allow people to play with the formatting and apply any styling they like.&lt;br /&gt;
&lt;br /&gt;
The way uPress works, is by processing the blog post before it goes back to the filter, creating the hEvent (to be: hListing) element around it, and adding any relevant fields into the blog post. So what you fill in the form, finds its way to the post content. As a result, setting up the plugin requires two steps: drop it to the plugins directory, and activate.&lt;br /&gt;
&lt;br /&gt;
Unfortunately, I only get to process the content of the post. I can't easily include the title inside the hListing element, or any other metadata about the post, even though I have access to it. If I duplicate that information, the post stops being readable. And to wrap the entire post (not just body) inside a microformat element, I need to tweak the template. Except people use different templates, and I can't tweak all of them.&lt;br /&gt;
&lt;br /&gt;
So the more context we use, the better the plugin becomes.&lt;br /&gt;
&lt;br /&gt;
-- Assaf Arkin&lt;br /&gt;
&lt;br /&gt;
== '''Make Info/Photo fields Optional''' ==&lt;br /&gt;
&lt;br /&gt;
WordPress has a great WYSIWYG editor that lets you drag &amp;amp; drop images. &lt;br /&gt;
But the only semantic identification it uses is the HTML &amp;lt;img&amp;gt; element. &lt;br /&gt;
So how do we get a photo to be identified from all the images inside the description?&lt;br /&gt;
&lt;br /&gt;
1. Manually edit the HTML that WordPress creates to add the class.&lt;br /&gt;
2. Add another UI doubling the one already used by WordPress, sans drag &amp;amp; drop, strictly for images designated as photos.&lt;br /&gt;
3. Tag every single image as photo.&lt;br /&gt;
4. Have the crawler interpret every single image as photo.&lt;br /&gt;
&lt;br /&gt;
I'm not sure we want to push the complexity to the edge, that's like asking people to create only valid XHTML pages and not rendering anything that refuses to validate. This is about humans first, machines second. If complexity needs to exist, it should be not in the blog, but in the crawlers.&lt;br /&gt;
&lt;br /&gt;
-- Assaf Arkin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''On hReview''' ==&lt;br /&gt;
&lt;br /&gt;
This draft was heavily influenced by hReview. That's a good thing. We don’t want to duplicate efforts; are learning from the mistakes of others; and converging on a cohesive set of specifications. I want to eventually add hReview and hCard to my plugin. So this strategy of borrowing from existing microformats helps me get it done quicker. It took me all of five minutes to leverage address formatting from hEvent.&lt;br /&gt;
&lt;br /&gt;
But we also need to recognize that hReview could also be more blogging friendly. The specification is great, but the implementations are lacking. I think the reason is that hReview was designed for greenfield applications that specifically deal with emitting reviews. The design did not take into consideration applications that already deal with content, but want to supplement it with reviews, listings, etc. There's no mention of such consideration in the spec.&lt;br /&gt;
&lt;br /&gt;
We want to appeal to the wide populace of bloggers who just want to get stuff done. Rather than put the burden on millions of bloggers out there, we should place the burden on the few companies developing crawlers.&lt;br /&gt;
&lt;br /&gt;
What would Tantek say? I think he'd ask us to focus on use cases, real examples. I'm presenting one such example. The use case involves a blogger who just wants to sell something on their blog, with the minimum amount of effort and cognitive friction. They want the listing to be discovered, aggregated and searched by others.&lt;br /&gt;
&lt;br /&gt;
-- Assaf Arkin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Neighborhood Name''' ==&lt;br /&gt;
&lt;br /&gt;
With the exception of housing, most classified listings don’t contain a specific address (e.g., if I’m selling my couch, you don’t need to know where I live in the listing).    Some location information, however, is important.  In most suburban areas, the name of the town is sufficient.  In cities, however, neighborhood is important and more contextually relevant than zipcode (simply a region defined by the post office).&lt;br /&gt;
&lt;br /&gt;
This is a tough problem that needs to be solved but outside the context of this discussion.  We think there are other cases the could benefit from it, including hReview and hEvent.  We recommend that this debate be surface in the adr microformation discussion (e.g., perhaps extend the locality field (city) to optionally include a neighborhood)&lt;br /&gt;
&lt;br /&gt;
-- Craig Donato &amp;amp; Assaf Arkin&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Listing Action, Listing Type, Item Type''' ==&lt;br /&gt;
&lt;br /&gt;
We heavily debated how to classify a listing.  Search engines or marketplaces typically need to understand what type of listing it is (e.g., personal ad, house for sale, music) to effectively reference or index a listing.   &lt;br /&gt;
&lt;br /&gt;
We initially considered proposing a single category field that contained tags (in addition to the tags field).  Not only did this seem duplicative, it also seemed like too much of a good thing.  In a previous project, Assaf managed to successfully overload everything into tags (including dates and locations), and run time-based and location-based searches, and ended up concluding it's a bad idea.&lt;br /&gt;
&lt;br /&gt;
We eventually decided to propose the use three parametric field that when used together could define any type of listing independent of the words use to describe.  These ended up being: listing-type (are you offering something or looking for something; listing-action (are you trying to sell, rent, or announce something); and item type (what item is referenced by the action such as a job opening, product, housing).  By making small modifications to this vocabulary, users can specify an extremely wide range of potential transactions.  This seemed more feasible given that the UI used to produce the hListing could abstract some of this from the user (as Assaf demonstrated in his demo plugin).&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
!Desired Transaction&lt;br /&gt;
!Listing Type&lt;br /&gt;
!Listing Action&lt;br /&gt;
!Item Type&lt;br /&gt;
|-&lt;br /&gt;
|Merchandise For Sale&lt;br /&gt;
|Offer&lt;br /&gt;
|Sell&lt;br /&gt;
|Product&lt;br /&gt;
|-&lt;br /&gt;
|Looking to Buy Merchandise&lt;br /&gt;
|Wanted&lt;br /&gt;
|Sell&lt;br /&gt;
|Product&lt;br /&gt;
|-&lt;br /&gt;
|Selling Tickets&lt;br /&gt;
|Offer&lt;br /&gt;
|Sell&lt;br /&gt;
|Event&lt;br /&gt;
|-&lt;br /&gt;
|Apartment For Rent&lt;br /&gt;
|Offer&lt;br /&gt;
|Rent&lt;br /&gt;
|Housing&lt;br /&gt;
|-&lt;br /&gt;
|Looking for Apartment&lt;br /&gt;
|Wanted&lt;br /&gt;
|Rent&lt;br /&gt;
|Housing&lt;br /&gt;
|-&lt;br /&gt;
|Room for Rent (Roommate)&lt;br /&gt;
|Offer&lt;br /&gt;
|Rent&lt;br /&gt;
|Housing&lt;br /&gt;
|-&lt;br /&gt;
|Looking for a Date&lt;br /&gt;
|Offer||Wanted&lt;br /&gt;
|Announce, Meet&lt;br /&gt;
|-&lt;br /&gt;
|Job Opening&lt;br /&gt;
|Offer&lt;br /&gt;
|Announce&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Looking for a Job (Resume)&lt;br /&gt;
|Wanted&lt;br /&gt;
|Announce&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Music Lessons&lt;br /&gt;
|Offer&lt;br /&gt;
|Service&lt;br /&gt;
|Business&lt;br /&gt;
|-&lt;br /&gt;
|Trade Couch for TV&lt;br /&gt;
|Offer&lt;br /&gt;
|Trade&lt;br /&gt;
|Product&lt;br /&gt;
|-&lt;br /&gt;
|Pet for Adoption&lt;br /&gt;
|Offer&lt;br /&gt;
|Announce&lt;br /&gt;
|Animal?&lt;br /&gt;
|}&lt;br /&gt;
-- Craig Donato&lt;br /&gt;
&lt;br /&gt;
== Eliminate Item Type ==&lt;br /&gt;
&lt;br /&gt;
Can we eliminate item type and simply use tags?  Or perhaps inferred item type from the item info?&lt;br /&gt;
&lt;br /&gt;
== hClassified? ==&lt;br /&gt;
&lt;br /&gt;
There are meanings of &amp;quot;listing&amp;quot; that wouldn't fit this format.. might not hClassified be a more descriptive name? It's not overconstraining... 'classifieds' being very broad in practice and the meaning very informally/functionally defined. Or has the 'listing' train left the station? &lt;br /&gt;
&lt;br /&gt;
== What about retail? == &lt;br /&gt;
&lt;br /&gt;
Retail is out of scope for hListing, sure -- but what microformat should a retail seller of (e.g. mass-produced) goods use? hForSale? hProduct?&lt;br /&gt;
&lt;br /&gt;
== Retail ==&lt;br /&gt;
&lt;br /&gt;
Funnily enough, hProduct is always something that I've thought about.&lt;br /&gt;
&lt;br /&gt;
I'd be bold enough to say that it will be one of the main uses of microformats in the future. Imagine the amount of shops, price comparison, product review and many more type of sites. It doesn't have to be for profit, it could just be someones product, on their site, that they are displaying.&lt;br /&gt;
&lt;br /&gt;
I'd be willing to help and continue development of a spec for 'hProduct'.&lt;br /&gt;
&lt;br /&gt;
Adam Craven&lt;/div&gt;</summary>
		<author><name>Adam Craven</name></author>
	</entry>
</feed>