{
"@context": "https://schema.org",
"@type": "Restaurant",
"image": [
"https://ironsaddleranch.com/food.asp"
],
"name": "Landers Iron Saddle Ranch",
"address": {
"@type": "PostalAddress",
"streetAddress": "3734 Cross Rd",
"addressLocality": "Salem",
"addressRegion": "IL",
"postalCode": "",
"addressCountry": "US"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "4.5",
"bestRating": "5"
}
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "38.60467061464431",
"longitude": "-88.97055444417997"
},
"url": "https://ironsaddleranch.com/",
"telephone": "618.292.5722",
"servesCuisine": "American",
"priceRange": "$$-$$$",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Tuesday",
"opens": "11:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Wednesday",
"opens": "11:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Thursday",
"opens": "11:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Friday",
"opens": "11:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Saturday",
"opens": "11:00",
"closes": "21:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": "Sunday",
"opens": "11:00",
"closes": "16:00"
}
],
"menu": "https://ironsaddleranch.com/food.asp",
"acceptsReservations": "False"
}