Advertisement
jmar

bc room

Dec 20th, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom", "Product"]
  4. ,"name": "Ocean View Studio"
  5. ,"url": "https://www.beachcolony.com/accommodations/oceanview-studio/"
  6. ,"image": "https://www.beachcolony.com/images/made/uploads/studio-main_600_400_90_medialayout_copyr.png_0_0_100_r_b_-7_-7_s_c1.jpg"
  7. ,"description": "The Ocean View Studio includes two queen beds, one bath, a kitchenette, wireless internet access, a television with DVD player, and more."
  8. ,"petsAllowed": "False"
  9. ,"bed": {
  10. "@type" : "BedDetails"
  11. ,"numberOfBeds" : 2
  12. }
  13. ,"occupancy": {
  14. "@type" : "QuantitativeValue"
  15. ,"maxValue" : "4"
  16. ,"unitCode" : "C62"
  17. }
  18. ,"amenityFeature": [
  19. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "2 Queen Beds"},
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 Bath"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Kitchenette"}
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Small Refrigerator"}
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Microwave"}
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Television"}
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "DVD Player"}
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free In-room Coffee"}
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free voicemail"}
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Complimentary Wireless Internet Access"}
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hair Dryer"}
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"}
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron and Ironing Board"}
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Daily Housekeeping"}
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Access to Free DVD Rentals"}
  34. ]
  35. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement