Advertisement
jmar

Untitled

Nov 5th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Accessible Rooms"
  5. ,"url": "https://www.thereadhousehotel.com/manor-rooms/"
  6. ,"image": "https://www.thereadhousehotel.com/wp-content/uploads/2019/08/TraditionalDblQ3Manor-750x500.jpg"
  7. ,"description": "The Accessible Double Queen rooms include accessible features like a roll-in shower and/or bathtub with grab bars, and mobility-accessible doors with at least 32 inches of clear door width."
  8. ,"petsAllowed": "True"
  9. ,"smokingAllowed": "http://schema.org/False"
  10. ,"bed": {
  11. "@type" : "BedDetails"
  12. ,"numberOfBeds" : 2
  13. }
  14. ,"occupancy": {
  15. "@type" : "QuantitativeValue"
  16. ,"maxValue" : "4"
  17. ,"unitCode" : "C62"
  18. }
  19. ,"amenityFeature": [
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Newly renovated"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Complimentary WiFi"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron and ironing board"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hairdryer"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Smart TV with WiFi"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Two queen beds"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Roll-in shower and/or bathtub with grab bars"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Visual fire alarm"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Doorbell and telephone notification service"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Portable communication kit with visual notification"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Mobility accessible doors"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Portable tub seats"},
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Text telephone device"},
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "TV with closed captioning"},
  34. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Keurig coffee maker"}
  35. ]
  36. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement