Turn any title into a clean, SEO-friendly URL slug, with German umlaut handling.
How to use the Slug Generator
Type or paste a title. Each line becomes its own slug.
Choose a separator and whether to lowercase and expand German umlauts.
Copy the generated slug.
This URL slug generator turns a title into the clean, readable part of a web address. It transliterates accented letters to ASCII, lowercases the text, and replaces spaces and punctuation with a single separator, so "My First Post!" becomes my-first-post.
Everything runs in your browser, so your titles are never uploaded.
A slug is the human-readable identifier in a URL, the my-first-post in example.com/blog/my-first-post. Good slugs are short, lowercase and made of letters, numbers and hyphens, which is both tidier for people and clearer for search engines.
It handles German umlauts the way German sites expect: with German mode on, ä, ö and ü become ae, oe and ue and ß becomes ss. With it off, accents are simply stripped, so ä becomes a, which suits other languages.
You can choose the separator and whether to lowercase. Hyphens are the recommended default because search engines read a hyphen as a word separator but an underscore as a word joiner, so hyphenated slugs rank and read better.
Each line of input is processed separately, so you can paste a whole list of titles and get a clean slug for every one in a single step, handy when setting up many pages or importing content.
Frequently asked questions
Keep it short and lowercase, use hyphens between words, and stick to letters, numbers and hyphens. Search engines read hyphens as word separators.
With German mode on, ä, ö, ü become ae, oe, ue and ß becomes ss. With it off, accents are simply stripped (ä becomes a).
Google treats hyphens as word separators but underscores as joiners, so hyphens are the SEO-recommended choice. Underscore is available if your system requires it.
It is the readable identifier in a URL, such as my-first-post in example.com/blog/my-first-post. It usually comes from the page title.
Yes. Each line is processed separately, so you can paste many titles and get a clean slug for each in one step.
No. Slugs are generated entirely in your browser, so your titles never leave your device.
Embed this tool
Add this tool to your own website. Copy the snippet below; it stays up to date automatically.
<iframe src="https://monu.tools/embed/en/slug-generator" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>Related tools
Convert numbers to Roman numerals and Roman numerals back to numbers (1 to 3999).
Sort lines of text alphabetically, numerically or by length, with options to trim, deduplicate blanks and ignore case.
Translate text to Morse code and Morse code back to text, using the international standard.
Convert Markdown to HTML and HTML back to Markdown, with a live preview. Works in both directions.