Slug Generator Details
Slug Generator turns a title into a URL-ready slug: lower case, hyphenated and stripped of accented characters.
Use it when setting the address of a new article, naming a product page, or standardising filenames.
Step by step
Short version: give it input, run it, take the output. Details below.
- Type the title or sentence into the box.
- Run the tool; the slug appears immediately.
- Copy it into your address field.
Technical details
Conversion rules:
- Everything is lower-cased and accented letters fall back to ASCII: ı to i, ğ to g, ü to u, ş to s, ö to o, ç to c.
- Anything that is not a letter or digit becomes a hyphen, and repeated hyphens collapse into one.
- Leading and trailing hyphens are trimmed.
- The work happens in your browser; the text is never uploaded.
When to choose this tool
This page is for URL segments. For a random identifier use the UUID Generator, and to measure the length of a text use the Character Counter.
It does not shorten: a long title produces a long slug and trimming is left to you. The same title always yields the same slug, so uniqueness checks belong in your own system.
Practical notes
- Keep addresses short — the first three or four words carry the meaning.
- If you add a date or id, put it at the end so keywords stay in front.
- When you change a published slug, leave a redirect from the old address.
Data and privacy
The work happens locally and your data stays on the device. The single outgoing request is the usage counter, and your text is not part of it. Advertising and measurement cookies operate at page level, never inside the tool.