UTILYARD
tools / text

Générateur de slug

Convertissez du texte en un slug convivial pour les URL.

Séparateur :
ENTRÉE
SLUG
le slug apparaît ici...
Exemples

À propos du générateur de slug

Un slug est la partie conviviale pour les URL d'une adresse web — en minuscules, sans espaces, sans caractères spéciaux. Utilisé dans les articles de blog, les systèmes CMS et les URL optimisées pour le SEO. Cet outil gère automatiquement les caractères accentués, la ponctuation et les symboles courants.

FAQ

Quels caractères sont supprimés ?
Tous les caractères qui ne sont pas des lettres, des chiffres ou le séparateur choisi sont supprimés ou remplacés. Les caractères accentués sont normalisés (ex. : é → e).
Quel séparateur est le meilleur pour le SEO ?
Les tirets (-) sont recommandés par Google pour les slugs d'URL. Les underscores sont traités comme un seul mot par les moteurs de recherche.
Puis-je générer des slugs pour plusieurs titres ?
Cet outil gère un titre à la fois. Pour la conversion par lots, utilisez la suppression de lignes en double ou un outil de texte en masse.

À PROPOS DE CET OUTIL

Type or paste a title and the tool converts it into a lowercase, hyphenated, URL-safe slug by stripping punctuation and special characters. Bloggers and developers use it to generate consistent, SEO-friendly URL paths for pages and posts. It replaces spaces with hyphens, removes characters that aren't valid in URLs like apostrophes, colons, and ampersands, and collapses repeated hyphens into one so you don't end up with awkward double dashes. This turns a headline like "What's New in 2026? A Guide!" into a clean path such as whats-new-in-2026-a-guide, ready to drop straight into a CMS permalink field.

COMMENT UTILISER

  1. Type or paste your page title or heading into the input box
  2. Let the tool automatically strip punctuation and convert spaces to hyphens
  3. Review the generated slug shown below the input
  4. Edit the result manually if you want to shorten it or remove filler words
  5. Copy the slug and paste it into your CMS URL or permalink field

CAS D'USAGE COURANTS

  • A blogger creating a permalink for a new post title before publishing
  • A developer generating consistent URL paths for a list of product names in an e-commerce catalog
  • An SEO editor shortening a long headline into a cleaner, keyword-focused URL slug
  • A documentation writer converting section headings into anchor-link-friendly identifiers
  • A marketer standardizing campaign landing page URLs across multiple languages or regions

CONSEILS ET ERREURS COURANTES

  • Numbers are preserved as-is, so version numbers or years in a title stay intact in the slug
  • Accented characters (like é or ñ) are typically converted to their closest plain-letter equivalent so the slug stays fully ASCII and URL-safe
  • Very long titles produce very long slugs — for SEO, consider manually trimming to the core keywords rather than using the full auto-generated string
  • Stop words like 'a', 'the', and 'and' are kept by default since removing them automatically can sometimes change meaning; trim them manually if you prefer shorter SEO-focused slugs

AUTRES QUESTIONS

Does the slug generator remove common words like 'the' or 'and' automatically?
No, it converts the full title into slug format without deciding which words are unimportant. If you want a shorter, keyword-focused slug, remove filler words manually before or after generating.
How does it handle titles with numbers or years?
Digits are kept exactly as typed and just get separated by hyphens where needed, so "Top 10 Tools 2026" becomes top-10-tools-2026.
What happens to special characters like & or %?
Characters that aren't safe or standard in URLs are stripped out entirely rather than encoded, so "Rock & Roll" becomes rock-roll rather than rock-%26-roll.
Is there an ideal slug length for SEO?
There's no strict rule, but shorter slugs focused on the main keywords are generally easier to read and share than a full verbatim copy of a long title — this tool gives you the raw conversion and leaves length trimming up to you.

GUIDES ASSOCIÉS

Slug d'URL : définition et bonnes pratiques
Ce que sont les slugs, les bonnes pratiques SEO pour les rédiger, des exemples bons et mauvais, et comment gérer les caractères spéciaux.
Lire →
Les conventions de nommage expliquées
camelCase, snake_case, PascalCase, kebab-case et SCREAMING_SNAKE_CASE — ce que chacune représente, où chacune est utilisée et comment convertir entre elles.
Lire →
Générateur de slug — UtilYard