Skip to content

Slugify

Turn titles into clean, lowercase, hyphenated URL slugs.

Slug

How to use the Slugify

  1. Type or paste your title.

  2. Get the slug instantly.

  3. Copy it into your CMS or code.

What is a URL slug?

A slug is the human-readable part of a URL that identifies a page, like 'my-first-post'. Good slugs are lowercase, hyphen-separated, free of special characters and accent-folded, which helps both readers and SEO. This tool transliterates accents, strips punctuation and joins words with hyphens automatically.

Key features

  • Lowercase, hyphenated output
  • Accent and diacritic folding
  • Strips punctuation and symbols
  • Live conversion as you type

Frequently asked questions

Why are slugs good for SEO?

Readable, keyword-rich slugs help users and search engines understand a page, and they're more clickable than random IDs.

How are accented characters handled?

They're transliterated to their closest ASCII equivalent (é → e) so the slug stays URL-safe.

What happens to spaces and symbols?

Spaces become hyphens and punctuation is removed, producing a clean kebab-case slug.