All generators
Business · Restaurant
Restaurant Schema Generator
Rich results for menus, cuisine and reservations.
No items yet.
output.json
{
"@context": "https://schema.org",
"@type": "Restaurant",
"acceptsReservations": true,
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"postalCode": "",
"addressCountry": "GB"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "",
"longitude": ""
}
}