Slug / URL fragment
Turn titles into URL-friendly slugs (accents normalized).
About this tool
Turn any title into a clean, URL-friendly slug — lowercase, hyphenated and free of accents or symbols. The polished way to build readable links.
Why use it
- Transliterates accented characters into plain ASCII.
- Replaces spaces and punctuation with single hyphens.
- Gives you tidy, SEO-friendly URLs.
Common use cases
- Create the URL path for a new blog post.
- Generate a file or folder name from a title.
- Normalize a product name into a stable handle.
Tips
- Keep slugs short and meaningful — they appear in search results.
- Avoid changing a slug after publishing to prevent broken links.
How to use
- Paste text.
- Generate slug.
- Copy.
FAQ
- What does slugify do?
- It turns a title into a clean, URL-friendly slug using lowercase words and hyphens.
- Does it handle accented characters?
- Yes, accents are transliterated to plain ASCII so the slug stays compatible.
- Is my text uploaded?
- No. Slugs are generated in your browser.
- Why use hyphens instead of spaces?
- URLs cannot contain raw spaces, and hyphens are the most readable and SEO-friendly separator.
- Will it remove symbols?
- Yes, punctuation and special characters are stripped to keep the slug clean.
- Can I slugify many lines?
- Yes, paste multiple titles to convert them in one pass.