Text to URL Slug

Convert any text into a clean, URL-friendly slug. Handles accented characters and special symbols.

Input
Result

Frequently Asked Questions

What is a URL slug?

A slug is the URL-friendly version of a title, using only lowercase letters, numbers, and hyphens.

How are accented characters handled?

Accented characters are normalized to their base form (e.g., e with accent becomes e) using Unicode NFD normalization.