Advertisement
jmar

Untitled

Nov 5th, 2019
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Interior King"
  5. ,"url": "https://www.thevendue.com/rooms/king-bed/"
  6. ,"image": "https://www.thevendue.com/wp-content/uploads/2016/06/the-vendue-charleston-hotel-Interior-king.jpg"
  7. ,"description": "Discover our Interior King hotel rooms in Charleston. Cozy and comfortable windowless rooms, our Interior Two Doubles rooms exude character. Book Online."
  8. ,"petsAllowed": "False"
  9. ,"smokingAllowed": "http://schema.org/False"
  10. ,"bed": {
  11. "@type" : "BedDetails"
  12. ,"numberOfBeds" : 1
  13. }
  14. ,"occupancy": {
  15. "@type" : "QuantitativeValue"
  16. ,"maxValue" : "2"
  17. ,"unitCode" : "C62"
  18. }
  19. ,"amenityFeature": [
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "King bed"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Walk-in shower and/or tub"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Anitique or reproduction furnishings"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "High speed internet access"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Cable"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Flat panel television"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Each room is uniquely furnished"}
  27. ]
  28. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement