rafi1991

Untitled

Jul 21st, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "St. John's Non-Oceanfront Room - King"
  5. ,"url": "https://www.thecaravelle.com/rooms/st-johns-non-oceanfront-room---king1/"
  6. ,"image": "https://www.thecaravelle.com/media/images/15683/st-johns-inn-pool---night__large.jpg"
  7. ,"description": "These comfortable rooms in Myrtle Beach are located on floors 1 through 3 and include 1 King Bed, a Microwave and a Refrigerator. A Hair Dryer, Iron, Ironing Board and In-Room Safe are also provided. These units are just across the street from the ocean and have a Balcony or Porch."
  8. ,"bed": {
  9. "@type" : "BedDetails"
  10. ,"numberOfBeds" : 1
  11. }
  12. ,"occupancy": {
  13. "@type" : "QuantitativeValue"
  14. ,"maxValue" : "2"
  15. ,"unitCode" : "C62"
  16. }
  17. ,"amenityFeature": [
  18. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 King bed"},
  19. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Microwave"},
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Refrigerator"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hair dryer"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron/ironing board"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Balcony or porch"}
  25. ]
  26. }</script>
Add Comment
Please, Sign In to add comment