> For the complete documentation index, see [llms.txt](https://docs.openspaces.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openspaces.design/english-ja/readme-1/theme-settings/languages-and-seo/update-favicon.md).

# ファビコンの更新

### **学べること**

* Shopifyストアにファビコンをアップロードする方法
* Apple touchアイコンを設定する方法
* リッチスニペットのようなSEO機能を有効にする方法

***

### 🧩 ファビコンとは？

ファビコンはブラウザのタブ、ブックマーク、モバイルの検索結果に表示される小さなアイコンです。閲覧環境全体で視覚的にブランドを強化するのに役立ちます。

> 💡 推奨サイズ： **32x32px**として保存 `.png` 透明な背景で。

***

### ファビコンを追加または更新する方法

#### ステップ1：テーマ設定を開く

1. 「 **Shopify テーマエディタ**、左サイドバーの⚙️をクリック **テーマ設定** アイコン
2. 下にスクロールして、を開きます **SEO設定** パネル

***

#### ステップ2：ファビコンをアップロードする

* クリック： **を選択します** の下に **ファビコン画像** フィールド
* 正方形の画像をアップロードしてください（推奨32x32ピクセル）
* 既存のファイルから選択するか、新しい画像をアップロードします

画像は自動的にスケールされ、すべてのブラウザタブで適用されます。

***

### Apple Touchアイコンを追加する（任意）

このアイコンはユーザーがサイトをiOSのホーム画面に保存したときに表示されます。

* 120x120pxの画像を次の項目の下にアップロードしてください **Apple touchアイコン画像**
* この画像はブランドに合ったもので、コントラストが良いものにしてください

***

### リッチスニペットを有効にする（任意）

これらの切り替えは検索エンジンでの表示を向上させるのに役立ちます：

* **商品リッチスニペットを有効にする**：価格、在庫状況、レビューの構造化データを含みます
* **記事リッチスニペットを有効にする**：サイトにブログコンテンツが含まれている場合に有用です

> ⚠️ これらの機能は検索エンジンを支援しますが、リッチリザルトを保証するものではありません。実際の表示はGoogleによって決定されます。

***

### ✅ 完了です！

保存すると、ファビコンは次の場所に表示されます：

* ブラウザのタブ
* ブックマーク
* モバイルデバイスのプレビュー
* Google検索結果（該当する場合）

変更がすぐに反映されない場合は、ブラウザのキャッシュをクリアしてください。

### **ヘルプが必要ですか？**

* 💬 **Discordでコミュニティに参加：** <https://discord.gg/hcc2GvgZc6>
* 📧 **メールでお問い合わせ：** <support@openspaces.design>
* 💻 **ライブチャット：** 月〜金、現地時間午前10時〜午後6時（EST）に当社ウェブサイトで直接対応


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.openspaces.design/english-ja/readme-1/theme-settings/languages-and-seo/update-favicon.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
