Hotel

A hotel is an establishment that provides lodging paid on a short-term basis (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel).

See also the dedicated document on the use of schema.org for marking up hotels and other forms of accommodations.

Subclass of: LodgingBusiness

Properties from LodgingBusiness

Property Expected Type Description
amenityFeature LocationFeatureSpecification An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.
audience Audience An intended audience, i.e. a group for whom something was created.
availableLanguage Text, Language A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also inLanguage.
checkinTime DateTime, Time The earliest someone may check into a lodging establishment.
checkoutTime DateTime, Time The latest someone may check out of a lodging establishment.
numberOfRooms QuantitativeValue, Number The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business. Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue.
petsAllowed Boolean, Text Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.
starRating Rating An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).

Properties from LocalBusiness

Property Expected Type Description
branchOf Organization The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) branch.
currenciesAccepted Text The currency accepted.

Use standard formats: ISO 4217 currency format, e.g. "USD"; Ticker symbol for cryptocurrencies, e.g. "BTC"; well known names for Local Exchange Trading Systems (LETS) and other currency types, e.g. "Ithaca HOUR".
openingHours Text The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.

* Days are specified using the following two-letter combinations: ```Mo```, ```Tu```, ```We```, ```Th```, ```Fr```, ```Sa```, ```Su```.
* Times are specified using 24:00 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```.
* Here is an example: <time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>.
* If a business is open 7 days a week, then it can be specified as <time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time>.
paymentAccepted Text Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.
priceRange Text The price range of the business, for example ```$$$```.