Disclaimer del menu
Puoi includere nel menu disclaimer relativi alle informazioni nutrizionali e dietetiche, agli allergeni e alle informative sul sodio che hai fornito. A tale scopo, utilizza gli attributi disclaimer
e disclaimerURL
dell'entità Menu
. Queste informazioni vengono mostrate all'utente quando sfoglia il menu in Ordinazione 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"
}
}
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-11-26 UTC.
[null,null,["Ultimo aggiornamento 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"]]