Slug Generator
Turn a title or sentence into a clean, SEO-friendly URL slug.
A slug is the URL-safe version of a title — lowercase, hyphen-separated, with punctuation and special characters stripped out. This tool converts any text into that format instantly, which is useful when naming blog post URLs, file names, or folder paths that need to avoid spaces and symbols while staying readable.
How to use it
- Type or paste your title or text.
- The slug updates live below it as you type.
- Click Copy to grab the generated slug.
- Use it directly as a URL path or filename.
Frequently asked questions
What counts as a good slug?
Short, lowercase, descriptive, and hyphen-separated — search engines and readers both parse it more easily than long strings with symbols.
Does it remove stop words like 'a' or 'the'?
No, it keeps all words by default so the slug stays an accurate match for the title; you can manually trim words if you want it shorter.
Does it handle accented characters?
Yes, common accented letters are converted to their closest plain-ASCII equivalent (e.g. é becomes e) so the slug stays URL-safe.