Advertisement
jmar

bc

Dec 20th, 2018
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "Beach Colony Resort"
  5. ,"url": "https://www.beachcolony.com/"
  6. ,"logo": "https://www.beachcolony.com/media/layout/logo.png"
  7. ,"image": "https://www.vacationmyrtlebeach.com/media/images/Beach_Colony.jpg"
  8. ,"description": "Welcome to Beach Colony, a premier oceanfront Myrtle Beach resort. Our resort offers spacious beachfront rooms and amenities for all ages like pools, whirlpools, and a lazy river."
  9. ,"parentOrganization": "Vacation Myrtle Beach Resorts"
  10. ,"foundingDate": 1986
  11. ,"openingHours": "24 hour front desk"
  12. ,"telephone": "855-400-4731"
  13. ,"faxNumber": "843-449-2810"
  14. ,"checkinTime": "1970-01-01T16:00-0500"
  15. ,"checkoutTime": "1970-01-01T11:00-0500"
  16. ,"address" : {
  17. "@type" : "PostalAddress"
  18. ,"streetAddress": "5308 N Ocean Blvd"
  19. ,"addressLocality": "Myrtle Beach"
  20. ,"addressRegion": "SC"
  21. ,"postalCode": "29577"
  22. ,"addressCountry": "USA"
  23. }
  24. ,"geo":{
  25. "@type":"GeoCoordinates"
  26. ,"latitude":"33.725113"
  27. ,"longitude":"-78.840149"
  28. }
  29. ,"hasMap":"https://www.google.com/maps/place/33.725113,-78.840149"
  30. ,"availableLanguage": "English"
  31. ,"priceRange": "Prices start at $45 per night (Lowest Rate Gauranteed)"
  32. ,"starRating": {
  33. "@type" : "http://schema.org/Rating"
  34. , "ratingValue": "3"
  35. }
  36. ,"petsAllowed": "False"
  37. ,"makesOffer" : {
  38. "@type" : "Offer"
  39.  
  40.  
  41. ,"acceptedPaymentMethod": [
  42. {"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Cash"}
  43. ]
  44. }
  45. ,"amenityFeature": [
  46. {"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  47. ,{"@type":"LocationFeatureSpecification","name":"Free parking"}
  48. ,{"@type":"LocationFeatureSpecification","name":"Air-conditioned"}
  49. ,{"@type":"LocationFeatureSpecification","name":"Laundry service"}
  50. ,{"@type":"LocationFeatureSpecification","name":"Business center"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Kid-friendly"}
  52. ,{"@type":"LocationFeatureSpecification","name":"Fitness Center"}
  53. ,{"@type":"LocationFeatureSpecification","name":"Outdoor Pool"}
  54. ,{"@type":"LocationFeatureSpecification","name":"Outdoor Whirlpool"}
  55. ,{"@type":"LocationFeatureSpecification","name":"Outdoor Lazy River"}
  56. ,{"@type":"LocationFeatureSpecification","name":"Indoor Pool"}
  57. ,{"@type":"LocationFeatureSpecification","name":"Indoor Whirlpool"}
  58. ,{"@type":"LocationFeatureSpecification","name":"On-site Dining"}
  59. ,{"@type":"LocationFeatureSpecification","name":"Racquetball Court"}
  60. ,{"@type":"LocationFeatureSpecification","name":"Shuffleboard Court"}
  61. ,{"@type":"LocationFeatureSpecification","name":"Sauna"}
  62. ,{"@type":"LocationFeatureSpecification","name":"Video Game Room"}
  63. ,{"@type":"LocationFeatureSpecification","name":"Free DVD Rentals"}
  64. ,{"@type":"LocationFeatureSpecification","name":"Children's Summer Activities"}
  65. ,{"@type":"LocationFeatureSpecification","name":"Daily Housekeeping"}
  66. ,{"@type":"LocationFeatureSpecification","name":"Pool Towels"}
  67. ,{"@type":"LocationFeatureSpecification","name":"24 Hour Front Desk"}
  68. ,{"@type":"LocationFeatureSpecification","name":"Free Local and Toll Free Calls"}
  69. ,{"@type":"LocationFeatureSpecification","name":"Fax and Mail Services"}
  70. ,{"@type":"LocationFeatureSpecification","name":"Golf and Group Services"}
  71. ,{"@type":"LocationFeatureSpecification","name":"Ice Machines"}
  72. ,{"@type":"LocationFeatureSpecification","name":"Vending Machines"}
  73. ,{"@type":"LocationFeatureSpecification","name":"Seasonal Entertainment"}
  74.  
  75. ]
  76. }
  77. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement