Advertisement
jmar

bc schema json

Jun 21st, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "The Beach Club Resort & Spa"
  5. ,"url": "https://thebeachclub.spectrumresorts.com/"
  6.  
  7. ,"description": "The Beach Club Resort & Spa is the premier family resort in Gulf Shores, Alabama. This Gulf-front resort features upscale vacation rentals, water features, and year-round activities."
  8.  
  9. ,"telephone": "(888) 224-7684"
  10.  
  11. ,"email": "info@spectrumresorts.com"
  12. ,"checkinTime": "2017-01-01T16:00-0500"
  13. ,"checkoutTime": "2017-01-01T10:00-0500"
  14. ,"address" : {
  15. "@type" : "PostalAddress"
  16. ,"streetAddress": "925 Beach Club Trail"
  17. ,"addressLocality": "Gulf Shores"
  18. ,"addressRegion": "AL"
  19. ,"postalCode": "36542"
  20. ,"addressCountry": "USA"
  21. }
  22. ,"geo":{
  23. "@type":"GeoCoordinates"
  24. ,"latitude":"30.236410"
  25. ,"longitude":"--87.877126"
  26. ,"elevation":""
  27. }
  28. ,"hasMap":"https://www.google.com/maps/place/30.236410,--87.877126"
  29. ,"audience": {
  30. "@type" : "http://schema.org/PeopleAudience"
  31. , "audienceType": "Family Travelers"
  32. }
  33. ,"availableLanguage": "English"
  34. ,"starRating": {
  35. "@type" : "http://schema.org/Rating"
  36. , "ratingValue": "3"
  37. }
  38. ,"petsAllowed": "False"
  39. ,"smokingAllowed": "False"
  40. ,"makesOffer" : {
  41. "@type" : "Offer"
  42.  
  43.  
  44. ,"priceSpecification" : {
  45. "@type" : "UnitPriceSpecification"
  46.  
  47. ,"priceCurrency": "USD"
  48.  
  49. }
  50. ,"acceptedPaymentMethod": [
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. ]
  59.  
  60. } ,"amenityFeature": [
  61. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Spa"}
  62. ,
  63. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free WiFi"}
  64. ,
  65. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Room Service"}]
  66.  
  67. }
  68. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement