> For the complete documentation index, see [llms.txt](https://help.pagefly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pagefly.io/pagefly-help-center-japanese/faqtotoraburushtingu/faqs/the-url-address-of-my-page.md).

# ページのURLアドレス

### 概要

このガイドでは、[PageFlyページのウェブアドレス](https://help.pagefly.io/manual/the-url-address-of-my-page/)（URL）を変更および使用する方法を学びます。

この記事では、以下の内容を説明します。

* 「/pages」の後のウェブアドレスを変更する方法
* 既存のウェブアドレスをPageFlyページに使用する方法
* よくある質問

[PageFly](https://apps.shopify.com/pagefly)は、ShopifyのEコマースプラットフォーム専用に作られたShopifyアプリです。PageFlyで作成されたページは、Shopifyの要件と基準に従う必要があります。したがって、PageFlyで構築する通常のShopifyページは、URLの「pages」ディレクトリの後になります。例えば、それは常に[www.mystore.com/pages/your-pagefly-page](http://www.mystore.com/pages/your-pagefly-page)のようになり、PageFlyページが[www.mystore.com/your-pagefly-page](http://www.mystore.com/your-pagefly-page)のようなURLを持つことは不可能です。

### 要件

* URLを変更するには、ページがRegularまたはBlog postのページタイプである必要があります。

### 「/Pages」の後のウェブアドレスを変更する方法

「**/pages**」の後に続くウェブアドレスの部分を変更できます。方法は以下の通りです。

#### ステップ1：ページ設定に移動する

ページを開き、左側のツールメニューにある歯車アイコンをクリックして「**Page settings**」にアクセスします。

![](/files/BJAho274dgBh36AoFQHs)

#### ステップ2：変更を行う

「**Page URL**」ボックス内をクリックし、「**/pages**」の後に入力したい新しい部分を入力します。

![](/files/LhbeHuQ3OVYRWXaY4kNp)

#### ステップ3：ページを公開する

ウェブアドレスを更新したら、「**Save**」ボタンを押して変更を保存します。

![](/files/66cHEFJbDenIEbi87a3e)

次に、実際のウェブサイトに変更を反映させるには、「**Publish**」ボタンをクリックします。

![](/files/DmlSeuiLiTiWewpBcHJV)

### 既存のウェブアドレスをPageFlyページに使用する方法

#### ステップ1：古いページのURLを更新する

他のページによってすでに使用されているURLを使用したい場合は、まずそれを解放する必要があります。古いページを削除するか、そのURLを変更することができます。

1. 「**Online store**」に進み、「**Pages**」または「**Blog posts**」を選択します。
2. 変更したいページをクリックします。
3. 「**Search engine listing preview**」までスクロールし、「**Edit website SEO**」をクリックしてウェブアドレスを変更します。

![](/files/leTSonUtFUUrVGZPyzhc)

#### ステップ2：PageFlyページに適用する

次に、「**/pages**」の後のウェブアドレスを変更する方法の手順に従って、解放されたウェブアドレスをPageFlyページに使用します。

より分かりやすいデモンストレーションについては、以下のビデオチュートリアルをご覧ください。

{% embed url="<https://youtu.be/CmlhSD7NgdE?t=63>" %}

### よくある質問

**1. ホームページや商品ページ、コレクションページのURLを変更できますか？**

いいえ、これらはShopifyによって設定されています。これらを変更するには、Shopifyの設定から行う必要があります。

**2. URL変更後、古いURLから新しいURLへリダイレクトするにはどうすればよいですか？**

URLをリダイレクトするには、Shopify admin > オンラインストア > ナビゲーション > URLリダイレクトにアクセスする必要があります。詳細については、[Shopifyヘルプ記事](https://help.shopify.com/en/manual/online-store/menus-and-links/url-redirect)をご確認ください。

### 関連リソース

* [PageFlyでページ設定を編集する方法](https://help.pagefly.io/manual/page-settings/)


---

# 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://help.pagefly.io/pagefly-help-center-japanese/faqtotoraburushtingu/faqs/the-url-address-of-my-page.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.
