FoodEstablishment, Restaurant and Menu schema for Wix

Module 61: Wix Restaurants SEO | Lesson 643 of 687 | 40 min read

By Michael Andrews, Wix SEO Expert UK

FoodEstablishment is the Schema.org type that covers all food service businesses, with Restaurant as a more specific subtype. Combined with Menu and MenuSection schema, a complete restaurant structured data implementation tells Google everything about your establishment, your food offering, pricing, and reservation options — making you eligible for enhanced rich results in search.

FoodEstablishment Schema: Required and Recommended Properties

Menu Schema for Linking to Your Wix Restaurants Menu

The hasMenu property in your FoodEstablishment schema should point to either the URL of your menu page or a full Menu schema object. A full Menu schema includes MenuSection objects for each category (starters, mains, desserts) and optionally MenuItem objects for individual dishes with names, descriptions, and prices.

{
  "@context": "https://schema.org",
  "@type": "Restaurant",
  "name": "The Anchor Kitchen",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "42 High Street",
    "addressLocality": "Brighton",
    "postalCode": "BN1 1AA",
    "addressCountry": "GB"
  },
  "servesCuisine": ["British", "Gastropub", "Sunday Roast"],
  "priceRange": "££",
  "hasMenu": "https://theanchorkitchen.co.uk/menu",
  "reservations": "https://theanchorkitchen.co.uk/book",
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"],
      "opens": "12:00",
      "closes": "22:00"
    }
  ]
}
GBP Alignment: Ensure the restaurant name, address, and opening hours in your schema exactly match what is on your Google Business Profile. Any discrepancy between schema data and GBP data creates an inconsistency that Google may flag as inaccurate structured data, potentially suppressing your rich result eligibility.

This lesson on FoodEstablishment, Restaurant and Menu schema for Wix is part of Module 61: Wix Restaurants SEO in The Most Comprehensive Complete Wix SEO Course in the World (2026 Edition). Created by Michael Andrews, the UK's No.1 Wix SEO Expert with 14 years of hands-on experience, 750+ completed Wix SEO projects and 425+ verified five-star reviews.