SEO Slug Generator & URL Slugify Tool

Turn a page title into a lowercase, hyphenated, readable URL slug that survives copy-paste and links cleanly.

  • Aucune limite de longueur
  • Sans inscription
  • Gratuit pour toujours
  • Votre texte ne quitte jamais votre navigateur
Options
Résultat
Votre résultat apparaîtra ici dès que vous tapez.

Anatomy of a Perfect URL Slug

The slug is the readable part of a URL that identifies the page, and its rules are simple because its job is simple: be legible, stable, and descriptive. Use all lowercase letters, because uppercase in URLs is a case-sensitivity accident waiting to happen on strict servers. Use hyphens to separate words, because search engines and people both read hyphens as spaces while underscores and camelCase blur the boundaries. Drop special characters, punctuation, and spaces, and keep the result to a few words—a short phrase that tells a reader exactly what the page is about.

Accents and non-ASCII characters are a particular trap. A title like “10 Café Recipes” contains characters that browsers percent-encode into a barely readable jumble, so a good slugifier normalizes them first—café becomes cafe—before building the slug. The same pass should strip stray punctuation and collapse repeated separators, so the output is a clean, predictable URL segment rather than whatever characters happened to survive the title.

Length matters less than clarity, but the same instinct applies as in title writing: the best slugs are short because long ones get truncated in shared links and are harder to scan. Aim for the descriptive core of the topic in as few words as possible, and let the slug do the one job of telling readers and search engines what lives on the page.

Why Remove Stop Words?

Stop words—the, and, in, of, a, for, to, and their kin—carry grammar rather than meaning, and in a URL they mostly add length. “The Best Tips for Cleaning Up Text Files” slugifies more cleanly as best-tips-cleaning-text-files than as the-best-tips-for-cleaning-up-text-files, and every word removed makes the URL shorter, easier to type, and less likely to be truncated when shared.

Removing them also helps search engines and readers parse the URL at a glance. A slug full of articles and prepositions buries the words that actually describe the content, while a stripped-down version lets the meaningful terms stand out. Most CMS slug generators and this tool apply that logic automatically, so pasting a title in yields the lean version without manual editing.

Removal is not automatic correctness. If a stop word protects meaning or carries the search intent—such as “how to” or “best for” in a query-focused slug—keep it. A URL like how-to-remove-line-breaks is clearer with the “how to” intact than the bare remove-line-breaks would be, because the phrase is part of what people search. Strip the filler, keep the words that carry the query, and you have a slug that reads well and matches intent.

Questions fréquentes

Should I include my target keyword in the slug?

Yes, when it fits naturally. A slug that contains the page’s main topic gives readers and search engines a clear signal about what the page covers, which is a minor but real on-page SEO help. It is not a reason to force awkward or repetitive keywords—a slug that reads naturally and includes the term once beats a stuffed version every time. Write the slug for humans first, and the keyword will usually earn its place on its own.

Votre texte ne quitte jamais votre navigateur

Chaque outil fonctionne localement sur votre appareil. Rien de ce que vous collez n’est envoyé, stocké ou suivi.