Slug Generator

Enter a title, or continue the line you already typed on the home preview. The generator lowercases letters, turns spaces and punctuation into hyphens, and keeps only a–z, 0–9, and hyphens. Common Latin accents are mapped (é → e, ñ → n). Other characters are dropped.

Enter a title. Spaces and punctuation become hyphens; letters are lowercased.

Slug

The field is empty, so there is no slug yet.

When to use a slug

Use this when you have a working title and you need a folder name that will stay readable in a display URL. If the title has a colon or a comma, check that the slug still names the subject. The generator does not look up reserved paths and does not promise that a host will accept the string.

Examples from this generator

Questions

Which characters remain?

Only ASCII letters, digits, and hyphens. Everything else is transliterated when a mapping exists, or removed.

Are underscores kept?

No. Underscores become hyphens, then repeated hyphens collapse to one.

Does the slug include a domain?

No. You receive the path segment only. Add the host yourself when you write the display URL.