Utility · Mobile-first

URL slug generator

Paste a headline — get a clean lowercase hyphen slug for paths or filenames. Accents stripped, junk characters collapsed, all in your browser.

Runs in your browserNo signup

URL slug generator

URL slug

Key takeaways

  • Hyphenated slugs remain readable for humans and search snippets.
  • Collapsing multiple punctuation marks avoids ugly double hyphens.
  • Leading and trailing hyphens are trimmed automatically.
  • Good first pass before you wire a title into a CMS or static generator.
  • Does not reserve stop words — your platform still should.

Who built this

ContractorHQ is edited by Bernard Guido — 25+ years in trade operations and software. These utilities follow the same quality bar as our reviews: fast pages, honest disclosure, and tools that stay useful without selling your data.

Frequently asked questions

Does this guarantee a unique slug on my site?

No. It only transforms characters. You still need your CMS or router to check collisions and reserve words like admin or api before you publish.

How are accents handled?

Text is normalized to compatibility decomposition and combining marks are stripped so é becomes e before lowercasing. Rare scripts may need manual review.

Are uppercase letters kept?

No. URLs are shown in lowercase because that is the common convention for path segments and reduces duplicate-cache issues on case-sensitive hosts.

Is data uploaded?

No. The transformation runs locally. Copy is optional and uses your browser clipboard API.