Pembentukan Makanan
Nama jenis: FoodEstablishment
Memperluas LocalBusiness
Nama |
Jenis |
Deskripsi |
disetujuiReservasi |
Boolean, Teks, atau URL |
Menunjukkan apakah FoodBuildment menerima reservasi. Nilainya dapat berupa Boolean, yaitu URL tempat reservasi dapat dibuat atau (untuk kompatibilitas mundur) string Yes atau No . |
menu |
Teks atau URL |
Menu atau URL menu yang sebenarnya. |
servesCuisine |
Teks |
Masakan restoran. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-03 UTC.
[null,null,["Terakhir diperbarui pada 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"]]