Advertisement
jmar

Untitled

Jun 25th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Standard Room"
  5. ,"url": "https://innofthemountaingods.com/hotel/standard-room/"
  6. ,"image": "https://innofthemountaingods.com/wp-content/uploads/2018/05/standard-room.jpg"
  7. ,"description": "Our beautiful standard rooms come with a pillow top king bed, or two pillow top queen beds, and include high-speed internet, flat screen TV, and mini-bar."
  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": "1 King Bed or 2 Queen Beds"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 Bath"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "WiFi"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Coffee Maker"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Alarm Clock"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hairdryer"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Towels"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "TV"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Robes"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Pillow"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Ice Bucket"},
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Blanket"}
  34. ]
  35. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement