Advertisement
jaideep06

Hote Schema

Apr 2nd, 2022
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. {
  2. "@context": "https://schema.org",
  3. "@graph": {
  4. "@type": "Hotel",
  5. "name": "Name of Hotel",
  6. "alternateName": "If Known by Another Shorter Name",
  7. "url": "https://example-site/chiang-mai/",
  8. "logo": "https://example-site/logo.png",
  9. "image": "https://example-site/chiang-mai.jpg",
  10. "description": "Bried description of hotel",
  11. "sameAs": [
  12. "https://www.facebook.com/example hotel/",
  13. "https://www.instagram.com/example hotel/"
  14. ],
  15. "telephone": "+66 (0) 0 000 0000",
  16. "email": "hm.akmc@example-site.com",
  17. "hasMap": "https://www.google.com/maps?cid=0000000000000000000",
  18. "checkinTime": "14:00",
  19. "checkoutTime": "12:00",
  20. "additionalType": "https://en.wikipedia.org/wiki/Boutique_hotel",
  21. "areaServed": "https://www.wikidata.org/wiki/Q52028",
  22. "address": {
  23. "@type": "PostalAddress",
  24. "streetAddress": "22/2 XXXXXX Road Soi 9",
  25. "addressLocality": "Muang Chiang Mai District",
  26. "addressRegion": "Chiang Mai",
  27. "postalCode": "50200",
  28. "addressCountry": "Thailand"
  29. },
  30. "priceRange": "Best Rate Guaranteed Direct",
  31. "starRating": {
  32. "@type": "http://schema.org/Rating",
  33. "ratingValue": "5"
  34. }
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement