Advertisement
jmar

img1

May 3rd, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom", "Product"]
  4. ,"name": "Executive Suite"
  5. ,"url": "https://innofthemountaingods.com/hotel/executive-suite/"
  6. ,"image": "https://innofthemountaingods.com/wp-content/uploads/2018/05/executive-suite-img.jpg"
  7. ,"description": "Inn of the Mountain Gods' beautiful executive suite includes 2 private balconies, vaulted ceiling and a King bed, desk and flat screen in a separate room."
  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" : 1
  17. }
  18. ,"occupancy": {
  19. "@type" : "QuantitativeValue"
  20. ,"maxValue" : "4"
  21. ,"unitCode" : "C62"
  22. }
  23. ,"amenityFeature": [
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Two Balconies"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Queen-Size Sleeper Sofa"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Wifi"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Microwave"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Robes"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Pillow"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Alarm Clock"},
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Refrigerator"},
  32. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Ice Bucket"},
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Extra Blanket"},
  34. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "TV"},
  35. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron"},
  36. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Coffee Maker"},
  37. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Safe"},
  38. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hair Dryer"},
  39. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Towels"},
  40. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 King Bed"},
  41. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "1 Bath"},
  42. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Whirlpool Tub"},
  43. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Shower"},
  44. ]
  45. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement