Advertisement
jmar

Untitled

Oct 23rd, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "Tides Folly Beach"
  5. ,"url": "https://www.tidesfollybeach.com/"
  6. ,"logo": "https://www.tidesfollybeach.com/wp-content/uploads/2016/04/Tides-Logo.png"
  7. ,"image": "https://www.tidesfollybeach.com/wp-content/uploads/2016/03/Avocet-Tides-Folley-Beach-exterior-750x500.jpg"
  8. ,"description": "Situated near historic Charleston on Folly beach, the Tides Folly Beach Hotel is Charleston's exclusive full service oceanfront hotel."
  9. ,"sameAs": ["https://www.youtube.com/user/tidesfollybeach", "https://www.facebook.com/tidesfollybeachoceanfront", "https://twitter.com/tidesfollybeach"]
  10. ,"telephone": "(843) 588-6464"
  11. ,"email": "stay@tidesfollybeach.com"
  12. ,"checkinTime": "16:00"
  13. ,"checkoutTime": "11:00"
  14. ,"address" : {
  15. "@type" : "PostalAddress"
  16. ,"streetAddress": "1 Center Street"
  17. ,"addressLocality": "Folly Beach"
  18. ,"addressRegion": "SC"
  19. ,"postalCode": "29439"
  20. ,"addressCountry": "US"
  21. }
  22. ,"geo":{
  23. "@type":"GeoCoordinates"
  24. ,"latitude":"32.6544137"
  25. ,"longitude":"-79.9406932"
  26. }
  27. ,"hasMap":"https://www.google.com/maps/place/32.6544137,-79.9406932"
  28. ,"priceRange": "$$$"
  29. ,"starRating": {
  30. "@type" : "http://schema.org/Rating"
  31. , "ratingValue": "1"
  32. }
  33. ,"petsAllowed": "True"
  34. ,"smokingAllowed": "False"
  35. ,"makesOffer" : {
  36. "@type" : "Offer"
  37.  
  38.  
  39. ,"acceptedPaymentMethod": [
  40. {"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Cash"}
  41. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#AmericanExpress"}
  42. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Discover"}
  43. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#MasterCard"}
  44. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#VISA"}
  45. ]
  46. }
  47. ,"amenityFeature": [
  48. {"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  49. ,{"@type":"LocationFeatureSpecification","name":"Heated oceanfront swimming pool"}
  50. ,{"@type":"LocationFeatureSpecification","name":"Outdoor bar & lounge"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Roasted coffeehouse serving Starbucks® Coffee"}
  52. ,{"@type":"LocationFeatureSpecification","name":"24-hour fitness room"}
  53. ,{"@type":"LocationFeatureSpecification","name":"BLU Beach Bar & Grill"}
  54. ,{"@type":"LocationFeatureSpecification","name":"All-day room service"}
  55. ,{"@type":"LocationFeatureSpecification","name":"Kid-friendly"}
  56. ,{"@type":"LocationFeatureSpecification","name":"Complimentary Wi-Fi"}
  57. ,{"@type":"LocationFeatureSpecification","name":"Meeting & banquet facilities"}
  58. ,{"@type":"LocationFeatureSpecification","name":"Available business services"}
  59. ,{"@type":"LocationFeatureSpecification","name":"One complimentary parking pass per room"}
  60. ,{"@type":"LocationFeatureSpecification","name":"Beach chair rentals"}
  61. ,{"@type":"LocationFeatureSpecification","name":"Pet friendly rooms"}
  62. ]
  63. }
  64. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement