Haftungsausschluss für das Menü
Sie können in Ihrer Speisekarte Haftungsausschlüsse zu den von Ihnen angegebenen Nährwert- und Ernährungsinformationen, Allergenen und Natriumgehalten angeben. Verwenden Sie dazu die Attribute disclaimer
und disclaimerURL
des Menu
-Eintrags. Diese Informationen werden dem Nutzer angezeigt, wenn er sich Ihre Speisekarte in der End-to-End-Bestellfunktion ansieht.
{
"@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"
}
}
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-11-26 (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"]]