Slug Generator
Convert any text into a URL-friendly slug
Input Text
URL Slug
the-quick-brown-fox-jumps-over-the-lazy-dog
About URL Slugs
A "slug" is the part of a URL which identifies a particular page on a website in a simple, easy-to-read form. For example, in https://example.com/blog/how-to-code, the slug is how-to-code.
Generating a good slug requires converting text to lowercase, removing accents, stripping out special characters (like ?, &, or !), and replacing spaces with hyphens. This tool performs all of these actions instantly.