Back to developer tools
Slug Generator
Convert a text into a URL-friendly slug. Perfect for titles and links.
Rules: lowercase, accents removed, spaces → dashes, special characters removed.
About Slug Generator
A slug is the part of a URL that identifies a particular page in a human-readable and SEO-optimized format. Our tool instantly transforms any text or title into a clean slug.
slug generatorurl slugseo friendly urltext to slugpermalink
Examples and real-life use cases
- Create SEO-friendly URLs from blog post titles.
- Generate slugs for product names in an e-commerce site.
- Normalize filenames or IDs from user-provided text.
FAQ
What is a slug?
A lowercase, URL-safe string derived from a title or text (spaces → dashes, accents removed).
Are slugs unique?
You should ensure uniqueness by appending an ID or counter in your app.
How are special characters handled?
They are removed; only lowercase letters, numbers and dashes remain.