jmar

bcv of one bdrm suite json

Jun 20th, 2018
95
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 One Bedroom Suite"
  5. ,"url": "https://www.beachcove.com/accommodations/oceanfront-one-bedroom-executive-suite/"
  6. ,"description": "The Oceanfront One Bedroom Suite at Beach Cove Resort features two queen beds, a private oceanfront balcony, and an efficiency kitchen."
  7. ,"logo": "https://www.beachcove.com/wp-content/uploads/sites/6/2017/09/1BR_Bedroom.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" : 3
  22. }
  23. ,"occupancy": {
  24. "@type" : "QuantitativeValue"
  25. ,"maxValue" : "6"
  26. ,"unitCode" : "C62"
  27. }
  28. ,"amenityFeature": [
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Two Queen Beds"}
  30. ,
  31. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Sleeper Sofa"}
  32. ,
  33. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Private Oceanfront Balcony"}]
  34. }
  35. }</script>
Advertisement
Add Comment
Please, Sign In to add comment