Menu disclaimer
You can include disclaimers on your menu related to the nutritional and dietary
information, allergens, and sodium disclosures you provided. To do so, use the
disclaimer
and disclaimerURL
attributes of the
Menu
entity. This information is shown to the user when they browse your menu in
Ordering End-to-End.
{
"@type": "Menu",
"@id": "menu_1",
"disclaimer": {
"@type": "MenuDisclaimer",
"@id": "menu_1_disclaimer_1",
"text": "The average adult daily energy intake is 8700 kJ",
"url": "https://partner.domain.com/menu/provider/disclaimer/more-info.html"
}
}
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-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["Use the `disclaimer` and `disclaimerURL` attributes within the `Menu` entity to display disclaimers related to nutrition, allergens, and sodium content on your Ordering End-to-End menu."],["The disclaimer information, including text and a URL for further details, is shown to users as they browse your menu."],["You can provide menu item-specific details like nutrition, allergens, additives, and dietary information using dedicated attributes within the `menuItem` entity."]]],["Menus can include disclaimers using the `disclaimer` and `disclaimerURL` attributes within the `Menu` entity. This allows for the disclosure of nutritional information, allergens, and sodium details. The `disclaimer` field provides the text, and `disclaimerURL` links to more information. These disclaimers are displayed when users view the menu. Menu item-specific nutritional, allergen, additive, and dietary information can be set using related attributes in the `menuItem` entity.\n"]]