Advertisement
jmar

Untitled

Nov 5th, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Penthouse Suite"
  5. ,"url": "https://www.thereadhousehotel.com/penthouse/"
  6. ,"image": "https://www.thereadhousehotel.com/wp-content/uploads/2019/09/The-Read-House-Penthouse-Suite-01-1280x680.jpg"
  7. ,"description": "The Penthouse Suite offers the ultimate luxury retreat in downtown Chattanooga. The Penthouse Suite includes a separate bedroom with a king bed, a full wet bar, a separate sitting area, and much more."
  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" : "2"
  17. ,"unitCode" : "C62"
  18. }
  19. ,"amenityFeature": [
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Newly renovated"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Spacious sitting room"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Six-person dining table"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Gaming table"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Wet bar"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Glassware"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Keurig Coffee/Tea maker"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Nespresso machine"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Mini-refrigerator"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "50 inch flat-screen TV"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Walk-in shower"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "King bed"}
  32. ]
  33. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement