# How to Configure SEO Settings in Omnitron?

Search Engine Optimization (SEO) is crucial for improving the website's visibility in search engines. This tutorial explains the process of configuring SEO settings for your website and provides step-by-step instructions on how to create new settings, filter settings and edit/delete existing settings.

## <mark style="color:red;">Step 1: Navigate to SEO Settings Page​</mark> <a href="#step-1-navigate-to-seo-settings-page" id="step-1-navigate-to-seo-settings-page"></a>

* Follow the **Sales Channels >** **Marketing** sidebar and click the **SEO Settings** page.<br>

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

## <mark style="color:red;">Step 2: Filtering and Editing SEO Settings for a Page​</mark> <a href="#step-2--filtering-and-editing-seo-settings-for-a-page" id="step-2--filtering-and-editing-seo-settings-for-a-page"></a>

* On the SEO Settings page, the filter panel and the list of existing SEO settings are displayed.
* You can filter pages based on several criteria, including Page URL, Meta Title, Meta Description, First and Last Creation Dates, and First and Last Updated Dates. Use these filters to quickly locate the page you want to work on.
* To edit the SEO settings for a specific page, click on the row containing the page. This will take you to the SEO Settings detail screen for that page.<br>

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

## <mark style="color:red;">Step 3: Creating a New SEO Setting​</mark> <a href="#step-3-creating-a-new-seo-setting" id="step-3-creating-a-new-seo-setting"></a>

* To create a SEO settings for a new page, click the **+ New SEO Setting** button in the upper-right corner of the SEO Settings page.<br>

  <figure><img src="/files/jbeKmKzeuxoxWty4V9sO" alt=""><figcaption></figcaption></figure>
* On this page, fields are dynamically generated based on the selected shop and its defined schemas.
* The form will be pre-filled with information, including Title, Description, Keywords, and Social Media Tags, based on the configured page URL. You can configure these settings manually or programmatically, with the exception of Meta Title and Meta Description rules.

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

  The fields on this form:

  * **HTML Tag:**
    * **Page URL:** Enter the URL of the page for which you want to set SEO settings.
    * **Meta Title:** Specify the title to be displayed in search engine results.
    * **Meta Description:** Provide a concise description for the page.
    * **Meta Keywords:** Add relevant keywords for the page.
  * **Twitter Media Tag:**
    * Configure the fields required for Twitter.
  * **Google+ Media Tag:**
    * Set the fields required for Google+.
  * **Facebook Media Tag:**
    * Define the fields required for Facebook.
  * **CSS Selector Class:**
    * This field can typically be left empty unless you need to specify a CSS class for styling purposes.

## <mark style="color:red;">Step 4: Adding Bulk SEO Settings​</mark> <a href="#step-4-adding-bulk-seo-settings" id="step-4-adding-bulk-seo-settings"></a>

* On the SEO Settings page, you have the option to use the **Add Bulk SEO Settings** button located in the upper-right corner. This feature allows you to add multiple SEO settings at once by uploading a file in XLS or CSV format.
* Ensure that your file includes fields for Title, URL, Description, Keywords, and Attributes for Twitter titles.<br>

  <figure><img src="/files/2ErRAp3G35PRICHftDLC" alt=""><figcaption></figcaption></figure>
* Additionally, you can download a template for the file you will upload by clicking on the **Download Add Bulk SEO Setting Template File** button at the bottom of the page and view the necessary fields.<br>

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

## <mark style="color:red;">Step 5: Deleting SEO Settings​</mark> <a href="#step-5-deleting-seo-settings" id="step-5-deleting-seo-settings"></a>

* Select the desired SEO setting to be deleted from the list. Multiple SEO settings can be selected.
* From the dropdown menu at the top of the list, select the **Delete Selected Items** option, then click the **Apply** button.<br>

  <figure><img src="/files/3i3QZtpPuT5uH9eSRkDk" alt=""><figcaption></figcaption></figure>


---

# 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://docs.akinon.com/tutorials/omnitron/sales-channels/marketing/how-to-configure-seo-settings-in-omnitron.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.
