Text to Slug Generator

Turn any title or phrase into a clean lowercase URL slug — perfect for blog posts and product pages.

Turn any title into a clean, SEO-friendly URL slug. Free online slug generator.

Text to Slug Generator examples

InputOutput
Café Münster & Co. — Opening Hours!cafe-munster-co-opening-hours

How the text to slug generator works

  1. Accents are normalised (é → e, ø → o) so slugs stay ASCII-friendly.
  2. Punctuation is removed and spaces become hyphens.
  3. Leading and trailing hyphens are trimmed.

Rules and edge cases

  • Accents are transliterated: é becomes e, ø becomes o and ü becomes u, so the slug stays pure ASCII.
  • Punctuation, symbols and ampersands are removed, spaces become single hyphens, and the result is lowercased.
  • Leading and trailing hyphens are trimmed and repeated hyphens collapse to one.
  • The kebab-case converter keeps accented letters; the slug generator strips them for clean, non-encoded URLs.

Frequently asked questions

Should the slug include stop words?

Short and descriptive beats complete. Dropping the, of and and usually makes a cleaner URL, as long as the slug still reads as the topic.

Can I change a slug after publishing?

You can, but the old URL breaks unless you add a 301 redirect. Set the slug carefully before the page is indexed.