Stay organized with collections
Save and categorize content based on your preferences.
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.
Figure 1: Restaurant entity with both pickup Service and
delivery Service entities defined.
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"}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["A `Restaurant` entity stores basic information about a restaurant, like name, address, and contact details, to be used within the ordering system."],["Restaurants must be registered with Google Business Profile and have matching `name` and `address` fields in the `Restaurant` entity for customers to place orders."],["Each `Restaurant` entity is defined with a specific type and a unique ID for identification."],["All the data for a single `Restaurant` entity must be defined on a single line in the data feed for valid processing."]]],[]]