|  |   | 
| (14 intermediate revisions by 6 users not shown) | 
| Line 1: | Line 1: | 
|  | __TOC__ |  | __TOC__ | 
|  |  |  | 
|  |  | == HP10 - hProduct vs. hListing to markup Real Estate websites - "identifier" == | 
|  |  |  | 
|  |  | <div class="vevent"> | 
|  |  | * {{OpenIssue}} <span class="summary vcard"><span class="dtstart">2010-04-29</span> raised by <span class="fn">[[User:ChiefRA|Arthur]]</span></span> | 
|  |  | <div class="description"> | 
|  |  | I would recommend that for using hProduct to markup Real Estate websites, the "identifier" optional property should have the "type" parameter entered as "MLS" which is appropriate for Real Estate: | 
|  |  |  | 
|  |  | <pre><nowiki> | 
|  |  | <div class="identifier">  | 
|  |  |    <span class="type">MLS</span>#:  | 
|  |  |    <span class="value"> 07231613</span>  | 
|  |  | </div> | 
|  |  | </nowiki></pre> | 
|  |  |  | 
|  |  | Adnotation: The "value" parameter should contain "strictly" numbers: no dashes, commas, or other characters. If you need to have dashes in between, then it SHOULD be abbreviated with [[abbr-design-pattern|abbr]]: | 
|  |  |  | 
|  |  | <pre><nowiki> | 
|  |  | <div class="identifier"> | 
|  |  |    <span class="type">MLS</span>#: | 
|  |  |    <abbr class="value" title="07231613"> 07-231613</abbr> | 
|  |  | </div> | 
|  |  | </nowiki></pre> | 
|  |  | </div> | 
|  |  | </div> | 
|  |  |  | 
|  |  |  | 
|  |  | == HP9 - hProduct vs. hListing to markup Real Estate websites == | 
|  |  |  | 
|  |  | <div class="vevent"> | 
|  |  | * {{OpenIssue}}  <span class="summary vcard"><span class="dtstart">2011-11-15</span> raised by <span class="fn">[[User:ChiefRA|Arthur]]</span> | 
|  |  | </span> | 
|  |  | <div class="entry-content discussion issues"> | 
|  |  | If use the [[hproduct|hProduct]] (which is fully supported by Google) instead of [[hlisting|hListing]] to markup Real Estate websites, what hProduct related properties should we use to replace these 3 properties of hListing: "item-type", "listing-type" and "listing-action"? (e.g. housing offer-sale).  | 
|  |  | Should we use "category"?  | 
|  |  |  | 
|  |  | For a better understanding and for practical purposes, I provide 2 working examples for usability: | 
|  |  | *# hListing original marked up example: [http://pastebin.com/3p05rFF5 hListing example] | 
|  |  | *# and then, modified into hProduct: [http://pastebin.com/2Lj5Rd6t hProduct example] | 
|  |  | Feel free to copy and modify it along and attach it in your comments and the result should be placed in the right section as implementation example. | 
|  |  |  | 
|  |  | *# Response by [[User:TobyInk|tobyink]] 2011-11-18: Yes, probably category, but rather than using:   | 
|  |  | <pre><nowiki> | 
|  |  |  <span class="category">housing offer-sale</span> | 
|  |  | </nowiki></pre> | 
|  |  | use  | 
|  |  | <pre><nowiki> | 
|  |  |  <span class="category">housing</span> | 
|  |  |  <span class="category">offer-sale</span> | 
|  |  | </nowiki></pre> | 
|  |  | </div> | 
|  |  | </div> | 
|  | 
 |  | 
 | 
|  | == HP1 - hProduct product identifier  == |  | == HP1 - hProduct product identifier  == |