Slugify Text
Turn any title into a clean, URL-friendly slug.
Titles into tidy slugs
A slug is the clean tail of a URL, and turning a headline into one by hand is fiddly — lowercasing, stripping punctuation, handling accents. This tool does it in one step.
It lowercases the text, converts accented letters to plain ASCII, and replaces every run of non-alphanumeric characters with a single hyphen, trimming stray hyphens from the ends. The result is ready to drop into a URL.
Clean and private
The slug is generated in your browser, so your text is never uploaded.
Frequently Asked Questions
What is a slug?
The URL-friendly version of a title — lowercase, with spaces and punctuation replaced by hyphens, like this-is-a-slug.
Does it handle accents?
Yes. Accented letters are converted to their plain form, so café becomes cafe.
Why do slugs matter?
Clean, readable slugs are easier to share and can help search engines and users understand a page at a glance.
Browse the full set of free, private, in-browser tools.