Advertisement
rafi1991

Untitled

Nov 5th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. <script type="application/ld+json">{
  2. "@context": "http://schema.org"
  3. ,"@type": ["HotelRoom"]
  4. ,"name": "Oceanfront Rooms"
  5. ,"url": "https://www.tidesfollybeach.com/oceanfront-rooms//"
  6. ,"image": "https://www.tidesfollybeach.com/wp-content/uploads/2016/03/King-room-1-1440x970.jpg"
  7. ,"description": "The Oceanfront Rooms at Tides Folly Beach feature two queen-size beds or one king bed and a small walk-out balcony that offers a magnificent view of the Atlantic Ocean."
  8. ,"petsAllowed": "False"
  9. ,"smokingAllowed": "http://schema.org/False"
  10. ,"bed": {
  11. "@type" : "BedDetails"
  12. ,"numberOfBeds" : "1 or 2"
  13. }
  14. ,"occupancy": {
  15. "@type" : "QuantitativeValue"
  16. ,"maxValue" : "2 to 4"
  17. ,"unitCode" : "C62"
  18. }
  19. ,"amenityFeature": [
  20. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "All new decor"},
  21. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "One king bed or two queen beds"},
  22. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "32 or 43 inch flat screen televisions"},
  23. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Bathroom granite countertops"},
  24. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Mini-fridge"},
  25. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Clock radio"},
  26. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Hair dryer"},
  27. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Iron and ironing board"},
  28. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Free wireless internet"},
  29. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "Beachfront balcony"},
  30. {"@type" : "LocationFeatureSpecification", "value": "True", "name": "4-cup coffee maker"}
  31. ]
  32. }</script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement