Advertisement
jmar

2

May 30th, 2019
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.58 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "The Caravelle Resort"
  5. ,"url": "https://www.thecaravelle.com/"
  6. ,"logo": "https://www.thecaravelle.com/assets/images/logo.png"
  7. ,"image": "https://www.thecaravelle.com/images/made/media/images/15640/wildwater1__large_1150_650_assetsimagescopyr_small.png_140_60_80_r_b_-6_-6_s_c1.jpg"
  8. ,"description": "Welcome to The Caravelle Resort, a premier Myrtle Beach resort for families and golfers. Learn more about our 9 unique buildings, fun family amenities, & hotel rooms."
  9. ,"sameAs": ["https://www.facebook.com/CaravelleResort/", "https://www.instagram.com/thecaravelle/", "https://twitter.com/caravelleresort", "https://www.youtube.com/user/CaravelleResort"]
  10. ,"parentOrganization": "Vacation Myrtle Beach Resorts"
  11. ,"openingHours": "Mo-Su 24 hours"
  12. ,"telephone": "800-297-3413"
  13. ,"faxNumber": "843-918-8199"
  14. ,"checkinTime": "15:00"
  15. ,"checkoutTime": "11:00"
  16. ,"address" : {
  17. "@type" : "PostalAddress"
  18. ,"streetAddress": "6900 Ocean Blvd"
  19. ,"addressLocality": "Myrtle Beach"
  20. ,"addressRegion": "SC"
  21. ,"postalCode": "29572"
  22. ,"addressCountry": "USA"
  23. }
  24. ,"geo":{
  25. "@type":"GeoCoordinates"
  26. ,"latitude":"33.7387536"
  27. ,"longitude":"-78.8228481"
  28. }
  29. ,"hasMap":"https://www.google.com/maps/place/The+Caravelle+Resort/@33.7387536,-78.8228481,17z/data=!3m1!4b1!4m5!3m4!1s0x890065e154a1c8dd:0x6cab6402ada6a554!8m2!3d33.7387536!4d-78.8206541?hl=en-US"
  30. ,"availableLanguage": "English"
  31. ,"priceRange": "Prices starting at $39 per night (Lowest Rate Guaranteed)"
  32. ,"starRating": {
  33. "@type" : "http://schema.org/Rating"
  34. , "ratingValue": "3"
  35. }
  36. ,"petsAllowed": "False"
  37. ,"smokingAllowed": "False"
  38. ,"makesOffer" : {
  39. "@type" : "Offer"
  40.  
  41.  
  42. ,"acceptedPaymentMethod": [
  43. {"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Cash"}
  44. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#AmericanExpress"}
  45. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Discover"}
  46. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#MasterCard"}
  47. ,{"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#VISA"}
  48. ]
  49. }
  50. ,"amenityFeature": [
  51. {"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  52. ,{"@type":"LocationFeatureSpecification","name":"24 Hour Front Desk"}
  53. ,{"@type":"LocationFeatureSpecification","name":"Outdoor Heated Pool"}
  54. ,{"@type":"LocationFeatureSpecification","name":"Indoor Heated Pool"}
  55. ,{"@type":"LocationFeatureSpecification","name":"Outdoor Hot Tubs"}
  56. ,{"@type":"LocationFeatureSpecification","name":"Indoor Hot Tub"}
  57. ,{"@type":"LocationFeatureSpecification","name":"Lazy River"}
  58. ,{"@type":"LocationFeatureSpecification","name":"Kiddie Lazy River"}
  59. ,{"@type":"LocationFeatureSpecification","name":"Wild Water Pool"}
  60. ,{"@type":"LocationFeatureSpecification","name":"On-Site Dining"}
  61. ,{"@type":"LocationFeatureSpecification","name":"Game Room"}
  62. ,{"@type":"LocationFeatureSpecification","name":"Exercise Room"}
  63. ,{"@type":"LocationFeatureSpecification","name":"Seasonal Kids Activities"}
  64. ,{"@type":"LocationFeatureSpecification","name":"Oceanfront Lawn"}
  65. ,{"@type":"LocationFeatureSpecification","name":"ATM"}
  66. ,{"@type":"LocationFeatureSpecification","name":"Free Car Parking"}
  67. ,{"@type":"LocationFeatureSpecification","name":"Concierge"}
  68. ,{"@type":"LocationFeatureSpecification","name":"Golf Department"}
  69. ,{"@type":"LocationFeatureSpecification","name":"Convention Facilities"}
  70. ,{"@type":"LocationFeatureSpecification","name":"Meeting and Banquet Space"}
  71. ,{"@type":"LocationFeatureSpecification","name":"Expert Group Planners"}
  72. ,{"@type":"LocationFeatureSpecification","name":"Audio and Visual Equipment"}
  73. ,{"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  74. ,{"@type":"LocationFeatureSpecification","name":"Oceanfront Sun Deck"}
  75. ,{"@type":"LocationFeatureSpecification","name":"Fax Machine"}
  76. ,{"@type":"LocationFeatureSpecification","name":"Elevators"}
  77. ,{"@type":"LocationFeatureSpecification","name":"Complimentary USA Today Newspapers"}
  78. ,{"@type":"LocationFeatureSpecification","name":"Free Local and 800 Calls"}
  79. ,{"@type":"LocationFeatureSpecification","name":"Laundry Facilities"}
  80. ,{"@type":"LocationFeatureSpecification","name":"Night Security Guard"}
  81. ,{"@type":"LocationFeatureSpecification","name":"Gift Shop"}
  82. ,{"@type":"LocationFeatureSpecification","name":"Spa"}
  83. ]
  84. }
  85. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement