Advertisement
jmar

Untitled

Nov 5th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Deluxe Double Queen"
  5. ,"url": "https://www.thereadhousehotel.com/manor-rooms/"
  6. ,"image": "https://www.thereadhousehotel.com/wp-content/uploads/2019/09/Manor_Rooms_SM1_-414x276.jpg"
  7. ,"description": "The spacious Deluxe Double Queen offers two queen beds and standarde in-room amenities like a 50 inch flat-screen TV."
  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": "Keurig coffee maker"}
  27. ]
  28. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement