WebSchemas/VacationRentals
From W3C Wiki
(→1.2 Vacation Rental Schema properties) |
(→1.2 Vacation Rental Schema properties) |
||
| Line 33: | Line 33: | ||
<tr><td>name</td><td>Text</td><td>The name of the item.</td></tr> | <tr><td>name</td><td>Text</td><td>The name of the item.</td></tr> | ||
<tr><td>url</td><td>URL</td><td>URL of the item.</td></tr></table> | <tr><td>url</td><td>URL</td><td>URL of the item.</td></tr></table> | ||
| + | |||
| + | <table class="tableizer-table"> | ||
| + | <tr class="tableizer-firstrow"><th>Properties from LocalBusiness[http://schema.org/LocalBusiness]</th><th> </th><th> </th></tr> | ||
| + | <tr><td>priceRange</td><td>Text</td><td>The price range of the business, for example $$$.</td></tr> | ||
| + | <tr><td>paymentAccepted</td><td>Text</td><td>Cash, credit card, etc.</td></tr> | ||
| + | <tr><td>currenciesAccepted</td><td>Text</td><td>The currency accepted (in ISO 4217 currency format).</td></tr></table> | ||
Revision as of 13:29, 7 January 2013
1. Vacation Rental Schema
1.1 Scope
The scope of the Vacation Rental Schema is to differentiate this accomodation type from other accomodation types that are currently marked up. The most relevant Schema.org mark-ups to this industry right now are the following:
http://schema.org/Hotel http://schema.org/Hostel http://schema.org/Motel http://schema.org/BedAndBreakfast http://schema.org/LodgingBusiness
According to Wikipedia[1], Vacation rental is the renting out of a furnished apartment or house on a temporary basis to tourists as an alternative to a hotel. The term vacation rental is mainly used in the US. In Europe the term villa rental or villa holiday is preferred for rentals of detached houses in warm climates. Other terms used are self-catering rentals, holiday homes, holiday lets (in the United Kingdom), cottage holidays (for rentals of smaller accommodation in rural locations) and gites (in rural locations in France.
This accommodation type definitely differs from Hotels, Hostels, Motels and B&Bs and it's certainly a sub-category of the LodgingBusiness schema with a few extra features, as described below.
1.2 Vacation Rental Schema properties
Properties from other Schemas:
| Property | Expected Type | Description |
|---|---|---|
| Properties from Place[2] | ||
| address | PostalAddress | Physical address of the item. |
| aggregateRating | aggregateRating | The overall rating, based on a collection of reviews or ratings, of the item. |
| geo | GeoCoordinates or GeoShape | The geo coordinates of the place. |
| map | URL | A URL to a map of the place. |
| photos | ImageObject or Photograph | Photographs of this place |
| reviews | Review | Review of the item |
| telephone | Text | The telephone number. |
| Properties from Thing[3] | ||
|---|---|---|
| description | Text | A short description of the item. |
| image | URL | URL of an image of the item. |
| name | Text | The name of the item. |
| url | URL | URL of the item. |
| Properties from LocalBusiness[4] | ||
|---|---|---|
| priceRange | Text | The price range of the business, for example $$$. |
| paymentAccepted | Text | Cash, credit card, etc. |
| currenciesAccepted | Text | The currency accepted (in ISO 4217 currency format). |
