Slug Generator

Runs in your browser — your data is never uploaded.

Turn a blog post title or product name into a clean, URL-safe slug: lowercased, accents stripped, and separated with hyphens or underscores. Runs entirely in your browser.

0 characters · runs entirely in your browser

How to use Slug Generator

  1. 1

    Type or paste your title into the box.

  2. 2

    Choose a separator (hyphen or underscore).

  3. 3

    Click “Generate Slug”, then copy the result.

Share

Embed this tool on your site

Paste this where you want the tool to appear. It runs entirely in your visitor's browser — no uploads, no account, no tracking.

Please keep the attribution line — it's what keeps these tools free.

Need a different size, a dark theme, or a different tool? Build an embed lets you preview it first.

Frequently asked questions

Are accented characters handled?+

Yes. Accented letters (é, ü, ñ, etc.) are normalized and their diacritics stripped, so "Café Münster" becomes "cafe-munster" rather than dropping the letters entirely.

What happens to punctuation and extra spaces?+

Anything that isn’t a lowercase letter or digit is treated as a separator boundary, and repeated or leading/trailing separators are collapsed and trimmed automatically.

Why use hyphens instead of underscores?+

Google has historically treated hyphens as word separators and underscores as word joiners, so hyphenated slugs are the more common SEO convention — underscores remain available for systems that require them.