About this tool
This URL slug generator converts titles into SEO-friendly slugs suitable for use in URLs. It handles special characters, accents, spaces, and offers options for removing stop words and setting length limits.
The tool processes input line by line, generating one slug per line. It runs entirely in your browser with no data sent anywhere.
Frequently asked questions
What are stop words?
Stop words are common words like "the", "and", "of", "in" that are often removed from slugs for brevity. Removing them makes slugs cleaner and more focused on the key terms.
Why use hyphens instead of underscores?
Google treats hyphens as word separators but treats underscores as word connectors. So "my-slug" becomes two words for SEO, while "my_slug" is one word.
Does this work with non-Latin scripts?
The transliterate option works best with Latin-based languages. Non-Latin scripts (Chinese, Arabic, Cyrillic) will be preserved as-is since they don't have ASCII equivalents.