Advertisement
jmar

tp schema json

Jun 21st, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": "Hotel"
  4. ,"name": "Turquoise Place"
  5. ,"url": "https://turquoiseplace.spectrumresorts.com/"
  6. ,"logo": "https://turquoiseplace.spectrumresorts.com/wp-content/themes/TurquoisePlaceV2/_img/tplogo.png"
  7. ,"description": "Turquoise Place is the premier resort in Orange Beach, Alabama. This Gulf-front resort boasts luxury vacation rentals, family-friendly amenities, and so much more!"
  8.  
  9. ,"telephone": "(877) 422-5249"
  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": "26302 Perdido Beach Blvd"
  17. ,"addressLocality": "Orange Beach"
  18. ,"addressRegion": "AL"
  19. ,"postalCode": "36561"
  20. ,"addressCountry": "USA"
  21. }
  22. ,"geo":{
  23. "@type":"GeoCoordinates"
  24. ,"latitude":"30.271720"
  25. ,"longitude":"-87.574225"
  26. ,"elevation":""
  27. }
  28. ,"hasMap":"https://www.google.com/maps/place/30.271720,-87.574225"
  29. ,"audience": {
  30. "@type" : "http://schema.org/PeopleAudience"
  31. , "audienceType": "Family & Luxury Travelers"
  32. }
  33. ,"availableLanguage": "English"
  34. ,"starRating": {
  35. "@type" : "http://schema.org/Rating"
  36. , "ratingValue": "4"
  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": "Indoor & Outdoor Pools"}
  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