Slugify — URL Slug Generator
Turn any text into a clean, URL-safe slug.
Slug
10-tips-for-writing-great-blog-post-titles
Everything runs in your browser — nothing you type here is sent anywhere.
Frequently asked questions
What does slugify actually do?+
It strips accents, lowercases the text (optionally), and replaces anything that isn't a letter or number with your chosen separator, collapsing repeats and trimming the ends — the result is safe to use directly in a URL.
Hyphens or underscores — which should I use?+
Hyphens are the near-universal standard for URL slugs and are what Google recommends for SEO; underscores are more common in filenames and code identifiers.
Is my text uploaded anywhere?+
No. All conversion happens client-side in your browser; nothing you type is sent to a server.