Slug Generator
Turn any title into a clean, URL-safe slug.
Type a title above to see its URL slug.
About Slug Generator
A slug is the human-readable part of a URL. Good slugs are short, lowercase, hyphen-separated and free of punctuation, which makes them easy to read, share and index.
This generator lowercases your title, transliterates accented characters to ASCII, strips punctuation and emoji, collapses whitespace into your chosen separator and can optionally drop common stop words and enforce a maximum length.
Frequently asked questions
What happens to accented characters?
They are transliterated to their closest ASCII equivalent, so a title with an accented e produces a plain e in the slug.
Are stop words removed?
Only if you turn that option on. It shortens slugs but can hurt readability, so it is off by default.
Which separator should I use?
Hyphens. Search engines treat hyphens as word separators and underscores as word joiners.