URL Slug Generator
Converts a title or phrase into a lowercase, hyphenated URL slug, stripping accents and non-alphanumeric characters. Runs entirely in your browser — nothing is sent to a server.
Converts a title or phrase into a lowercase, hyphenated URL slug, stripping accents and non-alphanumeric characters. Runs entirely in your browser — nothing is sent to a server.
Use cases
- Turning a blog post title into its URL slug
- Generating a clean, SEO-friendly path segment
Examples
A title with punctuation
Hello World! This is a Test
hello-world-this-is-a-test
FAQ
Is my data sent to a server?
No — this tool runs entirely in your browser.