Text
Slug Generator
Turn a title or phrase into a clean URL slug.
Text
Copied
Turn a title into a clean URL slug
This slug generator turns a title into a URL-safe slug: lowercase, accents removed, punctuation stripped, and spaces swapped for a separator. A heading like 10 Best Coffee Shops in Colombo becomes 10-best-coffee-shops-in-colombo. It is what you want for blog permalinks, file names and anchor links.
How to generate a URL slug
Type or paste your title, choose hyphens or underscores as the separator, and copy the slug. It updates as you type.
Frequently asked questions
Does it handle accented characters?
Yes. Accents are normalized away, so cafe comes out clean whether you typed it with or without the accent.
Which separator is better for SEO?
Hyphens are the widely recommended choice for URLs, which is why they are the default here.