DevTools / Generators
Slug Generator
Turn a title or sentence into a clean, lowercase, hyphen-separated URL slug — instantly, in your browser.
Runs entirely in your browser · No data uploaded
What is Slug Generator?
A slug is the URL-friendly part of a web address that identifies a specific page — for example, the 'my-blog-post-title' part of yoursite.com/blog/my-blog-post-title. Good slugs are lowercase, use hyphens instead of spaces, and strip out special characters, which helps both readability and SEO.
FAQ
What happens to special characters and accents?
Special characters are removed, and accented letters are converted to their closest plain equivalent (e.g. é becomes e).
Are spaces converted to hyphens or underscores?
Hyphens — this is the standard convention for URL slugs and is preferred by most SEO guidelines over underscores.