> For the complete documentation index, see [llms.txt](https://help.anonivate.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.anonivate.com/help-center/seo/page-slug.md).

# Page Slug

A page slug is the part of your URL that tells users and search engines what your page is about. An example is `www.yourwebsite.com/about-us`, the slug is `about-us`.

### **Why Page Slugs are important:**

* **Search Engine Clarity**: They make your URLs easy to understand and memorable.
* **SEO Boost**: Including keywords in slugs can bump up your search rankings.

### **Tips for Great Slugs:**

* **Short & Sweet**: Use just a few words to describe your page.
* **Keyword Magic**: Sprinkle in relevant keywords.
* **Easy Does It**: Avoid special characters and stick to lowercase.

{% hint style="success" %}
**Good Slug**: `www.yourwebsite.com/web-design-tips`
{% endhint %}

{% hint style="warning" %}
**Not-so-Good Slug**: `www.yourwebsite.com/12345/page1`
{% endhint %}

Remember, a good slug is like a mini headline for your page – make it count!


---

# 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:

```
GET https://help.anonivate.com/help-center/seo/page-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.
