{
  "@context": "https://schema.org",
  "@type": "Restaurant",
  "image": [
    "images/logo.svg",
    "",
    ""
   ],
  "@id": "https://strongandcorestaurant.com",
  "name": "Strong & Co.",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "107 E Main St",
    "addressLocality": "Somerset",
    "addressRegion": "OH",
    "postalCode": "43783",
    "addressCountry": "US"
  },
  "url": "https://strongandcorestaurant.com",
  "telephone": "+17408363105",
  "servesCuisine": "American",
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Tuesday",
		"Wednesday",
        "Thursday"
      ],
      "opens": "16:00",
      "closes": "23:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Friday",
		"Saturday"
      ],
      "opens": "11:00",
      "closes": "23:00"
    },
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": "Sunday",
      "opens": "11:00",
      "closes": "21:00"
    }
  ],
  "menu": "https://strongandcorestaurant.com/menu.html"
}