Slug Generator

Turn a title into a URL-ready slug: lower case, hyphenated and free of accented characters.

The output will appear here.

How Slug Generator works

Turn a title into a URL-ready slug: lower case, hyphenated and free of accented characters.

Input Text
Output SEO-friendly slug
Works done 5,485

Related tools

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.

  1. Type the title or sentence into the box.
  2. Run the tool; the slug appears immediately.
  3. 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.

Frequently asked questions

Type or paste your data into the Text field, run the tool, then copy or download the SEO-friendly slug result.

Yes. While the text field is focused, Ctrl + Enter (Cmd + Enter on macOS) runs the tool.

You can copy the output or save it as a text file with the download button. The file name is based on the tool name.

The tool shows the error message in the output area. Fix the input and run it again.