Done

๐Ÿ”— Bulk Slug Generator

Convert blog titles, product names, or any text into clean SEO-friendly URL slugs โ€” in bulk, with full customisation and instant export.

Input Titles
0 lines
Slug Options
Separator: Case: Max length:
Prefix: Suffix: Base URL:
or press Ctrl+Enter
Stop Words
Edit to customise which words are removed.
Presets
Slug Rules
โœ— Spaces โ†’ separator
โœ— Special chars removed
โœ— Accents transliterated
โœ— Multiple separators collapsed
โœ“ Lowercase by default
โœ“ Numbers preserved
SEO Slug Tips
Keep slugs short (3โ€“5 words, under 75 chars) for readability and SEO.
Use hyphens, not underscores โ€” Google treats hyphens as word separators.
Include your target keyword near the beginning of the slug.
Avoid dates unless content is time-sensitive (e.g. news).
Once published, don't change slugs โ€” use 301 redirects if you must.

About URL Slugs

What is a Slug?

A URL slug is the human-readable part of a URL that identifies a specific page. For example, in example.com/blog/how-to-build-a-website, the slug is how-to-build-a-website. Good slugs are short, descriptive, and contain relevant keywords.

SEO Importance

Search engines read URL slugs to understand page content. A keyword-rich, clean slug improves click-through rates from SERPs, aids indexing, and provides a better user experience. Google recommends short, descriptive, lowercase slugs with hyphens as word separators.

Transliteration

Accented characters (รฉ, รฑ, รผ, รง, รธ) and special Unicode letters are converted to their closest ASCII equivalent โ€” a process called transliteration. This ensures slugs remain URL-safe without percent-encoding, which can produce ugly URLs like caf%C3%A9.

Stop Words

Stop words are common words (a, an, the, is, in, of, to, andโ€ฆ) that add little SEO value to a URL. Removing them shortens slugs and focuses on meaningful keywords. However, leaving them in preserves full-sentence readability โ€” the choice depends on your CMS and style guide.