「信義區適合家族聚餐的餐廳推薦」——這個搜尋 5 年前是 10 條藍色連結,現在 ChatGPT、Perplexity、Google AI Overview 直接給答案,直接推薦 3-5 家餐廳。
被推薦進這份名單,等於 AI 主動帶來高意向客戶。本篇是餐飲業的完整 AI 友善實作指南。
Restaurant Schema 完整範例
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Restaurant",
"name": "信義家宴",
"image": [
"https://example.com/restaurant-front.webp",
"https://example.com/signature-dish.webp",
"https://example.com/interior.webp"
],
"address": {
"@type": "PostalAddress",
"streetAddress": "信義路四段 1 號",
"addressLocality": "台北市信義區",
"postalCode": "110",
"addressCountry": "TW"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 25.033,
"longitude": 121.567
},
"telephone": "+886-2-2720-1234",
"url": "https://example.com",
"priceRange": "$$$",
"servesCuisine": ["台菜", "海鮮", "家族聚餐"],
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"],
"opens": "11:30",
"closes": "21:30"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Saturday","Sunday"],
"opens": "11:00",
"closes": "22:00"
}
],
"acceptsReservations": true,
"menu": "https://example.com/menu",
"hasMenu": {
"@type": "Menu",
"name": "晚餐菜單",
"hasMenuSection": [
{
"@type": "MenuSection",
"name": "招牌主菜",
"hasMenuItem": [
{
"@type": "MenuItem",
"name": "蔥燒和牛肋條",
"description": "選用美國 Choice 級和牛...",
"offers": { "@type": "Offer", "price": "880", "priceCurrency": "TWD" },
"suitableForDiet": "https://schema.org/RegularDiet"
}
]
}
]
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.7",
"reviewCount": "342"
},
"potentialAction": {
"@type": "ReserveAction",
"target": "https://example.com/reserve"
}
}
</script>
6 個必做項目
1. Google Business Profile
最重要的單項。GBP 是 AI 主要資料來源:
- 完整填寫店名、地址、電話、營業時間
- 上傳 10-20 張高品質照片(外觀、內裝、招牌菜、菜單)
- 設定類別(餐廳→台菜→家庭餐館)
- 經營「貼文」每週發布優惠或新菜
- 主動回覆評論(特別是負評)
GBP 等級越完整,AI 越優先推薦。
2. Restaurant Schema 完整版
如上述範例(Schema 完整實作可參考Schema.org 結構化資料完整指南)。重點欄位:
servesCuisine(菜系):用陣列列出多個(如「台菜」、「海鮮」、「家族聚餐」)priceRange:用$、$$、$$$、$$$$標準化openingHoursSpecification:分平日 / 週末acceptsReservations:可訂位設true
3. 菜單 Schema
每道菜用 MenuItem 標記:
name:菜名description:簡短說明(30-50 字)image:菜色照片offers.price:價格suitableForDiet:素食 / 無麩質 / 低脂
菜單上網程度直接影響 AI 推薦精準度。
4. 雙語(外國觀光客導向)
外國客導向的餐廳必做:
<link rel="alternate" hreflang="zh-TW" href="https://example.com/zh">
<link rel="alternate" hreflang="en" href="https://example.com/en">
英文版菜單、介紹、地址、營業時間完整翻譯。元伸客戶數據:英文版上線後 AI 英文搜尋曝光 +800%~1200%。
5. 照片優化
每張照片:
- WebP/AVIF 格式
- 完整 alt 文字(「招牌蔥燒和牛肋條,配水蓮與時蔬」)
- 適度地理位置 metadata(EXIF GPS)
- 用 ImageObject Schema 補強:
<script type="application/ld+json">
{
"@type": "ImageObject",
"url": "https://example.com/dish.webp",
"caption": "招牌蔥燒和牛肋條",
"contentLocation": {
"@type": "Place",
"name": "信義家宴"
}
}
</script>
6. 訂位整合
接 OpenTable / SevenRooms / inline 訂位後,加 Schema(更多訂位流程設計可參考預約訂位網站方案):
"potentialAction": {
"@type": "ReserveAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://opentable.com/reserve/example",
"actionPlatform": ["http://schema.org/DesktopWebPlatform"]
},
"result": {
"@type": "FoodEstablishmentReservation",
"name": "信義家宴訂位"
}
}
AI 推薦時會優先列出「可線上訂位」的餐廳。
元伸餐飲客戶實戰
某中高價位台菜餐廳(信義區),導入完整 AI-Ready:
實作項目(2 個月):
- Restaurant Schema + Menu Schema 完整建置
- GBP 完整填寫 + 每週貼文
- 雙語版(中/英)
- 100+ 道菜全部上網(含照片、價格、說明)
- OpenTable 訂位整合
6 個月後成效:
| 指標 | 改造前 | 改造後 |
|---|---|---|
| Google「信義區家族聚餐」AI 推薦 | 沒出現 | 月均 12 次出現 |
| 自然搜尋流量 | 1,200/月 | 5,800/月 |
| 線上訂位轉換 | 18/月 | 95/月 |
| 外國觀光客比例 | 8% | 24% |
不要犯的 5 個錯誤
- ❌ 菜單只有 PDF:AI 看不到具體菜色
- ❌ 照片畫質差:AI 與使用者第一印象都扣分
- ❌ GBP 與網站資訊不一致:AI 視為「資訊不可靠」
- ❌ 沒回覆 Google 評論:影響 GBP 評分權重
- ❌ 菜單價格過時:AI 引用後使用者實際看到不一樣 = 嚴重信任傷害
結語:在地搜尋的勝負已在 AI 端
「附近的 OO」類查詢正在從「Google Maps 找」變成「AI 直接推薦」。早期跟進的餐廳會建立護城河,晚跟進的餐廳會逐漸從 AI 推薦名單中消失。版面與 AI 友善結構的整合佈局可參考AI Overviews 時代的網頁版面設計。
元伸科技的客製化網頁設計為餐飲客戶建置時,Restaurant Schema + GBP 完整化是 ROI 最高的 30 天衝刺項目——一個月內可看到 Google AI Overview 引用增加。