🔤 URL Slug Generator

Convert text to clean URL-friendly slugs with custom separators and options.

Enter text above to generate slugs.
àa
áa
âa
ãa
äa
åa
æae
çc
èe
ée
êe
ëe
ìi
íi
îi
ïi
ðd
ñn
òo
óo
ôo
õo
öo
øo
ùu
úu
ûu
üu
ýy
ÿy
þth
ßss
ÀA
ÁA
ÂA
ÃA
ÄA
ÅA
ÆAE
ÇC
ÈE
ÉE
ÊE
ËE
ÌI
ÍI
ÎI
ÏI
Separator
Case
Max length0 = unlimited
Remove numbers
Transliterateæ→ae, ö→o, ü→u…
Custom strip patternsChars/strings to remove

A URL slug is the readable, URL-safe part of a web address (like "how-to-convert-pdf-to-word" instead of a messy string with spaces and special characters). This tool converts any text - like an article title - into a clean, properly formatted slug ready to use in a URL.

Frequently asked questions

Short, descriptive, lowercase, hyphen-separated, and ideally containing the target keyword - avoiding unnecessary filler words keeps it clean and readable both for users and search engines.

Spaces are typically converted to hyphens, and special characters/punctuation are stripped or transliterated, since URLs need to stick to a limited safe character set.

Most slug generators transliterate accented characters into their closest plain-ASCII equivalent (like "é" becoming "e") to keep the slug URL-safe and readable.