Advertisement
jmar

img8

May 8th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom", "Product"]
  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. ,"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" : "4"
  21. ,"unitCode" : "C62"
  22. }
  23. ,"amenityFeature": [
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "King Bed"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Two Queen Beds"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "WiFi"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Coffee Maker"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Alarm Clock"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hairdryer"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Towels"},
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "TV"},
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Robes"},
  34. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Pillow"},
  35. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  36. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Ice Bucket"},
  37. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Blanket"}
  38. ]
  39. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement