Slug Generator

Turn titles into URL-friendly slugs.

#text

About the Slug Generator

Turn any title or phrase into a clean, URL-friendly slug. The generator lowercases the text, strips accents and special characters, and joins words with a hyphen or underscore so the result is safe to use in links and file names.

Slugs improve readability and SEO for blog posts, products and pages. Conversion happens live in your browser, so nothing is uploaded.

Features

  • Converts titles to clean URL slugs
  • Removes accents and special characters
  • Choose hyphen or underscore separators
  • Live result as you type
  • Copy to clipboard in one click
  • Runs entirely in your browser

How to generate a URL slug

  1. Type or paste your title into the field.
  2. Choose a hyphen or underscore separator.
  3. The URL-friendly slug appears instantly.
  4. Click Copy to use it in your link.

Frequently asked questions

What is a URL slug?

A slug is the human-readable part of a URL that identifies a page, such as 'my-first-post' in /blog/my-first-post.

Why are slugs lowercase with hyphens?

Lowercase, hyphen-separated slugs are widely recommended because they're readable, consistent and avoid encoding issues across systems.

Does it handle accented characters?

Yes. Accents are stripped to their base letters so the slug stays ASCII-safe.

Is my text uploaded?

No. Slugs are generated locally in your browser.