|
|
(11 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"> | | <div class="vevent"> |
| * {{OpenIssue}} <span class="summary vcard"> <span class="published">2011-11-15</span> raised by <span class="fn">[[User:Arthur|Arthur]]</span> | | * {{OpenIssue}} <span class="summary vcard"><span class="dtstart">2011-11-15</span> raised by <span class="fn">[[User:ChiefRA|Arthur]]</span> |
| </span> | | </span> |
| <div class="entry-content discussion issues"> | | <div class="entry-content discussion issues"> |
| * <strong class="entry-title">HP9 - using hProduct vs. hListing to markup Real Estate properties</strong>. If use the [[hproduct|hProduct]] (which is fully supported by Google) instead of [[hlisting|hListing]] to markup Real Estate properties, 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).
| | 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"? | | Should we use "category"? |
|
| |
|
Line 12: |
Line 40: |
| *# and then, modified into hProduct: [http://pastebin.com/2Lj5Rd6t hProduct 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. | | 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> |
| </div> | | </div> |
|
| |
|
| |
|
| == HP1 - hProduct product identifier == | | == HP1 - hProduct product identifier == |