Advertisement
rafi1991

Untitled

Jul 23rd, 2020
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Lodge Villa Studio"
  5. ,"url": "https://www.oceancreek.com/rooms/672/lodge-villa-studio"
  6. ,"image": "https://media.guestdesk.com/Sites/oceancreek_com/images/ResvSystemimages/LodgeVillaStudioweb.jpg"
  7. ,"description": "The Lodge Villa Studio features one queen bed and a sleeper sofa. This unit has a maximum occupancy of 2 adults and 2 children and is approximately 400 square feet."
  8. ,"bed": {
  9. "@type" : "BedDetails"
  10. ,"numberOfBeds" : 2
  11. }
  12. ,"occupancy": {
  13. "@type" : "QuantitativeValue"
  14. ,"maxValue" : "4"
  15. ,"unitCode" : "C62"
  16. }
  17. ,"amenityFeature": [
  18. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 Queen bed"},
  19. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Sleeper sofa"},
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 TV"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Screened-in porch"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Electronic safe"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron & ironing board"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hairdryer"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Efficiency kitchen"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Dishwasher"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Stove"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Refrigerator"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Microwave"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Coffee maker"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "WiFi"}
  32. ]
  33. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement