URL Slug Generator - Language Aware Transliteration

2on /
/ SEO Tools / Slug Generator

URL slug generator

One title per line. Every line gets its own slug.

What this tool does

A slug is the readable tail of a URL, and once a page is published it is expensive to change. Most generators run every language through one table, which quietly gets German and Turkish wrong in opposite directions. This one asks which language the text is in before it decides.

How to use it

  1. 1 Paste your titles, one per line.
  2. 2 Choose the language the text is written in, plus separator and length.
  3. 3 Read the slugs and copy them all at once.

The same letter, two different answers

German spells the umlaut out when the diacritic cannot be used, so Müller becomes mueller and a reader recognises the name. Turkish does not do that: ü is simply u, and mueller would look like a misspelling. The same input therefore has two correct answers, and only the language tells you which.

Input Language Slug
MüllerGermanmueller
MüllerTurkishmuller
FiyatlarıTurkishfiyatlari
ПриветRussianprivet
ŁódźGeneric (Latin)lodz

One rule handles most of the work

Unicode can split an accented letter into a base letter plus a separate mark, so é, ñ and č all reduce to their base with a single strip. That covers hundreds of characters without a lookup table. The per-language table then only has to name the handful of letters this rule cannot reach — Turkish dotless ı, for instance, is its own letter and does not decompose at all.

Why Chinese, Japanese and Korean are left alone

Romanising those scripts is dictionary work, not character mapping: the same character is read differently depending on the word it sits in, and a browser has no dictionary. Rather than invent a reading, the tool either keeps the characters — modern browsers and search engines handle them fine in a URL — or tells you it dropped them.

Length, stop words and changing a slug later

Cutting a slug at a length limit is done at a word boundary here, so it never ends mid-word. Removing articles and prepositions is left to you, because what counts as filler depends on the language and sometimes on the sentence. The one thing worth deciding carefully is the slug itself: changing it later breaks every link that already points at the page unless you add a redirect.

Slug generator - frequently asked questions

The language the title is written in, not the language of your site. A German product name inside an English article still wants the German rule, otherwise the name stops being searchable. When in doubt, Generic is the safe answer: it strips accents without spelling anything out.
New
Keyword Density Checker Free keyword density checker: paste text or a URL to see how often each word and phrase appears, with percentages for one, two and three-word terms.
Popular Today
Character Counter Free character counter: count characters with and without spaces, plus words and lines, and check SEO limits for titles and meta descriptions.

Other SEO tools

Word Counter Free word counter: paste any text to count words, characters, sentences and paragraphs, and see the estimated reading time - nothing leaves your browser.
Character Counter Free character counter: count characters with and without spaces, plus words and lines, and check SEO limits for titles and meta descriptions.
Keyword Density Checker Free keyword density checker: paste text or a URL to see how often each word and phrase appears, with percentages for one, two and three-word terms.

Other Tools You May Like

Word to PDF Convert Word to PDF for free: upload a DOC, DOCX, ODT or RTF file and download a properly formatted PDF in seconds - no registration or watermark.
PDF to Word Convert PDF to Word for free: upload a PDF and download an editable DOCX in seconds - no registration, no watermark and nothing to install.
MD5 Hash Generator Free MD5 hash generator: turn any text or file into an MD5 checksum in your browser - useful for integrity checks and quick fingerprinting.
Base64 Encoder & Decoder Free Base64 encoder and decoder: convert text or files to Base64 and back, entirely in your browser - nothing is uploaded to a server.
Lorem Ipsum Generator Free Lorem Ipsum generator: create placeholder text by paragraph, sentence or word count, with optional HTML tags for your design mockups.