rafi1991

Untitled

Jul 23rd, 2020
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Ocean View Room"
  5. ,"url": "https://www.hotelbluemb.com/rooms/ocean-view-room"
  6. ,"image": "https://www.hotelbluemb.com/images/made/uploads/Ocean-View-Room-web_1150_650_90_s_c1.jpg"
  7. ,"description": "Our Ocean View Rooms in Myrtle Beach consist of two double beds, one bath, a small refrigerator, microwave, television, free in-room coffee, free voicemail, complimentary wireless Internet access, a hair dryer, safe, and 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": "2 Double beds"},
  19. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Small refrigerator"},
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Microwave"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Television"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free in-room coffee"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free voicemail"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Complimentary wireless internet access"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hair dryer"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron/ironing board"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Private balcony"}
  29. ]
  30. }</script>
Add Comment
Please, Sign In to add comment