Batch Slug Generator

Paste a list of titles, one per line, and get clean URL slugs for all of them at once.

Converting page titles into URL slugs one at a time is fine for a single page, but becomes tedious fast when migrating a whole content library or planning a new site's URL structure in bulk. This tool converts an entire list of titles into clean slugs at once.

Paste in as many titles as you need, one per line, and get back the same number of lines, each converted to lowercase, hyphen-separated, special-character-free URL slugs matching the order of your input.

It's useful for content migrations, bulk-planning a site's URL structure ahead of time, or quickly generating slugs for a batch of new articles before publishing.

Because everything runs locally in your browser, results appear instantly and nothing you type or upload is ever sent to a server.

Bookmark this page if you expect to use this tool regularly — it loads fast and behaves the same way every time, with no account needed.

This kind of task shows up constantly in everyday writing, coding, design, and admin work, which is exactly why a dedicated, focused tool saves so much back-and-forth.

A tool that does one job well, without a cluttered interface or unrelated features competing for attention, tends to be faster to use than a heavier all-in-one app.

If you find yourself needing this conversion or calculation often, keeping this page open in a tab is usually faster than digging through a bigger software suite's menus.

Because there's no sign-up or installation step, you can jump straight from search result to working tool in a couple of seconds.

Frequently asked questions

Does the output order match my input order?

Yes, each line in the result corresponds exactly to the same line number in your input, so you can match slugs back to their original titles easily.

What happens with duplicate titles?

Each is converted independently, so two identical titles will produce identical slugs — you'd want to add a distinguishing suffix manually if uniqueness matters for your use case.