Advertisement
jmar

hotel

Jan 29th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "Chattanooga Choo Choo"
  5. ,"url": "https://www.choochoo.com/"
  6. ,"logo": "https://static1.squarespace.com/static/59b34746e5dd5b52642ef7b3/t/59b35129ccc5c5736a26a510/1542161266855/?format=1500w"
  7. ,"image": "https://static1.squarespace.com/static/59b34746e5dd5b52642ef7b3/t/5b0769400e2e72f896ce1721/1527212355550/HomeHero-Exterior.jpg"
  8. ,"description": "The historic Chattanooga Choo Choo Hotel is one of the top downtown Chattanooga hotels. Explore our unique rooms, amenities, & experiences here."
  9. ,"telephone": "(423) 266-5000"
  10. ,"email": "frontdesk@choochoo.com"
  11. ,"checkinTime": "1970-01-01T15:00-0500"
  12. ,"checkoutTime": "1970-01-01T11:00-0500"
  13. ,"address" : {
  14. "@type" : "PostalAddress"
  15. ,"streetAddress": "1400 Market Street"
  16. ,"addressLocality": "Chattanooga"
  17. ,"addressRegion": "Tennessee"
  18. ,"postalCode": "37408"
  19. ,"addressCountry": "United States"
  20. }
  21. ,"geo":{
  22. "@type":"GeoCoordinates"
  23. ,"latitude":"35.037300"
  24. ,"longitude":"-85.306834"
  25. }
  26. ,"hasMap":"https://www.google.com/maps/place/35.037300,-85.306834"
  27. ,"petsAllowed": "True"
  28. ,"smokingAllowed": "False"
  29. ,"makesOffer" : {
  30. "@type" : "Offer"
  31. ,"acceptedPaymentMethod": [
  32. {"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Cash"}
  33. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#AmericanExpress"}
  34. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#DinersClub"}
  35. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Discover"}
  36. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#JCB"}
  37. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#MasterCard"}
  38. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#VISA"}
  39. ]
  40. }
  41. ,"amenityFeature": [
  42. {"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  43. ,{"@type":"LocationFeatureSpecification","name":"Air-conditioned"}
  44. ,{"@type":"LocationFeatureSpecification","name":"Laundry service"}
  45. ,{"@type":"LocationFeatureSpecification","name":"Pool"}
  46. ,{"@type":"LocationFeatureSpecification","name":"Pet-friendly"}
  47. ,{"@type":"LocationFeatureSpecification","name":"Kid-friendly"}
  48. ,{"@type":"LocationFeatureSpecification","name":"On-site Dining"}
  49. ,{"@type":"LocationFeatureSpecification","name":"Bar"}
  50. ,{"@type":"LocationFeatureSpecification","name":"Smoke-free"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Dog Park"}
  52. ,{"@type":"LocationFeatureSpecification","name":"Near University of Tennessee at Chattanooga"}
  53. ,{"@type":"LocationFeatureSpecification","name":"On-site Shopping"}
  54. ,{"@type":"LocationFeatureSpecification","name":"Central Location"}
  55. ]
  56. }
  57. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement