Tools

Slug generator

Turn titles into URL slugs in your browser. ASCII fold, dashes, optional trailing slash. Nothing is uploaded.

Paste titles, then Generate slugs.

How to use the Slug generator

  1. Paste one title per line.
  2. Leave ASCII only on to strip accents. Trailing slash matches this site's public paths.
  3. Copy the slugs into routes or CMS fields.

How a slug is built

Lowercase, optional NFD accent strip, non-alphanumerics to hyphens, collapse repeats, trim edges. One title per line so a list of lessons becomes a list of paths. It does not check that the slug is free on your site.

Nothing is uploaded

Slugify is local.

Slug generator FAQ

Keep Unicode?

Turn ASCII only off to keep letters such as ñ in the path.

Why a slash?

This catalog uses trailing slashes on public URLs. Tick Trailing slash to match.

Related tools