Slug generator
Turn any text into a clean, URL-safe slug (no accents, no spaces).
🔒 100% client-side — no data sent
Tool to turn a title or phrase into a clean URL slug, free of accents, spaces, and special characters. Perfect for creating SEO-friendly URLs, file names, or readable identifiers. Everything is processed in your browser, with no data sent.
FAQ
What is a URL slug?
It is the readable part of a URL that describes the page (e.g. my-great-article), usually in lowercase with hyphens instead of spaces.
How do I remove accents and spaces from text for a URL?
Paste your text into the tool: it automatically replaces accents with their plain equivalents, turns spaces into hyphens, and strips out disallowed characters.
Does a slug matter for SEO?
Yes, a short, descriptive slug with relevant keywords helps search engines and users understand what the page is about.
Why use hyphens instead of underscores in a URL?
Google recommends hyphens as word separators in URLs because they are interpreted better than underscores for search ranking.