Development

Slug Generator

Turn any title into a URL-friendly slug: removes diacritics, swaps spaces for hyphens, strips special characters. Essential for blogs, e-commerce and SEO.

Separator

Case

What is Slug Generator?

Converts any text to a "slug" — URL-friendly format: all lowercase, no accents, spaces become hyphens. "Hello World!" becomes "hello-world". Essential for creating URLs for blog posts, products, categories and any page with a dynamic name.

How to use

  1. Type the title in the main field.
  2. The slug appears below in real time.
  3. Customize the separator (- or _) if you want.
  4. Use the copy button to paste into your URL.

Examples

"How to Bake a Cake!" how-to-bake-a-cake
"10 SEO Tips for 2025" 10-seo-tips-for-2025
"Café & Açúcar" cafe-acucar

Frequently asked questions

What is a slug?

A slug is the readable part of a URL after the domain. For example, in "gettool.app/slug-generator", the slug is "slug-generator". Good slugs help SEO because they describe the page content.

Why hyphens and not underscores?

Google treats hyphens as word separators but underscores as part of the word. For SEO, always prefer hyphens (kebab-case).

Do diacritics hurt SEO?

URLs without diacritics are more compatible with different systems and easier to type and share. The slug removes diacritics automatically while preserving readability.

Related tools