> For the complete documentation index, see [llms.txt](https://docs.opusbooster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opusbooster.com/platform/website-funnel-builder/add-pages.md).

# 新規ページの追加

**ウェブサイトに新しいページを追加するのはとても簡単です。**

まず最初に、アイコンバーから３本線アイコンをクリックし、「ページ & ポップアップ」を開いて「新しく追加する」をクリックします。

ポップアップウィンドウが開くので、ページアイコンを選択します。

<figure><img src="/files/PQyxxtLMGWpO05CZ9RdK" alt=""><figcaption></figcaption></figure>

次に、ページデザインのカテゴリーを選択します。100種類以上の編集可能なテンプレートが用意されており、ページデザインのスピードアップに利用できます。

ゼロから新しいページを作成する場合は、「空のページ」ボタンを使用します。

<figure><img src="/files/jVW1LWJkDxNixB2vHQS5" alt=""><figcaption></figcaption></figure>

ページデザインを選択すると、新しいポップアップが画面に表示されます。

**新しいページを追加「ページ情報」ポップアップ**： ここでページ名を入力すると、自動的に新しいページのURLが生成されます。

**ページグループに追加**：新しいページや既存のページをグループに追加することができます。これにより、ページをフォルダ分けして管理することができます。

**ページへのアクセス**： 誰にそのページを見せたいのかを設定できます。例えば、安全な会員制エリアを作成する場合は、ページへの訪問を許可する会員グループを選択するだけです。また、パスワードで保護されたページを設定することもできます。

**代替ヘッダー**： OpusBoosterでは、ページ上部に2種類のメニューバーを表示させることができます。通常、訪問者のナビゲーションのために、ウェブサイト全体に1つずつ配置します。しかし、代替ヘッダーを作成することで、別のヘッダーメニューオプションを使用することができます。例えば、会員制のページで、コースのナビゲーションにメニューを使いたい場合、このオプションが適しています。

<figure><img src="/files/AXA2uqhKF7Gsku3NmGko" alt=""><figcaption></figcaption></figure>

### ページSEO

ページ情報タブの隣には、SEO情報タブがあります。ここでは、SEO「サーチエンジン最適化」情報を追加することができます。

**サイトマップに追加**： サイトマップボタンは、そのページの検索能力をオフにすることができます。これをオンにすることで、検索エンジンのインデックスを向上させることができます。OpusBoosterは自動的にGoogleのインデックス付きページを作成します。インデックスされたページは、このURLで確認できます：

> [https:// ](https://your/)あなたのドメイン/**sitemap.xml**

<figure><img src="/files/QIDfSBjDAVpmiEx8jUrJ" alt=""><figcaption></figcaption></figure>


---

# 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.opusbooster.com/platform/website-funnel-builder/add-pages.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.
