If use the hProduct (which is fully supported by Google) instead of 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: hListing example
- and then, modified into hProduct: 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 tobyink 2011-11-18: Yes, probably category, but rather than using:
<span class="category">housing offer-sale</span>
use
<span class="category">housing</span> <span class="category">offer-sale</span>