A Restaurant
entity defines properties such as the restaurant name, location
address, website, description and telephone number for one or more restaurants that you service. Typically, a restaurant's data in the feed
is static.
To allow customers to order from your restaurants, register the names and
addresses with Google Business Profile. The
name
and address
fields of your Restaurant entities must match the names and
addresses registered with Google Business Profile.
When you define a Restaurant
entity, use the
Restaurant
type.
Restaurant entity example
The following example defines a basic Restaurant
entity.
{
"@type":"Restaurant",
"@id":"restaraunt_1",
"name":"Pronto Wood Fired Pizzeria",
"url":"http://provider.com/pronto-wood-fired-pizzeria",
"telephone":"+16503659978",
"streetAddress":"2560 El Camino Real",
"addressLocality":"Palo Alto",
"addressRegion":"CA",
"postalCode":"94061",
"addressCountry":"US",
"latitude":"37.472842",
"longitude":"-122.217144"
}