Advertisement
jmar

oc 1

Jan 25th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1.  
  2. <script type="application/ld+json">{
  3. "@context": "http://schema.org"
  4. ,"@type": "Hotel"
  5. ,"name": "Ocean Creek Resort"
  6. ,"url": "https://www.oceancreek.com/"
  7. ,"logo": "https://www.oceancreek.com/media/layout/logo.png"
  8. ,"image": "https://www.oceancreek.com/uploads/BeachClubPool-web.jpg"
  9. ,"description": "Ocean Creek Resort is ideally situated oceanfront, right across from the popular Barefoot Landing district. Visit our official website for the best rates and resort accommodations."
  10. ,"sameAs": ["https://www.facebook.com/OceanCreek/", "https://www.youtube.com/user/OceanCreekResort"]
  11. ,"parentOrganization": "Vacation Myrtle Beach Resorts"
  12. ,"openingHours": "Mo-Su 24 hours"
  13. ,"telephone": "877-784-9885"
  14. ,"faxNumber": "843-272-9627"
  15. ,"checkinTime": "16:00:00"
  16. ,"checkoutTime": "11:00:00"
  17. ,"address" : {
  18. "@type" : "PostalAddress"
  19. ,"streetAddress": "10600 N Kings Hwy"
  20. ,"addressLocality": "Myrtle Beach"
  21. ,"addressRegion": "SC"
  22. ,"postalCode": "29572"
  23. ,"addressCountry": "USA"
  24. }
  25. ,"geo":{
  26. "@type":"GeoCoordinates"
  27. ,"latitude":"33.7961021"
  28. ,"longitude":"-78.74518"
  29. }
  30. ,"hasMap":"https://www.google.com/maps/place/Ocean+Creek+Resort/@33.7961021,-78.74518,15z/data=!4m2!3m1!1s0x0:0xa3dbbbf049990f1e?ved=2ahUKEwjrp7WI5anfAhXDhOAKHfG1BKcQ_BIwDXoECAUQCA"
  31. ,"availableLanguage": "English"
  32. ,"priceRange": "Prices starting at $45 per night (Lowest Rate Guaranteed)"
  33. ,"starRating": {
  34. "@type" : "http://schema.org/Rating"
  35. , "ratingValue": "3"
  36. }
  37. ,"petsAllowed": "False"
  38. ,"smokingAllowed": "False"
  39. ,"makesOffer" : {
  40. "@type" : "Offer"
  41.  
  42.  
  43. ,"acceptedPaymentMethod": [
  44. {"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Cash"}
  45. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#AmericanExpress"}
  46. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Discover"}
  47. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#MasterCard"}
  48. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#VISA"}
  49. ]
  50. }
  51. ,"amenityFeature": [
  52. {"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  53. ,{"@type":"LocationFeatureSpecification","name":"24 Hour Front Desk"}
  54. ,{"@type":"LocationFeatureSpecification","name":"24 Hour Security Gated Resort"}
  55. ,{"@type":"LocationFeatureSpecification","name":"ATM"}
  56. ,{"@type":"LocationFeatureSpecification","name":"Elevators"}
  57. ,{"@type":"LocationFeatureSpecification","name":"Free Parking"}
  58. ,{"@type":"LocationFeatureSpecification","name":"On-Site Putting Green"}
  59. ,{"@type":"LocationFeatureSpecification","name":"Golf Department"}
  60. ,{"@type":"LocationFeatureSpecification","name":"Full Service Tennis Center"}
  61. ,{"@type":"LocationFeatureSpecification","name":"Exercise Room"}
  62. ,{"@type":"LocationFeatureSpecification","name":"Oceanfront Volleyball Court"}
  63. ,{"@type":"LocationFeatureSpecification","name":"Playground"}
  64. ,{"@type":"LocationFeatureSpecification","name":"Indoor Pool"}
  65. ,{"@type":"LocationFeatureSpecification","name":"Indoor Jacuzzi"}
  66. ,{"@type":"LocationFeatureSpecification","name":"Outdoor Pools"}
  67. ,{"@type":"LocationFeatureSpecification","name":"On-Site Dining"}
  68. ,{"@type":"LocationFeatureSpecification","name":"Business Center"}
  69. ,{"@type":"LocationFeatureSpecification","name":"Fax and Copy Machine"}
  70. ,{"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  71. ,{"@type":"LocationFeatureSpecification","name":"Daily Housekeeping"}
  72. ,{"@type":"LocationFeatureSpecification","name":"Professional Conference Staff"}
  73. ,{"@type":"LocationFeatureSpecification","name":"Meeting and Banquet Space"}
  74. ,{"@type":"LocationFeatureSpecification","name":"Convention Facilities"}
  75. ,{"@type":"LocationFeatureSpecification","name":"Free USA Today Newspaper"}
  76. ,{"@type":"LocationFeatureSpecification","name":"Ocean Creek Kids Club"}
  77. ,{"@type":"LocationFeatureSpecification","name":"57 Acres of Walking & Bicycling"}
  78. ,{"@type":"LocationFeatureSpecification","name":"Wide Secluded Beach Access"}
  79. ,{"@type":"LocationFeatureSpecification","name":"On-site Putting Green"}
  80. ]
  81. }
  82. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement