URL Slug Generator
Convert a title or phrase into a clean, search-friendly URL slug — lowercase, hyphenated, and ASCII-folded.
URL Slug Generator
🔒 Nothing you enter is sent anywhere or stored. All processing happens in your browser.
How it works
A slug is the human-readable part of a URL that identifies a page, such as how-to-bake-bread in example.com/how-to-bake-bread. Clean slugs help both readers and search engines understand what a page is about.
This generator takes your title and applies the transformations search engines expect: it converts everything to lowercase, folds accented characters to their plain ASCII equivalents (so café becomes cafe), removes apostrophes, and replaces every run of punctuation or spaces with a single hyphen. The result contains only lowercase letters, numbers, and hyphens — the safest, most portable characters for a URL.
Two optional toggles refine the output. Remove stop words strips very common words like a, the, and of to keep slugs short and keyword-focused. Use underscores swaps hyphens for underscores if your platform requires them, though hyphens are the SEO-recommended default because search engines treat them as word separators.