Slug From Title

Turn a headline into a short, clean URL slug.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

Turn headlines into short, clean slugs

Paste a blog post or page title and get a tidy, URL-safe slug back. Unlike a plain slugifier, this tool is tuned for headlines — it can cap the length and drop filler words so permalinks stay short and readable. It is for bloggers, CMS users and developers generating permalinks from titles.

How it works

The title is normalised in a few steps:

  1. Lowercase the whole string.
  2. Fold accents to plain ASCII (é → e, ñ → n) so the slug is URL-safe.
  3. Strip punctuation and split into words.
  4. Optionally remove stop words like the, a, of and for. If removing them would leave nothing, the original words are kept instead.
  5. Optionally cap the slug to the first N words.
  6. Join the words with your chosen separator — a hyphen or underscore.

Example

The title “10 Tips for Writing the Perfect Blog Post!” with stop words removed and a 5-word cap becomes:

10-tips-writing-perfect-blog

Without those options it would be 10-tips-for-writing-the-perfect-blog-post.

Everything runs in your browser — your titles never leave your device.

Ad placeholder (rectangle)