Your title is not a URL
"How to Reset Your Router in 2026" is a great heading and a terrible link. Spaces, capitals, and punctuation either get percent-encoded into gibberish or break in contexts that dislike them. A slug fixes that: lowercase, hyphen-separated, ASCII.
Generate it in one step
The Slug Generator takes a title and returns a clean, URL-safe string. Paste the heading, copy the slug, and drop it into a permalink, a filename, or an anchor without worrying about encoding.
Check the whole link
Once you have the slug, the URL Parser breaks the full URL into protocol, host, path, and query so you can confirm the path is exactly what you intended. Build the slug, then verify the URL it lives in.
Where slugs matter
- Blog post and documentation permalinks.
- File and folder names derived from titles.
- Anchor IDs for in-page navigation.