Slug Generator
Turn any title into a clean URL slug.
URL slug
The URL slug will appear here.
How to use it
- Type or paste a title or phrase.
- The slug updates live below.
- Copy it for your URL.
About this tool
The slug generator turns a title into a clean URL slug: it lowercases the text, strips accents and punctuation, and joins words with hyphens. Accented letters are reduced to their plain forms, so a title like Cafe Menu becomes cafe-menu. It targets standard Latin style slugs, so scripts without a Latin form may be removed rather than transliterated.
Examples
Input
My Great Blog Post!Output
my-great-blog-postInput
Cafe & Co., 2024Output
cafe-co-2024Common uses
- Make a URL slug for a blog post
- Create a clean file or page name
- Turn a heading into an anchor id
- Standardize messy titles
FAQ
Is my text uploaded?
No. The slug is built in your browser as you type. Nothing is sent anywhere.
How are accents handled?
Accented letters are reduced to their plain form, so an e with an accent becomes e, before punctuation is stripped.
What separates the words?
A single hyphen. Runs of spaces or symbols collapse to one hyphen, and leading or trailing hyphens are removed.
Related tools
Embed this tool
Paste this snippet to put the tool on your own site. It runs entirely in the visitor's browser, the same as it does here.