jmar

pres suite

Nov 19th, 2018
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom", "Product"]
  4. ,"name": "Presidential Suite"
  5. ,"url": "https://innofthemountaingods.com/hotel/presidential-suite/"
  6. ,"image": "https://innofthemountaingods.com/wp-content/uploads/2018/04/presidential-suite-inn-mountain-gods.jpg"
  7. ,"description": "The Presidential Suites is the most luxurious suite at Inn of the Mountain Gods Resort & Casino. This suite features a living area, dining area, a separate bedroom with a king bed, kitchenette, and balcony."
  8. ,"category": "New Mexico Resorts"
  9. ,"petsAllowed": "False"
  10. ,"smokingAllowed": "http://schema.org/False"
  11. ,"brand": {
  12. "@type" : "http://schema.org/Brand"
  13. ,"name": "Inn of the Mountain Gods"
  14. }
  15. ,"bed": {
  16. "@type" : "BedDetails"
  17. ,"numberOfBeds" : 1
  18. }
  19. ,"occupancy": {
  20. "@type" : "QuantitativeValue"
  21. ,"maxValue" : "2"
  22. ,"unitCode" : "C62"
  23. }
  24. ,"amenityFeature": [
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "King Bed"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Kitchenette"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Balcony"}
  28. ]
  29. }</script>
Add Comment
Please, Sign In to add comment