We are about to launch a website where users can search for rental apartments. To please the Google search engine I want to mark all of my apartment related HTML elements with some semantic markup.
I have been looking at Schema.org and FOAF to find some good vocabs to use. But I can't seem to find vocabs that support apartment informations.
Example:
2 bedroom
300 square feet
Parkingspot
And so on. Right now I use typeof="ApartmentComplex"
- but I want to markup the above.
Can anyone give me a hint on how I would mark up such information in a way that enables Google to display them as Rich Snippets and increase pageranking?