Quick answer
This generator accepts a title or phrase and produces a lowercase URL segment without accents or special characters. Choose a separator, copy the slug and use it in a page, post or product route.
What is a slug?
A slug is the readable URL segment that identifies a page. In “site.com/blog/how-to-create-a-site”, the final segment is the slug.
How to use the slug generator
- Type or paste the title you want to transform.
- Choose a hyphen or underscore and optionally remove short words.
- Click Generate slug, review the preview, then copy or download the result.
Available options
A hyphen is the most common URL separator. An underscore can serve internal identifiers. Removing common words shortens the slug when its meaning remains clear.
Generation rule
The tool normalizes accents, converts text to lowercase, treats “&” as “and”, removes symbols, replaces spaces with the separator and strips repeated or leading separators.
Practical example
Input: “How to create SEO-friendly URLs?” Output: “how-to-create-seo-friendly-urls”.
How to review and reuse it
Make sure the slug represents the content before publishing. Avoid changing it after indexing; if necessary, permanently redirect the old URL.
Tips and limitations
Use descriptive words, hyphens and a short result. The tool applies text rules but does not choose your keyword: review proper names, acronyms and search intent.