Advertisement
jmar

evergreen

Oct 2nd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom", "Product"]
  4. ,"name": "Evergreen House"
  5. ,"url": "https://www.shawneeinn.com/rooms/evergreen-house/"
  6. ,"image": "https://zv2ov1i3g518d3f020920olj-wpengine.netdna-ssl.com/wp-content/uploads/2017/06/LargePlaceholder-Evergreen.jpg"
  7. ,"description": "Newly renovated, the Evergreen House boasts six bedrooms and six bathrooms. This premium cottage offers scenic views of the Delaware River."
  8. ,"category": "Cottage"
  9. ,"petsAllowed": "False"
  10. ,"smokingAllowed": "http://schema.org/False"
  11. ,"audience": {
  12. "@type" : "http://schema.org/PeopleAudience"
  13. ,"audienceType": "Family Travelers, Groups, Golf Getaways, Outdoor Enthusiasts"
  14. }
  15. ,"brand": {
  16. "@type" : "http://schema.org/Brand"
  17. ,"name": "The Shawnee Inn and Golf Resort"
  18. }
  19.  
  20. ,"occupancy": {
  21. "@type" : "QuantitativeValue"
  22. ,"maxValue" : "24"
  23. ,"unitCode" : "C62"
  24. }
  25. ,"amenityFeature": [
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Six Bedrooms"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Six Bathrooms"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Mini-refrigerator"}
  29. ]
  30. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement