Advertisement
jmar

Untitled

Jan 21st, 2019
67
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": "Resort"
  4. ,"name": "Shawnee Inn and Golf 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": "The historic Shawnee Inn and Golf Resort features guest rooms, cottages, and glamping. Our Poconos resort also boasts an on-site golf course and many outdoor activities for guests to enjoy."
  9. ,"foundingDate": "1911"
  10. ,"openingHours": "24 hour front desk"
  11. ,"telephone": "1-800-742-9633"
  12. ,"faxNumber": " "
  13. ,"checkinTime": "16:00:00"
  14. ,"checkoutTime": "11:00:00"
  15. ,"address" : {
  16. "@type" : "PostalAddress"
  17. ,"streetAddress": "100 Shawnee Inn Dr"
  18. ,"addressLocality": "Shawnee On Delaware"
  19. ,"addressRegion": "PA"
  20. ,"postalCode": "18356"
  21. ,"addressCountry": "USA"
  22. }
  23. ,"geo":{
  24. "@type":"GeoCoordinates"
  25. ,"latitude":"41.0063931"
  26. ,"longitude":"-75.1106168"
  27. }
  28. ,"hasMap":" "
  29. ,"availableLanguage": "English"
  30. ,"priceRange": "Prices as low as $97 per night"
  31. ,"starRating": {
  32. "@type" : "http://schema.org/Rating"
  33. , "ratingValue": "3"
  34. }
  35. ,"petsAllowed": "False"
  36. ,"smokingAllowed": "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":"Game Room"}
  47. ,{"@type":"LocationFeatureSpecification","name":"Arcade"}
  48. ,{"@type":"LocationFeatureSpecification","name":"Bocce"}
  49. ,{"@type":"LocationFeatureSpecification","name":"Archery"}
  50. ,{"@type":"LocationFeatureSpecification","name":"Hayrides"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Playground"}
  52. ,{"@type":"LocationFeatureSpecification","name":"Campfire"}
  53. ,{"@type":"LocationFeatureSpecification","name":"Guided Hikes"}
  54. ,{"@type":"LocationFeatureSpecification","name":"Brewery Tours"}
  55. ,{"@type":"LocationFeatureSpecification","name":"Sand Volleyball Courts"}
  56. ,{"@type":"LocationFeatureSpecification","name":"Tennis Courts"}
  57. ,{"@type":"LocationFeatureSpecification","name":"6-hole Chip n' Putt Course"}
  58. ,{"@type":"LocationFeatureSpecification","name":"Golf Driving Range"}
  59. ,{"@type":"LocationFeatureSpecification","name":"Putting Green"}
  60. ,{"@type":"LocationFeatureSpecification","name":"Bell Service"}
  61. ,{"@type":"LocationFeatureSpecification","name":"Valet Service"}
  62. ,{"@type":"LocationFeatureSpecification","name":"Concierge"}
  63. ,{"@type":"LocationFeatureSpecification","name":"Business Center"}
  64. ,{"@type":"LocationFeatureSpecification","name":"Complimentary WiFi"}
  65. ,{"@type":"LocationFeatureSpecification","name":"Indoor Pool and Jacuzzi"}
  66. ,{"@type":"LocationFeatureSpecification","name":"Sundeck"}
  67. ,{"@type":"LocationFeatureSpecification","name":"Sandy Beach"}
  68. ,{"@type":"LocationFeatureSpecification","name":"Fitness Center"}
  69.  
  70. ]
  71. }
  72. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement