Slug Generator
Turn any text into a clean, URL-friendly slug.
Turn any title or text into a clean, lowercase, URL-friendly slug — spaces become hyphens, accents are stripped, and special characters are removed.
Runs entirely in your browser — nothing is uploaded.
How to use the slug generator
- 1Type or paste your text.
- 2The URL slug updates live.
- 3Copy it for your page or post URL.
Frequently asked questions
What is a slug?
A slug is the URL-friendly part of a web address — usually lowercase words separated by hyphens, e.g. my-blog-post.
Does it handle accented characters?
Yes — accents are converted to their base letters (é → e) so the slug stays clean ASCII.