Turn a headline into a URL-safe slug: lowercase, hyphen-separated, accents stripped, punctuation removed.
How it works
- Enter your article title or headline.
- The tool automatically strips punctuation, normalizes accents, and replaces spaces with hyphens.
- Copy the generated slug for your URL.
Frequently asked questions
Why hyphens, not underscores?
Search engines treat hyphens as word separators; underscores historically joined words together.
How long should a slug be?
Keep the meaningful keywords, drop filler words; 3–6 words is a healthy range.
What about non-Latin scripts?
Accented Latin transliterates (café → cafe). Fully non-Latin text needs a transliteration scheme beyond simple slugging.