jmar

ch oo

Nov 16th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom", "Product"]
  4. ,"name": "Pullman Train Cars"
  5. ,"url": "https://www.choochoo.com/pullman-train-cars/"
  6. ,"image": "https://static1.squarespace.com/static/59b34746e5dd5b52642ef7b3/5a30923b24a694311d3c7d91/5b071e3c8a922d8bc0cdfff6/1527193154908/GreenScheme.jpg?format=1500w"
  7. ,"description": "Enjoy modern comforts in a vintage setting when you stay in a Pullman Train Car at the Chattanooga Choo Choo Hotel. These unique accommodations include high-speed wireless internet, refrigerators, and coffee makers."
  8. ,"petsAllowed": "False"
  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
  17. }
  18.  
  19. ,"amenityFeature": [
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "One Queen Bed"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Daybed"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "High-Speed Wireless Internet"}
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Refrigerator"}
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Microwave"}
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Desk with Chair"}
  26. ]
  27. }</script>
Add Comment
Please, Sign In to add comment