Advertisement
rafi1991

Untitled

Jul 20th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Oceanfront Four Bedroom Condo"
  5. ,"url": "https://www.beachcolony.com/accommodations/ocean-front-4-bedroom-condo/"
  6. ,"image": "https://www.beachcolony.com/images/made/uploads/four-bedroom-main_600_400_90_medialayout_copyr.png_0_0_100_r_b_-7_-7_s_c1.jpg"
  7. ,"description": "Our Oceanfront Four Bedroom Condo has a king bed in the master bedroom, a queen bed in the second bedroom, two twin beds in the third bedroom, and two twin beds in the fourth bedroom."
  8. ,"bed": {
  9. "@type" : "BedDetails"
  10. ,"numberOfBeds" : 7
  11. }
  12. ,"occupancy": {
  13. "@type" : "QuantitativeValue"
  14. ,"maxValue" : "10"
  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": "4 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": "3 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. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Private balcony"}
  37. ]
  38. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement