Advertisement
jmar

Untitled

Oct 31st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 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. ,"faxNumber": "(843) 588-2525"
  12. ,"email": "stay@tidesfollybeach.com"
  13. ,"checkinTime": "16:00"
  14. ,"checkoutTime": "11:00"
  15. ,"address" : {
  16. "@type" : "PostalAddress"
  17. ,"streetAddress": "1 Center Street"
  18. ,"addressLocality": "Folly Beach"
  19. ,"addressRegion": "SC"
  20. ,"postalCode": "29439"
  21. ,"addressCountry": "US"
  22. }
  23. ,"geo":{
  24. "@type":"GeoCoordinates"
  25. ,"latitude":"32.6544137"
  26. ,"longitude":"-79.9406932"
  27. }
  28. ,"hasMap":"https://www.google.com/maps/place/32.6544137,-79.9406932"
  29. ,"priceRange": "$"
  30. ,"starRating": {
  31. "@type" : "http://schema.org/Rating"
  32. , "ratingValue": "1"
  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":"Heated oceanfront swimming pool"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Outdoor bar & lounge"}
  52. ,{"@type":"LocationFeatureSpecification","name":"Roasted coffeehouse serving Starbucks® Coffee"}
  53. ,{"@type":"LocationFeatureSpecification","name":"24-hour fitness room"}
  54. ,{"@type":"LocationFeatureSpecification","name":"BLU Beach Bar & Grill"}
  55. ,{"@type":"LocationFeatureSpecification","name":"All-day room service"}
  56. ,{"@type":"LocationFeatureSpecification","name":"Kid-friendly"}
  57. ,{"@type":"LocationFeatureSpecification","name":"Complimentary Wi-Fi"}
  58. ,{"@type":"LocationFeatureSpecification","name":"Meeting & banquet facilities"}
  59. ,{"@type":"LocationFeatureSpecification","name":"Available business services"}
  60. ,{"@type":"LocationFeatureSpecification","name":"One complimentary parking pass per room"}
  61. ,{"@type":"LocationFeatureSpecification","name":"Beach chair rentals"}
  62. ,{"@type":"LocationFeatureSpecification","name":"Pet friendly rooms"}
  63. ]
  64. }
  65. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement