File indexing completed on 2024-06-23 05:11:55

0001 <html>
0002 <head>
0003 <title>Hotel example from schemap.org - https://schema.org/docs/hotels.html</title>
0004 </head>
0005 <body>
0006 <div itemscope itemtype="http://schema.org/Hotel">
0007     <h1><span itemprop="name">ACME Hotel Innsbruck</span></h1>
0008     <span itemprop="description">A beautifully located business hotel right in the
0009 heart of the alps. Watch the sun rise over the scenic Inn valley while
0010 enjoying your morning coffee.</span>
0011     <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
0012     <span itemprop="streetAddress">Technikerstrasse 21</span>
0013     <span itemprop="postalCode">6020</span>
0014     <span itemprop="addressLocality">Innsbruck</span>
0015     <span itemprop="addressRegion">Tyrol</span>,
0016     <span itemprop="addressCountry">Austria</span>
0017     </div>
0018     <div itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
0019      <meta itemprop="latitude" content="47.2649990" />
0020      <meta itemprop="longitude" content="11.3428720" />
0021     </div>
0022     Phone: <span itemprop="telephone">+43 512 8000-0</span>
0023     Fax: <span itemprop="faxNumber">+43 512 8000-99</span>
0024     <img itemprop="photo" src="../media/hotel_front.png" alt="Front view of the hotel" />
0025     Star rating: <span itemprop="starRating" itemscope itemtype="http://schema.org/Rating">
0026     <meta itemprop="ratingValue" content="4">****
0027     </span>
0028     Room rates: <span itemprop="priceRange">$100 - $240</span>
0029     Reception opening hours:
0030     <meta itemprop="openingHours" content="Mo-Fr 07:00-23:00">Mon-Fri 07.00-23.00
0031     <meta itemprop="openingHours" content="Sa 08:00-23:00">Saturdays 08.00-23.00
0032     <meta itemprop="openingHours" content="Sun 08:00-12:00">Sundays 08.00-12.00
0033     Check-in: <meta itemprop="checkinTime" content="14:00:00">2:00 PM
0034     Check-out: <meta itemprop="checkoutTime" content="11:00:00">11:00 AM
0035 </div>
0036 </body>
0037 </html>