rafi1991

Untitled

Jul 20th, 2020
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Oceanfront Three Bedroom Condo"
  5. ,"url": "https://www.beachcolony.com/accommodations/ocean-front-3-bedroom-condo/"
  6. ,"image": "https://www.beachcolony.com/images/made/uploads/three-bedroom-oceanfront-main_600_400_90_medialayout_copyr.png_0_0_100_r_b_-7_-7_s_c1.jpg"
  7. ,"description": "Our Oceanfront Three Bedroom Condo has a king bed in the master bedroom, a queen bed in the second bedroom, two twin beds in the third bedroom, a separate living room with a sleeper sofa, a kitchen fully equipped with a dishwasher, basic cookware and dinnerware, two bathrooms, in-room washer and dryer, television with DVD player, free in-room coffee, free voicemail, complimentary wireless Internet access, hair dryer, safe and iron/ironing board."
  8. ,"bed": {
  9. "@type" : "BedDetails"
  10. ,"numberOfBeds" : 5
  11. }
  12. ,"occupancy": {
  13. "@type" : "QuantitativeValue"
  14. ,"maxValue" : "8"
  15. ,"unitCode" : "C62"
  16. }
  17. ,"amenityFeature": [
  18. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 King bed"},
  19. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 Queen bed"},
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "2 Twin beds"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Living room"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Sleeper sofa"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Full kitchen"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Dishwasher"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Basic cookware and dinnerware"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "2 Bathrooms"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "In-room washer and dryer"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Television"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "DVD player"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free in-room coffee"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free voicemail"},
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Complimentary wireless internet access"},
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hair dryer"},
  34. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  35. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron/ironing board"}
  36. ]
  37. }</script>
Add Comment
Please, Sign In to add comment