Generators

URL Slug Generator

Convert titles into URL-friendly slugs with hyphen or underscore separators.

About the URL slug generator

Turn a title or sentence into a URL-safe slug: lowercased, spaces replaced with hyphens, accented characters transliterated, stop words optionally removed. Handy for blog posts, product pages, or any CMS that auto-generates the wrong slug.

Frequently asked questions

Should I remove stop words like 'the' and 'a'?

For SEO yes - shorter slugs rank slightly better and are easier to share. For matching URLs to article titles in a CMS, leave them in.

Underscore or hyphen?

Google treats hyphens as word separators and underscores as part of one word, so hyphens are the SEO-safe default.