jmar

sw of stdo json

Jun 19th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom", "Product"]
  4. ,"name": "Oceanfront Studios"
  5. ,"url": "https://www.seawatchresort.com/accommodations/oceanfront-studios/"
  6. ,"description": "The Oceanfront Studios at Sea Watch Resort boast one Murphy bed, one sofa bed, an outdoor balcony, and full kitchen."
  7. ,"logo": "https://www.seawatchresort.com/wp-content/uploads/sites/7/2018/05/OF-Studio-Living.jpg"
  8. ,"category": "Hotels"
  9. ,"petsAllowed": "False"
  10. ,"smokingAllowed": "http://schema.org/False"
  11. ,"audience": {
  12. "@type" : "http://schema.org/PeopleAudience"
  13. , "audienceType": "Family Travelers"
  14. } ,"brand": {
  15. "@type" : "http://schema.org/Brand"
  16. ,"name": "Vacation Myrtle Beach"
  17. }
  18. ,"bed":
  19. {
  20. "@type" : "BedDetails"
  21. ,"numberOfBeds" : 2
  22. }
  23. ,"occupancy": {
  24. "@type" : "QuantitativeValue"
  25. ,"maxValue" : "4"
  26. ,"unitCode" : "C62"
  27. }
  28. ,"amenityFeature": [
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "One Murphy Bed"}
  30. ,
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "One Sofa Bed"}
  32. ,
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Full Kitchen"}]
  34. }
  35. }</script>
Advertisement
Add Comment
Please, Sign In to add comment