Advertisement
jmar

Untitled

Jun 25th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Executive Suite"
  5. ,"url": "https://innofthemountaingods.com/hotel/executive-suite/"
  6. ,"image": "https://innofthemountaingods.com/wp-content/uploads/2018/05/executive-suite-img.jpg"
  7. ,"description": "Inn of the Mountain Gods' beautiful executive suite includes 2 private balconies, vaulted ceiling and a King bed, desk and flat screen in a separate room."
  8. ,"petsAllowed": "False"
  9. ,"smokingAllowed": "http://schema.org/False"
  10. ,"bed": {
  11. "@type" : "BedDetails"
  12. ,"numberOfBeds" : 1
  13. }
  14. ,"occupancy": {
  15. "@type" : "QuantitativeValue"
  16. ,"maxValue" : "4"
  17. ,"unitCode" : "C62"
  18. }
  19. ,"amenityFeature": [
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Two Balconies"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Queen-Size Sleeper Sofa"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "WiFi"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Microwave"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Robes"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Pillow"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Alarm Clock"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Refrigerator"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Ice Bucket"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Blanket"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "TV"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron"},
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Coffee Maker"},
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  34. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Vaulted Ceiling with Skylight"},
  35. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Office Desk"},
  36. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Living Room"},
  37. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hair Dryer"},
  38. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Towels"},
  39. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 King Bed"},
  40. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 Bath"},
  41. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Whirlpool Tub"},
  42. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Shower"}
  43. ]
  44. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement