Slug Generator

Text to slug generator

Turn titles into clean, URL-friendly slugs — lowercase, accent-stripped, hyphen-separated.

▌ Text → slug

Why slugs matter

A slug is the readable part of a URL after the domain, like /text-to-slug-generator. Clean slugs help SEO and look professional. This tool lowercases text, removes accents and punctuation, and joins words with your chosen separator.

FAQ

Hyphens or underscores in URLs?
Search engines treat hyphens as word separators, so hyphens are recommended for SEO. Underscores are common in file names.
Does it handle accented characters?
Yes — accents are stripped (é becomes e) so the slug is plain ASCII.

Related tools