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
- @type: "Restaurant" (more specific than FoodEstablishment)
- name: your restaurant name exactly as it appears in Google Business Profile
- address: PostalAddress object with streetAddress, addressLocality, postalCode, addressCountry
- telephone: in international format (+44...)
- url: your restaurant website URL
- servesCuisine: an array of cuisine types (e.g. "Italian", "Pizza", "Mediterranean")
- priceRange: a price indicator using currency symbols (e.g. "££" or "$$$")
- openingHoursSpecification: dayOfWeek, opens, closes for each trading day
- hasMenu: the URL or Menu object of your menu page
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"
}
]
}
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.