jmar

sw of two bdrm json

Jun 19th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom", "Product"]
  4. ,"name": "Oceanfront Two Bedroom"
  5. ,"url": "https://www.seawatchresort.com/accommodations/oceanfront-two-bedroom/"
  6. ,"description": "The Oceanfront Two Bedroom at Sea Watch Resort boasts one king bed, two double or two twin beds, a full kitchen, and an outdoor balcony."
  7. ,"logo": "https://www.seawatchresort.com/wp-content/uploads/sites/7/2017/09/OF-2-BR-Bedroom2.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" : 4
  22. }
  23. ,"occupancy": {
  24. "@type" : "QuantitativeValue"
  25. ,"maxValue" : "8"
  26. ,"unitCode" : "C62"
  27. }
  28. ,"amenityFeature": [
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "One King Bed"}
  30. ,
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Two Double Beds or Two Twin Beds"}
  32. ,
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Full Kitchen"}]
  34. }
  35. }</script>
Advertisement
Add Comment
Please, Sign In to add comment