Text to URL Slug Generator
Turn a title into a clean lowercase URL slug with browser-only processing.
How the slug generator works
Type or paste a title
Add any text, such as a blog post title or product name.
Generate
The tool lowercases the text, strips accents, removes characters that aren't letters, numbers or spaces, and replaces spaces with hyphens.
Copy the slug
Copy the clean, URL-friendly slug for use in a page URL or file name.
Frequently asked questions
Are accented characters handled?
Yes. Accented letters are normalized to their base form (for example é becomes e) before the slug is generated.
What happens to punctuation and symbols?
Anything that isn't a letter, number, space or hyphen is removed, and multiple hyphens are collapsed into one.
Is my text uploaded anywhere?
No. Slug generation happens locally in your browser.