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