Tuyên bố từ chối trách nhiệm trong trình đơn
Bạn có thể đưa tuyên bố từ chối trách nhiệm vào thực đơn liên quan đến thông tin dinh dưỡng và chế độ ăn uống, chất gây dị ứng và thông tin công bố về lượng natri mà bạn cung cấp. Để làm như vậy, hãy sử dụng thuộc tính disclaimer
và disclaimerURL
của thực thể Menu
. Thông tin này sẽ hiển thị cho người dùng khi họ duyệt qua thực đơn của bạn trong tính năng Đặt hàng toàn diện.
{
"@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"
}
}
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-11-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]