Advertisement
jmar

cv schema

Oct 25th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "The Caravelle Resort"
  5. ,"url": "https://www.thecaravelle.com/"
  6. ,"logo": "https://thecaravelle.com/assets/images/logo.png"
  7. ,"image": "https://thecaravelle.com/images/made/media/images/15640/wildwater1__large_1150_650_assetsimagescopyr_small.png_140_60_80_r_b_-6_-6_s_c1.jpg"
  8. ,"description": "Welcome to The Caravelle Resort, a premier Myrtle Beach resort for families and golfers. Learn more about our 9 unique buildings, fun family amenities, & hotel deals."
  9. ,"telephone": "800-297-3413"
  10. ,"checkinTime": "1970-01-01T15:00-0500"
  11. ,"checkoutTime": "1970-01-01T11:00-0500"
  12. ,"address" : {
  13. "@type" : "PostalAddress"
  14. ,"streetAddress": "6900 Ocean Boulevard"
  15. ,"addressLocality": "Myrtle Beach"
  16. ,"addressRegion": "South Carolina"
  17. ,"postalCode": "29572"
  18. ,"addressCountry": "USA"
  19. }
  20. ,"geo":{
  21. "@type":"GeoCoordinates"
  22. ,"latitude":"33.738790"
  23. ,"longitude":"-78.820649"
  24. }
  25. ,"hasMap":"https://www.google.com/maps/place/33.738790,-78.820649"
  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":"Air-conditioned"}
  44. ,{"@type":"LocationFeatureSpecification","name":"Business center"}
  45. ,{"@type":"LocationFeatureSpecification","name":"Pool"}
  46. ,{"@type":"LocationFeatureSpecification","name":"Kid-friendly"}
  47. ,{"@type":"LocationFeatureSpecification","name":"Restaurant"}
  48. ,{"@type":"LocationFeatureSpecification","name":"Kitchen in all rooms"}
  49. ,{"@type":"LocationFeatureSpecification","name":"Hot tub"}
  50. ,{"@type":"LocationFeatureSpecification","name":"Fitness Center"}
  51. ,{"@type":"LocationFeatureSpecification","name":"Bar"}
  52. ,{"@type":"LocationFeatureSpecification","name":"Smoke-free"}
  53. ]
  54. }
  55. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement