Loading…
Loading…
Turn titles into clean URL slugs: lowercase, hyphenated, accents transliterated (é → e), with optional length limits and stop-word removal.
Also covers: URL slug generator · Permalink generator
The result appears here as you type.
One per line, to make slugs for a whole list of posts, products, or pages at once.
Choose hyphens or underscores, a maximum length (cut at a word boundary), and whether to drop small words like "a" and "the". Language rules follow local spelling, like ä → ae in German.
Accented letters become plain ASCII and symbols are removed or spelled out (& → and). Turn off transliteration to keep non-Latin scripts, like Japanese or Arabic, in the slug.
Hyphens. Google treats a hyphen as a word separator, so ai-agents reads as "ai agents", while ai_agents can be read as one word. Underscores are mainly used for file names and identifiers.
Short and descriptive: a few keywords is enough. Long slugs get cut off in search results and are hard to share. Removing small words and limiting the length to 50–60 characters helps.
Yes. URLs can contain any Unicode text, which browsers show as-is and encode behind the scenes. ASCII slugs are easier to type and share, so transliteration is on by default.
No. Slugs are generated in your browser, and nothing is sent to a server or stored.
Encoding
Percent-encode text for URLs and query strings, or decode %20-style escapes back to text. Handles UTF-8, + as space, and double encoding.
Inspect
Break a URL into protocol, host, port, path, query, and fragment, and list every query parameter decoded. Export as JSON.
Analytics
Add utm_source, utm_medium, utm_campaign, and other UTM parameters to a URL for tracking campaigns in Google Analytics and other tools.
Privacy
Strip utm_*, fbclid, gclid, and other tracking parameters from links, and unwrap Google and Facebook redirect links. Clean one link or a whole message.
Naming
Generate brandable domain name ideas from your keywords: prefixes, suffixes, pairings, and blends across .com, .io, .ai, .dev, and more.
SEO
Generate the title, meta description, canonical link, and robots tags for a page, with length guidance and a search result preview.