MinifyPic

Slug Generator

Turn a headline into a clean, lowercase, hyphenated URL slug — accents flattened, punctuation stripped, ready to publish.

FreeSEO-friendlyInstant
Loading tool…

How it works

A compact workflow from input to download.

1

Enter your title

Paste the headline or page title you are about to publish.

2

Get the slug

Text is lowercased, accents are flattened to plain letters, punctuation is dropped and spaces become hyphens.

3

Copy it into your CMS

Copy the slug straight into the URL or permalink field of your content management system.

Frequently asked questions

Why hyphens rather than underscores?
Google has stated plainly that it treats hyphens as word separators and underscores as word joiners — so 'red_shoes' can be read as the single token 'red_shoes', while 'red-shoes' is clearly two words. Hyphens are the long-standing convention across the web and the safer choice for search.
What happens to accented characters?
They are flattened to their closest plain ASCII equivalent, so 'café' becomes 'cafe' and 'Zürich' becomes 'zurich'. Although modern browsers can handle accented characters in URLs, they get percent-encoded into unreadable strings when copied and pasted, so plain ASCII remains the safest choice.
How long should a slug be?
Short and descriptive. Three to five meaningful words is a good target. Long slugs get truncated in search results and are unwieldy to share, and small filler words like 'the', 'a' and 'of' add length without adding meaning, so they are usually worth dropping.
Is my text sent to a server?
No. Every transformation runs in JavaScript inside your own browser tab. Your text is never uploaded, logged or stored, and it disappears the moment you close the page — so it is safe to paste in things you would not want to hand to a stranger's server.

What makes a URL good

A URL is read by two audiences with surprisingly similar needs. A person deciding whether to click a search result glances at the URL to work out where it will take them, and a clean, human-readable slug is a small but real trust signal — a link ending in 'how-to-repot-a-fern' is obviously more clickable than one ending in '?p=48372'. Search engines use the slug as one modest signal about what the page covers. Both audiences reward the same qualities: lowercase, hyphen-separated, descriptive, and short enough to read at a glance. The words in a slug should be the words a person would actually use to describe the page, not a keyword-stuffed string that reads like a search query.

Never change a slug casually

This is the mistake that costs real traffic. Once a page is published and indexed, its URL is an address that other sites link to, that search engines have recorded, and that people have bookmarked. Editing the slug creates a new address and abandons the old one, so every one of those inbound links now points at a 404 and the accumulated search authority evaporates. If you genuinely must change a slug — because the original had a typo, or the article's subject changed — set up a 301 redirect from the old URL to the new one, which tells browsers and search engines that the page has moved permanently and passes the authority along. Get the slug right before publishing, and you never have to have this problem.