CorexoTools

Slug Generator

Convert any title or phrase into a URL-safe slug. Handles accents, spaces, and special characters.

Separator:

What is a URL Slug?

A URL slug is the part of a URL that identifies a specific page in a human-readable form. For example, the slug for a blog post titled "Hello World!" might be hello-world. Slugs are lowercase, contain only letters, numbers, and separators (usually hyphens), and have no special characters or spaces.

How to Create a Good Slug

Separator Options

Hyphen (-) — Most common. Preferred by Google. Used by WordPress, Ghost, and most modern CMSs.
Underscore (_) — Used in some systems and programming conventions. Google treats it as a word joiner, not a separator.
Dot (.) — Less common, but used in some legacy CMS systems and file paths.