jmar

c hoo

Nov 16th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom", "Product"]
  4. ,"name": "The MacArthur Building"
  5. ,"url": "https://www.choochoo.com/hotel/macarthur/"
  6. ,"image": "https://static1.squarespace.com/static/59b34746e5dd5b52642ef7b3/5a30916b085229b367b9116c/5a31db0ef9619aebe04d9656/1513216783556/_MG_6510.jpg?format=1500w"
  7. ,"description": "Newly renovated and always accommodating, The MacArthur Building at the Chattanooga Choo Choo boasts spacious Chattanooga hotel rooms. Enjoy added amenities like high-speed wireless internet, a refrigerator, and coffee maker."
  8. ,"petsAllowed": "True"
  9. ,"smokingAllowed": "http://schema.org/False"
  10. ,"brand": {
  11. "@type" : "http://schema.org/Brand"
  12. ,"name": "Chattanooga Choo Choo"
  13. }
  14. ,"bed": {
  15. "@type" : "BedDetails"
  16. ,"numberOfBeds" : 1 or 2
  17. }
  18.  
  19. ,"amenityFeature": [
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "One King Bed or Two Queen Beds"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Refrigerator"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "High-Speed Wireless Internet"}
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Coffe Maker"}
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "USB Charging Ports"}
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Desk with Chair"}
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Patio or Juliet Balcony"}
  27. ]
  28. }</script>
Add Comment
Please, Sign In to add comment