TidyText

Slug generator

Create clean, lowercase, hyphenated URL slugs from any title.

0 words · 0 chars · 0 lines

Convert
Remove
Lines
More

Questions

What is a URL slug?

The part of a URL that identifies a page in readable words — lowercase, with hyphens instead of spaces, like "my-blog-post". Slugs keep URLs clean and search-friendly.

How are special characters and accents handled?

Accented letters are converted to plain ASCII equivalents and anything that is not a letter or number becomes a single hyphen — "Crème brûlée!" becomes "creme-brulee".