URL Slug Generator

Turn titles and phrases into SEO-friendly URL slugs.

(0 = no limit)

How it works

  1. Paste or type your title into the input.
  2. The slug is generated live — lowercased, with spaces replaced by hyphens and special characters removed.
  3. Accented characters are normalised (e.g. 'café' becomes 'cafe').

Common use cases

  • Creating clean URLs for blog posts and articles.
  • Generating consistent slugs for product pages.
  • Building slugified IDs for documentation anchors.
  • Normalising imported titles before they hit a database.

Frequently asked questions

What makes a slug SEO-friendly?

Short, lowercase, descriptive, hyphen-separated, ASCII-safe, and free of stop-word noise. This tool produces slugs that follow those conventions.

How are accented characters handled?

They are normalised to their ASCII equivalents using Unicode NFD decomposition — 'naïve' becomes 'naive', 'crème brûlée' becomes 'creme-brulee'.

Are emoji removed?

Yes. Emoji and most non-letter symbols are stripped because they break URL routing in many systems.

Does it remove common stop words like 'the' or 'and'?

No — it preserves your words. If you want shorter slugs, edit the input first.

Other free text utilities from Your Daily Text Kit.