Advertisement
jmar

7

May 30th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom", "Product"]
  4. ,"name": "Royal Suite"
  5. ,"url": "https://innofthemountaingods.com/hotel/royal-suite/"
  6. ,"image": "https://innofthemountaingods.com/wp-content/uploads/2018/05/grand-suite-rooms-img-1.jpg"
  7. ,"description": "The luxurious Royal suite comes with a private balcony, vaulted ceiling and skylight for extra sunshine in both of the spacious rooms."
  8. ,"petsAllowed": "False"
  9. ,"smokingAllowed": "http://schema.org/False"
  10. ,"brand": {
  11. "@type" : "http://schema.org/Brand"
  12. ,"name": "Inn of the Mountain Gods"
  13. }
  14. ,"bed": {
  15. "@type" : "BedDetails"
  16. ,"numberOfBeds" : 1
  17. }
  18. ,"occupancy": {
  19. "@type" : "QuantitativeValue"
  20. ,"maxValue" : "4"
  21. ,"unitCode" : "C62"
  22. }
  23. ,"amenityFeature": [
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 King Bed"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1.5 Baths"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Queen-Size Sleeper Sofa"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Multi-Room"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Balcony"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Whirlpool Tub"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Couch"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Dining Area"},
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "WiFi"},
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Office Desk"},
  34. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Living Room"},
  35. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Microwave"},
  36. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Robes"},
  37. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Pillow"},
  38. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Alarm Clock"},
  39. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Refrigerator"},
  40. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Ice Bucket"},
  41. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Blanket"},
  42. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "TV"},
  43. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron"},
  44. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Coffee Maker"},
  45. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  46. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hairdryer"},
  47. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Towels"}
  48. ]
  49. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement