Turn titles into clean, SEO-friendly URL slugs - one at a time or in bulk, instantly.
A slug is the readable part of a URL that names a page - the my-awesome-blog-post in
example.com/blog/my-awesome-blog-post. This generator turns any title into a clean, URL-safe
slug: it lowercases the text, transliterates accented letters to plain ASCII (e-acute becomes e), removes
punctuation, and replaces spaces with your chosen separator while collapsing any repeats. It all runs in
your browser, so nothing you type is sent anywhere.
A good slug is more than tidy - it is a small SEO signal. A descriptive, keyword-bearing slug tells readers and crawlers what the page is about before they open it, and short slugs are easier to share, remember and fit into a search result without being truncated.
Reach for it when publishing blog posts, product pages or documentation, naming files and folders, or building API routes and anchor links - anywhere a title has to become a stable, readable identifier.
Keep it short, lowercase, hyphen-separated and built from words that describe the page. Drop stop words and dates when they add no meaning.
Google treats hyphens as word separators and underscores as joiners, so hyphens are the safer choice for SEO. This tool defaults to hyphens.
Accents are reduced to their closest ASCII letter, so e-acute becomes e, and characters with no ASCII match are dropped so the slug stays URL-safe.
Yes. Paste one title per line and the tool slugs each of them, then lets you download the whole list.