Text Tools
Slug Generator
Turn any title into a clean, URL-friendly slug. Choose between hyphen or underscore separators, strip accents, remove common stop words, and force lower-case for consistent, SEO-friendly URLs.
Your input is processed locally in your browser. It is not uploaded to Dueneo.
Loading Slug Generator…
How to use
- 1
Type your title
Enter the heading of a blog post, product name or any text you want to turn into a URL.
- 2
Pick options
Choose a separator (hyphen or underscore), toggle lower-case, strip accents (so é becomes e) and optionally remove common stop words like "the" and "of".
- 3
Copy the slug
The slug updates live as you type and toggle. Click Copy slug to put it on your clipboard.
Common use cases
- Generate SEO-friendly URLs for blog posts and news articles.
- Create safe file names from document titles on systems that reject spaces and accents.
- Build anchor links for headings in a documentation site.
- Produce YouTube-style video IDs from titles (with an extra unique suffix).
Limitations
- The slug is built from ASCII letters and digits only; emoji and other non-ASCII characters are removed.
- Stop words list is a small built-in set (a, an, the, and, of, …) — extend it in code if you need a longer list.
- The tool does not check for slug uniqueness against your database — verify before publishing.
Frequently asked questions
Related tools
View allCase Converter
Convert text to UPPER, lower, Title, Sentence or camelCase.
Open
URL Encoder
Percent-encode URLs and query parameters.
Open
URL Decoder
Decode percent-encoded URLs back to plain text.
Open
Find and Replace
Find and replace text with optional regex and case sensitivity.
Open