Advertisement
jmar

Untitled

Oct 31st, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "The Read House"
  5. ,"url": "https://www.thereadhousehotel.com"
  6. ,"logo": "https://www.thereadhousehotel.com/wp-content/uploads/2017/09/read-house-logo.png"
  7. ,"image": "https://www.thereadhousehotel.com/wp-content/uploads/2019/01/RH_1-960x682.jpg"
  8. ,"description": "Discover a unique historic getaway at The Read House hotel in the heart of downtown, where modern-day comfort meets timeless Chattanooga charm."
  9. ,"sameAs": ["https://www.facebook.com/readhousehotel", "https://www.instagram.com/readhousehotel/"]
  10. ,"telephone": "(423) 266-4121"
  11. ,"faxNumber": "(423) 643-1294"
  12. ,"email": "fdesk@thereadhousehotel.com"
  13. ,"checkinTime": "15:00"
  14. ,"checkoutTime": "11:00"
  15. ,"address" : {
  16. "@type" : "PostalAddress"
  17. ,"streetAddress": "107 W MLK Blvd"
  18. ,"addressLocality": "Chattanooga"
  19. ,"addressRegion": "TN"
  20. ,"postalCode": "37402"
  21. ,"addressCountry": "US"
  22. }
  23. ,"geo":{
  24. "@type":"GeoCoordinates"
  25. ,"latitude":"35.0459245"
  26. ,"longitude":"-85.3110477"
  27. }
  28. ,"hasMap":"https://www.google.com/maps/place/35.0459245,-85.3110477"
  29. ,"priceRange": "$"
  30. ,"starRating": {
  31. "@type" : "http://schema.org/Rating"
  32. , "ratingValue": "5"
  33. }
  34. ,"petsAllowed": "True"
  35. ,"smokingAllowed": "False"
  36. ,"makesOffer" : {
  37. "@type" : "Offer"
  38.  
  39.  
  40. ,"acceptedPaymentMethod": [
  41. {"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Cash"}
  42. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#AmericanExpress"}
  43. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Discover"}
  44. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#MasterCard"}
  45. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#VISA"}
  46. ]
  47. }
  48. ,"amenityFeature": [
  49. {"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  50. ,{"@type":"LocationFeatureSpecification","name":"Newly-renovated rooms & suites"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Complimentary Wi-Fi"}
  52. ,{"@type":"LocationFeatureSpecification","name":"Sun deck"}
  53. ,{"@type":"LocationFeatureSpecification","name":"Starbucks coffeehouse"}
  54. ,{"@type":"LocationFeatureSpecification","name":"24 hour valet parking"}
  55. ,{"@type":"LocationFeatureSpecification","name":"In-room dining services"}
  56. ,{"@type":"LocationFeatureSpecification","name":"Pool area"}
  57. ,{"@type":"LocationFeatureSpecification","name":"Fitness center"}
  58. ,{"@type":"LocationFeatureSpecification","name":"Downtown location"}
  59. ,{"@type":"LocationFeatureSpecification","name":"Bar & Billiards Room"}
  60. ,{"@type":"LocationFeatureSpecification","name":"Bridgeman's Chophouse"}
  61. ,{"@type":"LocationFeatureSpecification","name":"Meeting & event space"}
  62. ,{"@type":"LocationFeatureSpecification","name":"Wedding space"}
  63. ,{"@type":"LocationFeatureSpecification","name":"Wedding services"}
  64. ]
  65. }
  66. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement