Advertisement
jmar

Untitled

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