> For the complete documentation index, see [llms.txt](https://www.oddle.me/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.oddle.me/docs/help-center/help-center-zh/oddle-shang-dian/how-do-i-improve-my-shops-seo-discoverability-and-conversion.md).

# 如何提升我商店的 SEO、可見度與轉換率？

讓顧客前往你的 Oddle Shop，光是設定好它還不夠。本文涵蓋你可以做的三件事：加入 SEO 中繼標籤、將你的商店連結到顧客搜尋你的地方，以及優化商店外觀以帶動更多訂單。

***

## 設定 SEO 中繼標籤

搜尋引擎會使用中繼標籤——也就是嵌入在你的商店中的關鍵字與描述——來決定你的頁面在搜尋結果中的排名。加入相關的中繼標籤，能幫助顧客在 Google 上搜尋你的餐廳時找到你的 Oddle Shop。

若要為你的商店加入中繼標籤：

1. 在 Merchant Admin 中，前往 **線上點餐 > 設定**.
2. 找到 **行銷** 或 **SEO** 區塊。
3. 輸入能反映你的品牌與你提供內容的中繼標題、描述和關鍵字。
4. 儲存您的變更。

想想顧客會在 Google 輸入哪些字詞——你的餐廳名稱、料理類型和地點都是很好的起點。

![](/files/daea68cd0668d3b47df13ec72ccb42eb0aeaa077)

***

## 將你的商店連結到社群與搜尋管道

將你的 Oddle Shop 網址連結到顧客已經會找到你的平台，是帶動更多訂單最快的方法之一。

### Facebook

1. 以管理員身分前往你的 Facebook 商業粉絲專頁。
2. 點擊封面照片下方的三點選單。
3. 選擇 **編輯動作按鈕** （或 **新增按鈕** 如果你還沒有的話）。
4. 選擇 **訂餐**.
5. 貼上你的 Oddle Shop 網址。
6. 點擊 **儲存**.

![](/files/2d88f4719a838244d5440738635b9d0220331659)

### Google 商家

1. 前往 [business.google.com](https://business.google.com/) 並開啟你的商家資訊。
2. 點擊 **資訊** 並確認你的主要類別設定為 **餐廳**.
3. 點擊 **餐點訂購** ，並將你的 Oddle Shop 網址新增為訂購連結。

之後，你的商店網址就會直接顯示在你的 Google 商家資訊中。

![](/files/fb35a79c97f51e3fe313de75167e6e2ab565982b)

### Instagram

1. 前往你的個人檔案並點選 **編輯個人檔案**.
2. 在 **網站**，貼上你的 Oddle Shop 網址。
3. 點選 **完成**.

![](/files/226ab1dda1b87486b3b205ed509bd3dda01f9929)

### 你的網站

請你的網站開發人員在導覽列中加入一個連到你的 Oddle Shop 網址的「立即訂購」或「線上訂購」連結。你也可以使用這段 HTML 程式碼嵌入訂購按鈕——將 `ODDLE SHOP URL` 替換成你實際的商店連結：

```html
<style>
  .order-now-container { display: flex; justify-content: center; align-items: center; }
  .order-now-button { width: 300px; height: 50px; border-radius: 5px; background-color: white; display: flex; align-items: center; justify-content: center; border: 2px solid #DF0A17; transition: all .15s ease-out; }
  .order-now-button:hover { background-color: #DF0A17; }
  .order-now-button:hover .order-now-button-label { color: white; }
  .order-now-button-label { font-family: sans-serif; font-weight: 600; color: #DF0A17; font-size: 24px; text-transform: uppercase; }
  @media screen and (max-width: 480px) { .order-now-button { width: 150px; } .order-now-button-label { font-size: 14px; } }
</style>
<div class="order-now-container">
  <a href="ODDLE SHOP URL" class="order-now-button-link">
    <button class="order-now-button">
      <p class="order-now-button-label">立即訂購</p>
    </button>
  </a>
</div>
```

***

## 優化你的商店以提升轉換

一個呈現良好的商店能將更多訪客轉換為訂單。以下是你需要做好的關鍵事項。

### 圖片

使用高品質且符合建議尺寸的圖片：

* **標誌：** 500 x 500px
* **橫幅：** 1200 x 450px
* **商品圖片：** 800 x 800px（檔案大小請保持在 1.5MB 以下）

絕不要使用像素化或低解析度的圖片——它們會削弱信任感。

### 版面配置

* 使用 **網格檢視** 如果你的大多數商品都有照片。
* 使用 **清單檢視** 如果只有部分商品有照片。在清單檢視中，將有照片的商品放在沒有照片的商品上方。

### 菜單內容

* 盡可能為更多商品加入照片——這會鼓勵顧客購買。
* 撰寫簡短且實用的描述，讓顧客能做出明智的選擇。
* 定期檢視你的菜單，並移除已不再供應的品項（例如：季節性菜餚在季節結束後）。

### 菜單結構

* 將素食選項分成自己的類別，讓它們更容易被找到。
* 為點餐給多人食用的顧客加入拼盤或多人餐選項。

### 付款

相較於 PayPal，更推薦使用 Stripe，因為結帳體驗更流暢，且會留在你的商店中。避免另外收集信用卡資料——改用整合式支付閘道。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.oddle.me/docs/help-center/help-center-zh/oddle-shang-dian/how-do-i-improve-my-shops-seo-discoverability-and-conversion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
