Advertisement
jmar

bcv schema

Oct 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "Beach Cove Resort"
  5. ,"url": "https://www.beachcove.com/"
  6. ,"logo": "https://www.beachcove.com/wp-content/uploads/sites/6/2018/06/Beach-Cove-teal.png"
  7. ,"image": "https://www.beachcove.com/wp-content/uploads/sites/2/nggallery/beach/BeachExterior2-compressor.jpg"
  8. ,"description": "Welcome to the official website of Beach Cove Resort in Myrtle Beach, SC. Our oceanfront resort is the perfect destination for a Myrtle Beach vacation. Our beachfront resort boasts spacious suites and condos, and generous amenities like oceanfront pools. Book direct for the best Myrtle Beach resort deals and the lowest rates!"
  9. ,"telephone": "800-305-1193"
  10. ,"checkinTime": "1970-01-01T16:00-0500"
  11. ,"checkoutTime": "1970-01-01T11:00-0500"
  12. ,"address" : {
  13. "@type" : "PostalAddress"
  14. ,"streetAddress": "4800 S Ocean Blvd"
  15. ,"addressLocality": "North Myrtle Beach"
  16. ,"addressRegion": "South Carolina"
  17. ,"postalCode": "29582"
  18. ,"addressCountry": "USA"
  19. }
  20. ,"geo":{
  21. "@type":"GeoCoordinates"
  22. ,"latitude":"33.790831"
  23. ,"longitude":"-78.735176"
  24. }
  25. ,"hasMap":"https://www.google.com/maps/place/33.790831,-78.735176"
  26. ,"audience": {
  27. "@type" : "http://schema.org/PeopleAudience"
  28. , "audienceType": "Families, Couples, Golf Getaways, Reunions"
  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":"Business center"}
  44. ,{"@type":"LocationFeatureSpecification","name":"Pool"}
  45. ,{"@type":"LocationFeatureSpecification","name":"Kid-friendly"}
  46. ,{"@type":"LocationFeatureSpecification","name":"Restaurant"}
  47. ,{"@type":"LocationFeatureSpecification","name":"Kitchen in all rooms"}
  48. ,{"@type":"LocationFeatureSpecification","name":"Hot tub"}
  49. ,{"@type":"LocationFeatureSpecification","name":"Fitness Center"}
  50. ,{"@type":"LocationFeatureSpecification","name":"Bar"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Smoke-free"}
  52. ]
  53. }
  54. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement