🔗 Slug Generator
Create readable, lowercase URLs for blog posts, products and file names – live as you type.
🔒 Runs in your browser · files never uploaded
How to use the Slug Generator tool
- Type or paste a title (or many, one per line).
- Pick a separator, max length and lowercase/stop-word options.
- Copy the slug.
Frequently asked questions
What happens to accents like é or ü?
They are transliterated to plain ASCII (Crème Brûlée → creme-brulee) using Unicode normalisation, plus special cases like ß → ss and æ → ae. Other symbols are removed.
Hyphens or underscores?
Use hyphens for web URLs – Google treats a hyphen as a word separator but joins words linked by underscores. Underscores suit file names and code identifiers.
How long should a URL slug be?
Aim for 3–5 words and under about 60 characters. Set Max length and the slug is cut at a word boundary rather than mid-word.
Should I remove stop words?
Often yes: "the-best-way-to-learn-python" reads fine as "best-way-learn-python". Keep them when removing changes the meaning.