How to use
Use it to generate consistent, URL-safe slugs for posts, pages, and products.
- Paste or type your text into the input box (one title or multiple lines).
- Choose options like separator, lowercase, accent removal, and max length.
- Click Generate (or enable Auto).
- Copy the output and use it in your CMS or URL builder.
FAQ
What is a URL slug?
A slug is the readable, URL-safe part of a page URL, usually derived from a title (for example: my-blog-post).
Does this tool upload my text?
No. It runs fully client-side in your browser and does not send your input anywhere.
How does “Remove accents (ASCII)” work?
It converts characters like é to e and strips diacritics so the slug is ASCII-only.
Can I generate multiple slugs at once?
Yes—enable Batch mode to generate one slug per non-empty input line.
Which separator should I use: hyphen or underscore?
Hyphens are the most common for URLs; underscores are useful if your system requires them.
Why is my output empty?
If the input is blank or only contains removed characters, no slug can be produced—try adding letters/numbers or adjusting options.
Can I limit the slug length?
Yes. Set Max length to a number and the tool will trim the result and remove any trailing separators.