Slug Generator

URL-safe slugs from any title.

Loading tool

This tool runs in your browser. Nothing is uploaded.

Type a headline and get a permalink. Accents fold to ASCII so café becomes cafe.

How to use this tool

  1. Paste your text. Put the draft or list into the field at the top of this page. Nothing is uploaded.
  2. Adjust the options. Pick the mode or flags you need. Results update in this tab.
  3. Copy the result. Use Copy when the output looks right. Refreshing the page clears the text.

Rules

Lowercase, trim, decompose accents, drop characters that are not letters, numbers, or spaces, then replace spaces with hyphens and collapse repeats.

Frequently asked

Are underscores kept?

No. Underscores become hyphens so the slug matches common CMS permalinks.

What about emoji?

Emoji are removed. They make brittle URLs.

Can I keep a custom prefix?

Add the prefix after you copy, or type it in front of the title.

Is the slug unique?

This tool does not talk to your CMS. Uniqueness is your job.

Does it handle non-Latin scripts?

Letters outside Latin are kept if they are alphanumeric; otherwise they are dropped.