Advertisement
rafi1991

Untitled

Jul 20th, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Oceanfront King Suite"
  5. ,"url": "https://www.beachcolony.com/accommodations/oceanfront-king-suite/"
  6. ,"image": "https://www.beachcolony.com/images/made/uploads/oceanfront-king-main_600_400_90_medialayout_copyr.png_0_0_100_r_b_-7_-7_s_c1.jpg"
  7. ,"description": "Our Oceanfront King Suite consists of one king bed in the bedroom, a separate living room with a sleeper sofa, one bath, a kitchenette with a small refrigerator, microwave, sink, two-burner stovetop, a television with DVD player, free in-room coffee, free voicemail, complimentary wireless Internet access, a hair dryer, a safe and an iron/ironing board."
  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 King bed"},
  19. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Living room"},
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Sleeper sofa"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 Bath"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Kitchenette"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Small refrigerator"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Microwave"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Sink"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Two-burner stove"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Television"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "DVD player"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free in-room coffee"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free voicemail"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Complimentary wireless internet access"},
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hair dryer"},
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  34. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron/ironing board"}
  35. ]
  36. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement