Slug Generator

Turn titles into clean, URL-friendly slugs.

Lines0
Characters0

What is this?

The Slug Generator converts titles and phrases into clean, lowercase, URL-safe slugs by removing accents, punctuation and spaces.

How it works

Each line is normalized (accents stripped), lowercased if enabled, cleared of special characters in strict mode, and joined with your chosen separator. Paste multiple lines to generate slugs in bulk.

Use cases

  • Create SEO-friendly URLs for blog posts and pages.
  • Generate consistent file names and IDs.
  • Build permalinks for a CMS or static site.
  • Bulk-convert a list of titles at once.

FAQ

What is a URL slug?
A slug is the human-readable part of a URL that identifies a page, usually made of lowercase words separated by hyphens.
Can I generate many slugs at once?
Yes. Put each title on its own line and the tool outputs one slug per line.
Why use hyphens over underscores?
Search engines treat hyphens as word separators, so hyphens are generally recommended for SEO.