Slugify

Turn any title into a clean URL slug. Strips accents and special characters.

100% in your browser · No uploads

Slug

hello-world-cafe-co

What this does

Slugify turns a title into a clean URL slug — lowercase, hyphen-separated, with accents and special characters stripped. Bulk mode processes one title per line.

When to use it

  • Generating SEO-friendly URLs for blog posts or product pages
  • Building file names from human-readable titles
  • Converting headings into HTML id anchors
  • Migrating content from a CMS that allows special characters in URLs

Frequently asked

What's the difference between strict mode and non-strict?

Strict drops everything that isn't ASCII (a-z, 0-9). Non-strict keeps Unicode letters like é, ñ, or Cyrillic — useful for non-English URLs that support Unicode slugs.

Can I use underscores or dots instead of hyphens?

Yes — change the Separator field to whatever character you want. Hyphens are standard for URLs (Google treats them as word separators).