All Tools Portfolio

Slug
Generator

Turn titles into clean, URL-friendly slugs, one per line or in bulk. Strip accents and stop words, choose a separator, and cap the length, all live in your browser.

Start generating slugs
Slugs will appear here.
Slugs generated

0

Longest slug

0 chars

About the Slug Generator

A good slug is short, readable, and made only of lowercase letters, numbers, and a single separator character. This tool converts one or many titles into clean slugs at once, handling accented characters, punctuation, and optional stop-word removal automatically.

Features

Bulk conversion

Paste many titles, one per line, and get a matching slug for each instantly.

Accent handling

Accented characters like é and ñ are converted to plain ASCII automatically.

Stop word removal

Optionally strip filler words like "a", "the", and "of" for a shorter slug.

100% client-side

Slugs are generated locally in your browser. Nothing is uploaded.

How It Works

  1. Paste one or more titles, one per line.
  2. Choose a separator, whether to lowercase, and whether to remove stop words.
  3. Optionally set a max length to cap long slugs at a word boundary.
  4. Copy the result or download it as a text file.

Example Usage

Input titleGenerated slug
10 Tips for Faster Websites!10-tips-for-faster-websites
Café Menú & Specialscafe-menu-specials
The Art of War (stop words removed)art-war

Frequently Asked Questions

What is a URL slug?

A slug is the human-readable part of a URL that identifies a specific page, usually derived from its title, such as turning "Hello World!" into "hello-world".

Why should slugs be lowercase with hyphens?

Lowercase, hyphen-separated slugs avoid case-sensitivity issues across servers, are easier to read, and are the format search engines and most CMS platforms expect.

What does removing stop words do?

It strips common filler words like "a", "the", and "of" to produce a shorter, more focused slug, which can be useful for long titles.

How are accented characters handled?

Accented letters are converted to their closest plain ASCII equivalent, such as turning "café" into "cafe", since URLs are safest using plain ASCII characters.

Can I convert multiple titles at once?

Yes. Enter one title per line and this tool will generate a matching slug for each line, ready to copy or download as a list.

Is my text uploaded anywhere?

No. Slugs are generated entirely in your browser using client-side JavaScript. Nothing you type is sent to a server.

Related Tools