Skip to content
Text tools

Slug Generator

Convert any title or sentence into a clean, URL-safe slug.

Separator
Preview
https://example.com/hello-world-welcome-to-toulino-2026-edition

How it works

  1. 1Type or paste a title.
  2. 2Pick a separator (- _ .) and the casing rules.
  3. 3Copy the resulting slug.

Use cases

  • Generate blog-post URLs from titles.
  • Normalize tags and category names.
  • Convert filenames into web-safe identifiers.

Frequently asked questions

What does "ASCII-only" do?

It strips any non-Latin characters entirely. Off by default, so "café" becomes "café"; on, it becomes "cafe".

Are emoji preserved?

No — emoji are not URL-safe and are stripped along with punctuation.

How are repeat separators handled?

When "Trim & dedupe" is on, repeat separators collapse to one, and leading/trailing separators are removed.

Read the guide
How to make a URL slug that survives the internet
A good slug is readable, short, and forever-stable. Here are the rules — and the gotchas with non-Latin scripts and emojis.
See all →