Slug generator
Type a title and get its URL slug instantly.
URL slug generator
This slug generator turns a title into a URL-friendly string: lowercase, accent-free, with spaces and symbols replaced by hyphens. Handy for websites, blogs and CMSs. It runs in your browser.
What a slug is
A slug is the readable part of a URL that identifies a page, e.g. /vat-calculator/. A good slug is short, descriptive and keyword-rich, which helps SEO and makes the address easy to read and share.
How it’s generated
- Everything is lowercased.
- Accents and diacritics are removed (á → a, ñ → n).
- Spaces and symbols become hyphens.
- Leading and trailing hyphens are trimmed.
Frequently asked questions
Hyphens or underscores? Google recommends hyphens (-) to separate words in URLs.
Should I include the date or an id? Only if it helps; a short slug with the main keyword is usually better.
Is my text sent to a server? No, it all happens in your browser.