URL Slug Generator

Turn any title into a clean URL slug — accents transliterated, punctuation stripped, multi-line batch supported.

749 views

What Makes a Good Slug

A slug is the human-readable tail of a URL. The rules this tool applies: lowercase everything, transliterate accented and non-Latin characters (ç→c, ü→u, é→e...), replace spaces and punctuation with a single hyphen, collapse repeats, trim the ends. "Kâr Marjı %20 Nasıl Hesaplanır?" becomes kar-marji-20-nasil-hesaplanir.

SEO conventions worth keeping: hyphens, not underscores (Google treats _ as a joiner); 3-6 meaningful words beat full sentences; drop filler words when the slug gets long; and never change a published slug without a 301 redirect — the old URL's history is worth more than a prettier string.

Frequently Asked Questions

Hyphen or underscore?

Hyphen. Google documented long ago that hyphens separate words while underscores glue them: blue-car reads as "blue car", blue_car as "bluecar".

Should dates or IDs be in slugs?

Only if content is truly time-bound (news). Evergreen pages live longer without a year in the URL — /guide-2023/ looks stale in 2026 even when the content is updated.

Similar Tools