Slug Generator

Convert any text into a clean, URL-friendly slug.

How does it work?

A slug is the last, readable part of a URL: "/blog/italian-cooking-recipes". Search engines and users prefer clear URLs over strings of numbers.

Type the title or phrase and get the slug instantly: lowercase, without accents, spaces converted to dashes and no weird characters.

Frequently asked questions

Which characters does it remove?

It lowercases the text, removes accents, and replaces spaces and symbols with dashes, keeping only letters and numbers.

Why strip accents from the slug?

It is more compatible with systems and short URLs; an á would otherwise turn into %C3%A1, but using "a" is cleaner and avoids special-character issues.

What is it used for in WordPress and other CMS?

You can replace the permalink with the slug generated here to get short, readable, SEO-friendly URLs.

Related tools