Advertisement
jmar

Untitled

Oct 23rd, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 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. ,"checkinTime": "15:00"
  12. ,"checkoutTime": "11:00"
  13. ,"address" : {
  14. "@type" : "PostalAddress"
  15. ,"streetAddress": "107 W MLK Blvd"
  16. ,"addressLocality": "Chattanooga"
  17. ,"addressRegion": "TN"
  18. ,"postalCode": "37402"
  19. ,"addressCountry": "US"
  20. }
  21. ,"geo":{
  22. "@type":"GeoCoordinates"
  23. ,"latitude":"35.0459245"
  24. ,"longitude":"-85.3110477"
  25. }
  26. ,"hasMap":"https://www.google.com/maps/place/35.0459245,-85.3110477"
  27. ,"priceRange": "$$$"
  28. ,"starRating": {
  29. "@type" : "http://schema.org/Rating"
  30. , "ratingValue": "5"
  31. }
  32. ,"petsAllowed": "False"
  33. ,"smokingAllowed": "False"
  34. ,"makesOffer" : {
  35. "@type" : "Offer"
  36.  
  37.  
  38. ,"acceptedPaymentMethod": [
  39. {"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Cash"}
  40. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#AmericanExpress"}
  41. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Discover"}
  42. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#MasterCard"}
  43. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#VISA"}
  44. ]
  45. }
  46. ,"amenityFeature": [
  47. {"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  48. ,{"@type":"LocationFeatureSpecification","name":"Newly-renovated rooms & suites"}
  49. ,{"@type":"LocationFeatureSpecification","name":"Complimentary Wi-Fi"}
  50. ,{"@type":"LocationFeatureSpecification","name":"Sun deck"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Starbucks coffeehouse"}
  52. ,{"@type":"LocationFeatureSpecification","name":"24 hour valet parking"}
  53. ,{"@type":"LocationFeatureSpecification","name":"In-room dining services"}
  54. ,{"@type":"LocationFeatureSpecification","name":"Pool area"}
  55. ,{"@type":"LocationFeatureSpecification","name":"Fitness center"}
  56. ,{"@type":"LocationFeatureSpecification","name":"Downtown location"}
  57. ,{"@type":"LocationFeatureSpecification","name":"Bar & Billiards Room"}
  58. ,{"@type":"LocationFeatureSpecification","name":"Bridgeman's Chophouse"}
  59. ,{"@type":"LocationFeatureSpecification","name":"Meeting & event space"}
  60. ,{"@type":"LocationFeatureSpecification","name":"Wedding space"}
  61. ,{"@type":"LocationFeatureSpecification","name":"Wedding services"}
  62. ]
  63. }
  64. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement