Skip to content
PBPasteBench

Slug Generator

Turn a headline into a clean URL segment, lowercased and hyphenated. Accents fold to their base letters instead of being dropped.

0 lines

Slugs appear here

Copies a link that reopens this tool with your input.

Common questions

What happens to accented characters?+

They fold to their base letters: Café becomes cafe, Straße becomes strasse. Tools that simply strip non-ASCII would give you caf and strae instead, quietly mangling the word.

Should slugs contain stop words?+

Usually not. Dropping the, a, and of keeps URLs short and readable without hurting how the page ranks, since the meaningful terms are still there.

More tools