Advertisement
jmar

Untitled

Oct 23rd, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "The Vendue Hotel"
  5. ,"url": "https://www.thevendue.com"
  6. ,"logo": "https://www.thevendue.com/wp-content/uploads/2016/06/logo-the-vendue-sm.png"
  7. ,"image": "https://www.thevendue.com/wp-content/uploads/2016/08/the-vendue-charleston-art-hotel-exterior.jpg"
  8. ,"description": "The first art hotel in historic downtown Charleston. Enjoy our unique guest rooms, innovative dining, and curated art. Explore The Vendue today."
  9. ,"sameAs": ["https://www.facebook.com/thevendue/", "https://www.instagram.com/thevendue/"]
  10. ,"telephone": "(843) 577-7970"
  11. ,"faxNumber": "843-577-7346"
  12. ,"email": "info@thevendue.com"
  13. ,"checkinTime": "15:00"
  14. ,"checkoutTime": "11:00"
  15. ,"address" : {
  16. "@type" : "PostalAddress"
  17. ,"streetAddress": "19 Vendue Range"
  18. ,"addressLocality": "Charleston"
  19. ,"addressRegion": "SC"
  20. ,"postalCode": "29401"
  21. ,"addressCountry": "US"
  22. }
  23. ,"geo":{
  24. "@type":"GeoCoordinates"
  25. ,"latitude":"32.7786149"
  26. ,"longitude":"-79.926475"
  27. }
  28. ,"hasMap":"https://www.google.com/maps/place/32.7786149,-79.926475"
  29. ,"priceRange": "$$$"
  30. ,"starRating": {
  31. "@type" : "http://schema.org/Rating"
  32. , "ratingValue": "5"
  33. }
  34. ,"petsAllowed": "False"
  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":"Complimentary bicycles for exploring the city"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Rotating art exhibition"}
  52. ,{"@type":"LocationFeatureSpecification","name":"Daily art tours with the hotel’s designated Art Docent"}
  53. ,{"@type":"LocationFeatureSpecification","name":"Complimentary coffee and Artisanal Continental Breakfast offered daily"}
  54. ,{"@type":"LocationFeatureSpecification","name":"Drawing Room, lobby lounge serving cocktails and wine"}
  55. ,{"@type":"LocationFeatureSpecification","name":"Panoramic views of the city’s skyline"}
  56. ,{"@type":"LocationFeatureSpecification","name":"Indoor and outdoor event space"}
  57. ,{"@type":"LocationFeatureSpecification","name":"Concierge services"}
  58. ,{"@type":"LocationFeatureSpecification","name":"Revival restaurant"}
  59. ,{"@type":"LocationFeatureSpecification","name":"Art Reception with wine and canapés each afternoon"}
  60. ,{"@type":"LocationFeatureSpecification","name":"Milk and cookies each evening"}
  61. ,{"@type":"LocationFeatureSpecification","name":"Casual dining and bar, The Rooftop"}
  62. ]
  63. }
  64. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement