FoodEstablishment
Type name: FoodEstablishment
Extends LocalBusiness
Name |
Type |
Description |
acceptsReservations |
Boolean, Text or URL |
Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings Yes or No . |
menu |
Text or URL |
Either the actual menu or a URL of the menu. |
servesCuisine |
Text |
The cuisine of the restaurant. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`FoodEstablishment` schema provides information about restaurants and food businesses, extending the `LocalBusiness` schema."],["It includes details like reservation acceptance (`acceptsReservations`), menu availability (`menu`), and the type of cuisine served (`servesCuisine`)."],["These properties can be used to enhance search results and provide users with relevant information about food establishments."]]],["The `FoodEstablishment` type, extending `LocalBusiness`, details food-related businesses. Key properties include: `acceptsReservations`, indicating reservation availability via boolean, text (\"Yes\"/\"No\"), or URL; `menu`, which provides the menu's content or URL; and `servesCuisine`, specifying the restaurant's culinary type. These actions allow users to determine if reservations are taken, view the menu, and know the type of food served.\n"]]