Advertisement
jmar

Untitled

Nov 5th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Executive King Suite"
  5. ,"url": "https://www.thereadhousehotel.com/historic-tower-rooms/"
  6. ,"image": "https://www.thereadhousehotel.com/wp-content/uploads/2019/01/SuiteSittingRoom.jpg"
  7. ,"description": "Enjoy ample space in the Historic Tower Building Premiere Executive Suite, featuring a bedroom with a king bed, a separate living space, and a custom bathroom with a large walk-in shower."
  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" : "3"
  17. ,"unitCode" : "C62"
  18. }
  19. ,"amenityFeature": [
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Newly renovated"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Keurig coffee maker"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hairdryer"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Smart TV with WiFi"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Turndown service"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Mini-fridge"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Premiere bath amenities"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Blackout blinds"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Custom bathrooms"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Radio alarm clocks"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Branded robes and slippers"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "King bed"},
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Dual line phones with voicemail"},
  34. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron and ironing board"}
  35. ]
  36. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement