# SEOルールの追加ウィンドウ

SEOルールの追加を行います。

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

<table><thead><tr><th width="335">項目</th><th>説明</th></tr></thead><tbody><tr><td>SEO用URL</td><td>SEOフレンドリーなURLを入力するフィールド</td></tr><tr><td>直接対象の"dispatch"パラメータの値</td><td>システム内部で使用されるURLパラメータを入力するフィールド</td></tr><tr><td>「キャンセル」ボタン</td><td>SEOルールの追加をキャンセル</td></tr><tr><td>「登録」ボタン</td><td>SEOルールの設定内容を保存</td></tr></tbody></table>

{% hint style="info" %}
**dispatch とは**\
CS-Cartでは、\
<https://example.com/index.php?\\*\\*dispatch=\\*\\*products.view\\&product\\_id=43\\>
のように、dispatch= 以降に続く\
**コントローラー :** 上記URLでは **products**\
**モード :** 上記URLでは **view**\
で表示するページを制御しています。SEOルールを追加する際には、このコントローラーとモードを「直接対象の"dispatch"パラメータの値」に入力する必要があります。
{% endhint %}


---

# Agent Instructions: 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://manual-admin.cs-cart.jp/mall-admin/website/seo/add_seo_rules.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.
