Slug Generator

Type a title and get an address-safe slug with no Turkish or accented characters. Each line is handled separately.

Separator

How it converts

Turkish letters map to their ASCII counterparts (ş→s, ı→i, İ→i, ğ→g), other accented Latin letters lose their accents, "&" becomes "and", and anything that is not a letter or digit turns into the separator, with runs collapsed. Around 60 characters is the usual recommendation for addresses; longer slugs are not cut, but the length is shown. Your text never leaves the browser.