<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PnaD6g</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=PnaD6g"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/PnaD6g"/>
	<updated>2026-05-17T06:44:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hproduct-proposal&amp;diff=17230</id>
		<title>hproduct-proposal</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hproduct-proposal&amp;diff=17230"/>
		<updated>2007-06-07T08:48:28Z</updated>

		<summary type="html">&lt;p&gt;PnaD6g: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;&amp;lt;em&amp;gt;draft&amp;lt;/em&amp;gt; hProduct Proposal&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hProduct is a format suitable for embedding in (X)HTML, Atom, RSS, and arbitrary XML. hProduct would be related to several [[microformats]] (including [[hlisting|hListing]] and [[hreview|hReview]]) and would be an open standard.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
===Authors===&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;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The web is a thriving marketplace with a plethora of vendors scattered across the globe. Sifting through this mass of information is difficult when it is unstructured. The hProduct microformat will bring order and structure to the chaos, making it easy for people to list the products they offer and easy for Web Services to consume that product information for analysis and syndication. This proposal follows the common practices of ecommerce sites such as Amazon, Buy.com and AutoByTel.&lt;br /&gt;
&lt;br /&gt;
hProduct would be compatible and combinable with [[hlisting|hListing]] and [[hreview|hReview]].&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
&lt;br /&gt;
Giving details about a particular product is sometimes very complex as parameters are differnet for books and CDs than they are for iPods or cars. It should be very easy to mark up an item using hProduct and the syntax should be simple yet flexible enough for more advanced applications.&lt;br /&gt;
&lt;br /&gt;
=== Out of Scope ===&lt;br /&gt;
&lt;br /&gt;
This microformat does not intend to replicate any of the content proposed within [[hlisting|hListing]] and would defer all money/transactional matters to that microformat.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
&lt;br /&gt;
The hProduct format is based on a set of fields common to numerous ecommerce sites and formats in use today on the web.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
&lt;br /&gt;
An hListing schema should consist of the following: &lt;br /&gt;
&lt;br /&gt;
* hProduct&lt;br /&gt;
** ''version''. optional. text. &lt;br /&gt;
** '''name'''. required.&lt;br /&gt;
** ''image''. optional. &amp;lt;code&amp;gt;IMG&amp;lt;/code&amp;gt; element or &amp;lt;code&amp;gt;rel='image'&amp;lt;/code&amp;gt;. could be further refined as image type ( ''thumb'' || ''full'', ''photo'' || ''illo'')&lt;br /&gt;
** ''description''. optional. could be denoted as 'summary' or 'extended'&lt;br /&gt;
** ''brand''. text | [[hcard|hCard]]&lt;br /&gt;
** ''uri''. optional. URI to manufacturer product page.&lt;br /&gt;
** ''msrp''. optional. retail price.&lt;br /&gt;
** ''p-v''. optional. opens up possibilities for custom property-value pairs in more complex examples.&lt;br /&gt;
*** '''property'''. required.&lt;br /&gt;
*** '''value'''. required. (label may be implied)&lt;br /&gt;
&lt;br /&gt;
==Field Details==&lt;br /&gt;
&lt;br /&gt;
The fields of the hListing schema represent the following:&lt;br /&gt;
&lt;br /&gt;
'''version''':: This optional field permits hProduct publishers to specify a particular version of hProduct that their content uses. By omitting this field, the publisher is stating that implementations may interpret the hListings according to any version of the hProduct specification. The value for this proposal as of 17-Nov-2006 is &amp;quot;0.0,&amp;quot; since it has no official standing yet.&lt;br /&gt;
&lt;br /&gt;
=== Content ===&lt;br /&gt;
&lt;br /&gt;
'''name''':: This required field contains the name of the item&lt;br /&gt;
&lt;br /&gt;
'''image''':: This optional field contains either an image (as an &amp;lt;code&amp;gt;IMG&amp;lt;/code&amp;gt; element) or a link to an image (as an &amp;lt;code&amp;gt;A&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;rel=&amp;quot;image&amp;quot;&amp;lt;/code&amp;gt;). The image can be categorized by additional terms such as 'thumb' (for thumbnail), 'full' (for full size image), 'photo' (for a photograph), 'illo' (for an illustration).&lt;br /&gt;
&lt;br /&gt;
'''description''':: This optional field contains the full text representing the written description of the item. The field MAY include valid XHTML markup (e.g. paragraphs). User agents SHOULD preserve any markup. Description could be either a 'summary' or an 'extended' description.&lt;br /&gt;
&lt;br /&gt;
'''brand''':: This optional field can contain either plan text or an [[hcard||hCard]] for the organization responsible for the item. Examples would include Sony, Friends of ED, O'Reilly, etc.&lt;br /&gt;
&lt;br /&gt;
'''uri''':: This optional field is a URI for the product at its brand website. It is not to be confused with the [[hlisting|hListing]] 'permalink'.&lt;br /&gt;
&lt;br /&gt;
'''msrp''':: This optional field is the manufacturer's suggested retail price for the item. It follows the proposed [[currency]] format.&lt;br /&gt;
&lt;br /&gt;
=== Properties&lt;/div&gt;</summary>
		<author><name>PnaD6g</name></author>
	</entry>
</feed>