Advertisement
rafi1991

Untitled

Jul 20th, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Ocean View Studio"
  5. ,"url": "https://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": "Our Ocean View Studios consist of two queen beds, one bath, a kitchenette with a small refrigerator, microwave and sink, a television with DVD player, free in-room coffee, free voicemail, complimentary wireless Internet access, a hair dryer, safe and iron/ironing board. Linens and towels are included in rates."
  8. ,"petsAllowed": "False"
  9. ,"smokingAllowed": "http://schema.org/False"
  10. ,"bed": {
  11. "@type" : "BedDetails"
  12. ,"numberOfBeds" : 2
  13. }
  14. ,"occupancy": {
  15. "@type" : "QuantitativeValue"
  16. ,"maxValue" : "4"
  17. ,"unitCode" : "C62"
  18. }
  19. ,"amenityFeature": [
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "2 Queen beds"},
  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 and sink"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Television"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "DVD player"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free in-room coffee"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free voicemail"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Complimentary wireless internet access"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hair dryer"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron/ironing board"}
  33. ]
  34. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement