Restaurant
항목은 식당 이름, 위치와 같은 속성을 정의합니다.
서비스를 제공하는 하나 이상의 식당에 대한 주소, 웹사이트, 설명 및 전화번호 일반적으로 피드에 있는 식당의 데이터는
정적입니다.
고객이 내 식당에서 주문할 수 있도록 하려면 이름과
Google 비즈니스 프로필로 주소를 관리 이
식당 항목의 name
및 address
필드가 이름과 일치해야 합니다.
Google 비즈니스 프로필에 등록된 주소여야 합니다.
Restaurant
항목을 정의할 때는 다음을 사용합니다.
Restaurant
있습니다.
레스토랑 항목 예
다음 예에서는 기본 Restaurant
항목을 정의합니다.
{
"@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"
}