# Guide: manage a page's slug

{% hint style="warning" %} <mark style="color:orange;">Platform administrators can modify the slug of all internal pages included in the header menu and/or footer. However, the slug for the links at the very bottom of the pages which refer to ‘Legal notices’, ‘Privacy Policy’ and ‘Terms and Conditions' cannot be modified, as it will affect the pages' display. These slugs should be:</mark>

* <mark style="color:orange;">Legal notices: legal-notices</mark>
* <mark style="color:orange;">Privacy Policy: GDPR</mark>
* <mark style="color:orange;">Terms and Conditions: terms-of-use</mark>
  {% endhint %}

### What is a slug? <a href="#id-1.16.x-guide-manageapagesslug-whatisaslug" id="id-1.16.x-guide-manageapagesslug-whatisaslug"></a>

The slug is the part at the end of a page's URL and it refers to the specific content of the page, so it could be said that it describes and identifies it. Below you can find an example for the page "How it works" which can be found at the end of this article.

<figure><img src="/files/vgACn0jG5BwG0OhN2y8B" alt=""><figcaption><p>Figure 1</p></figcaption></figure>

<figure><img src="/files/6XTHsvQ2za4UADap5Fnm" alt=""><figcaption><p>FIgure 2</p></figcaption></figure>

### Why is it important? <a href="#id-1.16.x-guide-manageapagesslug-whyisitimportant" id="id-1.16.x-guide-manageapagesslug-whyisitimportant"></a>

Optimizing your pages' slug will improve your SEO, as it helps both users and search engines identify the content of your pages, therefore impacting the ranking process for search engine results pages (SERP).

### How to optimize your slugs? <a href="#id-1.16.x-guide-manageapagesslug-howtooptimizeyourslugs" id="id-1.16.x-guide-manageapagesslug-howtooptimizeyourslugs"></a>

1. **Include keywords**

Keywords included in the slug will help search engines understand which keywords will be ranked for the platform's pages and they will also be visible in the SERPs for everyone searching the web to see. Select words that are descriptive and avoid confusion.&#x20;

*Keep the slug easy to understand.*

2. **Avoid stopping keywords**

Words that do not add value or help identify a page should be avoided as much as possible. Some examples of these are: the, of, a, on, in and is.

*Keep the slug clear.*

3. **Make it short**

Avoid heavy slugs and people will be able to understand them better and faster. Additionally, search engines will try to match what the users are searching for with the pages' slugs to index and rank results. This will not necessarily make the pages rank higher than others but it can create a small advantage.

*Keep your slug short.*

4. **Check the format**

Separate words with hyphens “- “ and, if possible, avoid using characters other than letters a-z and numbers. Also, use only lowercase letters.

*Keep the slug clean.*

### How to modify your page’s slug in the SBO <a href="#id-1.16.x-guide-manageapagesslug-howtomodifyyourpagessluginthesbo" id="id-1.16.x-guide-manageapagesslug-howtomodifyyourpagessluginthesbo"></a>

The slug can be modified by accessing **SBO > Content > Pages**

<figure><img src="/files/GqUr9UsiVhgDvVnjNkpS" alt=""><figcaption><p>Figure 3</p></figcaption></figure>

In order to apply the changes correctly you also need to access **SBO > Content > Interface** Texts and modify the correspondent parameter’s slug to the same selected on the page.

<figure><img src="/files/QudXZ4b1tzVn5StlU2DR" alt=""><figcaption><p>Figure 4</p></figcaption></figure>

In addition to it, make sure to click on the button **“Clear cache”** on the top right of your screen to see the changes.


---

# 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://features.scnd.com/v2.0/superadmin/contents/pages/guide-manage-a-pages-slug.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.
