jmar

8

May 30th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom", "Product"]
  4. ,"name": "Superior Room"
  5. ,"url": "https://innofthemountaingods.com/hotel/superior-room/"
  6. ,"image": "https://innofthemountaingods.com/wp-content/uploads/2018/06/superior-room-interior.jpg"
  7. ,"description": "Our beautiful Superior rooms come with a King pillow top bed, or two Queen pillow-top beds, high-speed internet, TV, safe, and mini-bar. The Superior Room sleeps 2 with King bed configuration and sleeps 4 with double Queen bed configuration."
  8. ,"petsAllowed": "False"
  9. ,"smokingAllowed": "http://schema.org/False"
  10. ,"brand": {
  11. "@type" : "http://schema.org/Brand"
  12. ,"name": "Inn of the Mountain Gods"
  13. }
  14. ,"bed": {
  15. "@type" : "BedDetails"
  16. ,"numberOfBeds" : 2
  17. }
  18. ,"occupancy": {
  19. "@type" : "QuantitativeValue"
  20. ,"maxValue" : "2 to 4"
  21. ,"unitCode" : "C62"
  22. }
  23. ,"amenityFeature": [
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 King Bed or 2 Queen Beds"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 Bath"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Balcony"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "WiFi"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Coffee Maker"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Alarm Clock"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hairdryer"},
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Towels"},
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "TV"},
  34. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Robes"},
  35. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Pillow"},
  36. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  37. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Ice Bucket"},
  38. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Blanket"}
  39. ]
  40. }</script>
Add Comment
Please, Sign In to add comment