Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "@context": "https://schema.org",
- "@graph": {
- "@type": "Hotel",
- "name": "Name of Hotel",
- "alternateName": "If Known by Another Shorter Name",
- "url": "https://example-site/chiang-mai/",
- "logo": "https://example-site/logo.png",
- "image": "https://example-site/chiang-mai.jpg",
- "description": "Bried description of hotel",
- "sameAs": [
- "https://www.facebook.com/example hotel/",
- "https://www.instagram.com/example hotel/"
- ],
- "telephone": "+66 (0) 0 000 0000",
- "email": "hm.akmc@example-site.com",
- "hasMap": "https://www.google.com/maps?cid=0000000000000000000",
- "checkinTime": "14:00",
- "checkoutTime": "12:00",
- "additionalType": "https://en.wikipedia.org/wiki/Boutique_hotel",
- "areaServed": "https://www.wikidata.org/wiki/Q52028",
- "address": {
- "@type": "PostalAddress",
- "streetAddress": "22/2 XXXXXX Road Soi 9",
- "addressLocality": "Muang Chiang Mai District",
- "addressRegion": "Chiang Mai",
- "postalCode": "50200",
- "addressCountry": "Thailand"
- },
- "priceRange": "Best Rate Guaranteed Direct",
- "starRating": {
- "@type": "http://schema.org/Rating",
- "ratingValue": "5"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement