{
  "@context": "https://schema.org",
  "@type": "FoodEstablishment",
  "name": "The Blue House Frozen Food",
  "image": "https://www.thebluehousefrozenfood.ca/images/image.jpg",
  "url": "https://www.thebluehousefrozenfood.ca/",
  "telephone": "+1-204-612-9366",
  "priceRange": "$$",
  "servesCuisine": "Canadian",
  "areaServed": { "@type": "City", "name": "Winnipeg" },
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "15 St. Anne's Road",
    "addressLocality": "Winnipeg",
    "addressRegion": "MB",
    "postalCode": "R2M 2Y1",
    "addressCountry": "CA"
  },
  "sameAs": ["https://www.facebook.com/profile.php?id=100086001727137"]
}

