BedAndBreakfast, Campground, Hostel, Hotel, Motel, Resort
Mit Rich Cards mehr Zimmer Auslastung
Was ist/sind Rich Cards? Ein Datensatz, der durch Suchmaschinen wie Google, bing usw. direkt ausgelesen werden kann, da die Daten dort Struktuiert vorliegen.
Wer kann Rich Cards einsetzten? BedAndBreakfast, Campground, Hostel, Hotel, Motel, Resort
Mit welchen Übernachtungsmöglichkeiten? Apartment, CampingPitch, Room, HotelRoom, MeetingRoom, House, Suite
Betrieb muss geteilt werden!
Ihr Übernachtungsbetrieb muss geteilt werden, in Gebäude, Übernachtungsräumlichkeiten und Freizeitangebote.
Am einfachsten an einem Beispiel
Das Hotel, inkl. Mitgliedschaft in einem Tourismusverband
Do It Yourselfe – Code
<div itemscope itemtype="http://schema.org/Hotel">
<h1><span itemprop="name">Test Hotel zur Post</span></h1>
<span itemprop="description">A beautifully located business hotel right in the heart of the alps. Watch the sun rise over the scenic Inn valley while enjoying your morning coffee.</span>
<h2>Room types:</h2>
<ul>
<li itemprop="containsPlace" itemscope itemtype="http://schema.org/HotelRoom">
<span itemprop="name">Double Room</span>
<span itemprop="description">Our double rooms are spacious and comfortable.</span>
<img href="../images/double_room.png" />
<span itemprop="numberOfRooms" itemscope itemtype="http://schema.org/QuantitativeValue">
<span itemprop="value">45</span>
<span itemprop="unitText">double rooms</span>
</span>
</li>
<li itemprop="containsPlace" itemscope itemtype="http://schema.org/HotelRoom">
<span itemprop="name">Single Room</span>
<span itemprop="description">Our single rooms are cosy and comfortable.</span>
<img href="../images/single_room.png" />
<span itemprop="numberOfRooms" itemscope itemtype="http://schema.org/QuantitativeValue">
<span itemprop="value">15</span>
<span itemprop="unitText">single rooms</span>
</span>
</li>
</ul>
<h2>Room Features:</h2>
<ul>
<li itemprop="amenityFeature" itemscope itemtype="http://schema.org/LocationFeatureSpecification">
<span itemprop="name">Mini-bar</span>
<meta itemprop="value" content="True">
</li>
<li itemprop="amenityFeature" itemscope itemtype="http://schema.org/LocationFeatureSpecification">
<span itemprop="name">Wifi</span>
<meta itemprop="value" content="True">
</li>
</ul>
Check-in: <meta itemprop="checkinTime" content="14:00:00">2:00 PM
Check-out: <meta itemprop="checkoutTime" content="11:00:00">11:00 AM
<h2>Hotel Features:</h2>
<ul>
<li itemprop="amenityFeature" itemscope itemtype="http://schema.org/LocationFeatureSpecification">
<span itemprop="name">Sauna</span>
<meta itemprop="value" content="True">
<div itemprop="hoursAvailable" itemtype="http://schema.org/OpeningHoursSpecification">
<link itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time>
<time itemprop="opens" content="16:00:00"> 4:00 PM</time> -
<time itemprop="closes" content="21:00:00"> 9:00 PM</time>
</div>
</li>
<li itemprop="amenityFeature" itemscope itemtype="http://schema.org/LocationFeatureSpecification">
<span itemprop="name">Gym</span>
<meta itemprop="value" content="True">
</li>
</ul>
<h2>We speak:</h2>
<ul>
<li itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language">
<span itemprop="name">English</span>
</li>
<li itemprop="availableLanguage" itemscope itemtype="http://schema.org/Language">
<span itemprop="name">German</span>
</li>
</ul>
Member of the <span itemprop="memberOf" itemscope itemtype="http://schema.org/Organization">
<span itemprop="name">Austrian Tourist Partner Association</span>.
</span>
</div>
Alle Möglichkeiten finden Sie unter https://schema.org/Hotel
Oben dargestellter Quellcode erzeugt folgende Seite
Ein Doppelzimmer
<div itemscope itemtype="http://schema.org/Hotel">
<h1><span itemprop="name">Test Hotel zur Post</span></h1>
<span itemprop="description">A beautifully located business hotel right in the
heart of the alps. Watch the sun rise over the scenic Inn valley while
enjoying your morning coffee.</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">Musterstrasse 21</span>
<span itemprop="postalCode">12345</span>
<span itemprop="addressLocality">Musterstadt</span>
<span itemprop="addressRegion">Tyrol</span>,
<span itemprop="addressCountry">Austria</span>
</div>
Phone: <span itemprop="telephone">+43 123 45678-0</span>
<div itemprop="containsPlace" itemscope itemtype="http://schema.org/HotelRoom">
<span itemprop="name">Standard Double Room</span>
<span itemprop="description">Our standard double rooms include a double bed, a
full bathroom with tub, shower and toilet</span>
<img itemprop="photo" src="../media/single_room1.png" />
Available rates:
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<span itemprop="name">Flex-rate</span>
<span itemprop="description">Terms and conditions go here...</span>
<link itemprop="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut" />
<span itemprop="priceSpecification" itemscope itemtype="http://schema.org/UnitPriceSpecification">
<meta itemprop="priceCurrency" content="EUR"> €
<span itemprop="price">99</span>
<meta itemprop="unitCode" content="DAY"> per room per day
To save this rate, book by
<meta itemprop="validThrough" content="2016-08-31"> August 31, 2016
</span>
</div>
</div>
</div>
Alle Möglichkeiten finden Sie unter https://schema.org/HotelRoom
So sieht die Webseite aus
Die Seiten sehen aber doof aus!
Formatierung
In unseren Rich Cards für das Hotel und das Hotellzimmer sind nicht Formatiert, und können ohne Probleme an das jeweilige Seiten Layout und CI Coperate Idendity angepasst werden.
Sofern Sie Ihre Webseiten schon haben, können diese Informationen auch Versteckt untergebracht werden, so das die zusätzlichen Daten nicht angezeigt werden. Rufen Sie die Seite mal auf und mit der rechten Maustaste – Seiten Quellcode anzeigen oder durch drücken von <Strg>+<u>.