TOOLTIKI Lovable tool, really free
Developer Web

Slug generator

What to do

Transformed in your browser · nothing is uploaded

Local · hyphens, because Google reads underscores as joiners
Advertisement
320 × 100

Turns a title into a URL slug: accents folded to plain letters, everything lowercased, and every run of non-alphanumeric characters replaced with a single hyphen.

How to use the slug generator

1 Paste your text into the first box.
2 Choose what you want done to it.
3 Copy the result, or save it as a text file.

Folding accents rather than percent-encoding them is the right call for URLs even though modern browsers handle Unicode fine. An encoded URL is unreadable when copied into plain text, breaks when a system truncates it, and is easy to typo — "café" becomes "caf%C3%A9" in an email. Two conventions worth following: hyphens rather than underscores, because Google has been explicit that it treats a hyphen as a word separator and an underscore as a joiner, and keep slugs short. A slug is not a place to repeat the whole title, and once a URL is published, changing it costs you every link pointing at it.

Questions

Hyphens. Google treats a hyphen as a word separator and an underscore as a joiner, so "my_post" reads as one word.

Google Search Central — URL structure best practices
Advertisement
300 × 250
Was this tool any good?
INTERNAL SIGNAL ONLY · WE USE IT TO FIND TOOLS WORTH REBUILDING