Advertisement
jmar

lm hotel

Oct 29th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "Landmark Resort"
  5. ,"url": "http://landmarkresort.com/"
  6. ,"logo": "https://www.landmarkresort.com/wp-content/uploads/sites/5/2017/09/header_logo.jpg"
  7. ,"image": "https://www.landmarkresort.com/wp-content/uploads/sites/2/nggallery/resort/1DSC_0984.JPG"
  8. ,"description": "Welcome to the official website of Landmark Resort in Myrtle Beach, SC. Explore our generous resort-style hotel rooms and amenities, and see our current resort deals!"
  9. ,"telephone": "800-845-0658"
  10. ,"checkinTime": "1970-01-01T16:00-0500"
  11. ,"checkoutTime": "1970-01-01T11:00-0500"
  12. ,"address" : {
  13. "@type" : "PostalAddress"
  14. ,"streetAddress": "1501 Ocean Blvd"
  15. ,"addressLocality": "Myrtle Beach"
  16. ,"addressRegion": "South Carolina"
  17. ,"postalCode": "29579"
  18. ,"addressCountry": "USA"
  19. }
  20. ,"geo":{
  21. "@type":"GeoCoordinates"
  22. ,"latitude":"33.673252"
  23. ,"longitude":"-78.900872"
  24. }
  25. ,"hasMap":"https://www.google.com/maps/place/33.673252,-78.900872"
  26. ,"audience": {
  27. "@type" : "http://schema.org/PeopleAudience"
  28. , "audienceType": "Families, Couples, Golf Getaways, Reunions, Business"
  29. }
  30. ,"availableLanguage": "English"
  31. ,"petsAllowed": "False"
  32. ,"smokingAllowed": "False"
  33. ,"makesOffer" : {
  34. "@type" : "Offer"
  35.  
  36.  
  37. ,"acceptedPaymentMethod": [
  38. {"@type":"PaymentMethod", "url" : "http://purl.org/goodrelations/v1#Cash"}
  39. ]
  40. }
  41. ,"amenityFeature": [
  42. {"@type":"LocationFeatureSpecification","name":"Free Wi-Fi"}
  43. ,{"@type":"LocationFeatureSpecification","name":"Free parking"}
  44. ,{"@type":"LocationFeatureSpecification","name":"Laundry service"}
  45. ,{"@type":"LocationFeatureSpecification","name":"Business center"}
  46. ,{"@type":"LocationFeatureSpecification","name":"Oceanfront Pools"}
  47. ,{"@type":"LocationFeatureSpecification","name":"Kid-friendly"}
  48. ,{"@type":"LocationFeatureSpecification","name":"Restaurants"}
  49. ,{"@type":"LocationFeatureSpecification","name":"Kitchen in all rooms"}
  50. ,{"@type":"LocationFeatureSpecification","name":"Airport shuttle"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Hot tubs"}
  52. ,{"@type":"LocationFeatureSpecification","name":"Fitness Center"}
  53. ,{"@type":"LocationFeatureSpecification","name":"Bar"}
  54. ,{"@type":"LocationFeatureSpecification","name":"Smoke-free"}
  55. ,{"@type":"LocationFeatureSpecification","name":"Indoor Pools"}
  56. ,{"@type":"LocationFeatureSpecification","name":"Outdoor Waterpark"}
  57. ,{"@type":"LocationFeatureSpecification","name":"Putt-putt Course"}
  58. ]
  59. }
  60. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement