jmar

hotel

Oct 2nd, 2018
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "The Shawnee Inn and Golf Resort"
  5. ,"url": "https://www.shawneeinn.com/"
  6. ,"logo": "https://zv2ov1i3g518d3f020920olj-wpengine.netdna-ssl.com/wp-content/uploads/2017/06/ShawneeInn_retro-1-copy.png"
  7. ,"image": "https://zv2ov1i3g518d3f020920olj-wpengine.netdna-ssl.com/wp-content/uploads/2017/05/IMG_1094-600x400.jpg"
  8. ,"description": "The historic Shawnee Inn and Golf Resort features guest rooms, cottages, and glamping. Our Poconos resort also boasts an onsite golf course and many outdoor activities for guests to enjoy."
  9. ,"telephone": "(570) 424-4000"
  10. ,"address" : {
  11. "@type" : "PostalAddress"
  12. ,"streetAddress": "100 Shawnee Inn Drive"
  13. ,"addressLocality": "Shawnee on Delaware"
  14. ,"addressRegion": "Pennsylvania"
  15. ,"postalCode": "18356"
  16. ,"addressCountry": "USA"
  17. }
  18. ,"geo":{
  19. "@type":"GeoCoordinates"
  20. ,"latitude":"41.006492"
  21. ,"longitude":"-75.110546"
  22. }
  23. ,"hasMap":"https://www.google.com/maps/place/41.006492,-75.110546"
  24. ,"audience": {
  25. "@type" : "http://schema.org/PeopleAudience"
  26. , "audienceType": "Family Travelers, Couples, Golf Getaways, & Outdoor Enthusiasts"
  27. }
  28. ,"starRating": {
  29. "@type" : "http://schema.org/Rating"
  30. , "ratingValue": "3"
  31. }
  32. ,"petsAllowed": "False"
  33. ,"smokingAllowed": "False"
  34. ,"makesOffer" : {
  35. "@type" : "Offer"
  36.  
  37.  
  38. ,"acceptedPaymentMethod": [
  39. {"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Cash"}
  40. ]
  41. }
  42. ,"amenityFeature": [
  43. {"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  44. ,{"@type":"LocationFeatureSpecification","name":"Free parking"}
  45. ,{"@type":"LocationFeatureSpecification","name":"Air-conditioned"}
  46. ,{"@type":"LocationFeatureSpecification","name":"Laundry service"}
  47. ,{"@type":"LocationFeatureSpecification","name":"Business center"}
  48. ,{"@type":"LocationFeatureSpecification","name":"Pool"}
  49. ,{"@type":"LocationFeatureSpecification","name":"Kid-friendly"}
  50. ,{"@type":"LocationFeatureSpecification","name":"Restaurant"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Hot tub"}
  52. ,{"@type":"LocationFeatureSpecification","name":"Fitness Center"}
  53. ,{"@type":"LocationFeatureSpecification","name":"Bar"}
  54. ,{"@type":"LocationFeatureSpecification","name":"Smoke-free"}
  55. ]
  56. }
  57. </script>
Advertisement
Add Comment
Please, Sign In to add comment