About the URL Slug Generator
The Slug Generator turns any title into a clean, URL-safe slug. It lowercases the text, converts accented letters to plain ASCII, replaces spaces and punctuation with a single separator and trims stray separators from the ends. Paste a whole list of headlines and every line is converted at once.
Well-formed slugs improve readability in the address bar, are easier to share, and give search engines a clear signal about the page topic. The same transformation is useful for file names, image alt identifiers, CSS class names and database keys.
How to use the URL Slug Generator
- Type or paste a title, headline or phrase. Put several on separate lines to convert them all at once.
- Choose the separator (hyphen or underscore) and optionally a maximum length.
- The slug updates live. Click Copy to use it as a URL path, file name or identifier.