Slugify Text
Turn any title into a URL-safe slug.
About this tool
Create URL-safe slugs from titles and headings: lowercase, hyphenated, without unsafe characters. Useful for blog posts, CMS permalinks, and file names.
What you get
- A lowercase hyphenated slug
- Stripped punctuation and collapsed whitespace
- ASCII-friendly output suitable for URLs
How to use
Paste a title and copy the generated slug into your CMS or route config.
FAQ
How to create a URL-friendly slug from a title?
Paste the title and copy the lowercase hyphenated slug with unsafe characters removed.
What characters are removed when slugifying?
Punctuation and symbols are stripped, whitespace collapses to single hyphens, and the result stays ASCII-friendly for URLs.
How to convert blog post title to permalink?
Run the title through slugify and use the output as the path segment in your CMS or static site router.
Does slugify handle non-ASCII characters?
Non-ASCII letters may be transliterated or removed depending on input—review output for your locale before publishing.
By using this tool you agree to our Terms of Use and Privacy Policy. Results are provided as-is without warranty.