How to use Slug Generator

  1. Enter or paste the text you want to turn into a slug (e.g. a title or headline).
  2. Click Convert to get a URL-friendly slug (lowercase, hyphens, no special characters).
  3. Copy the slug for use in URLs or filenames.

Example

Input

Hello World! This is a Title

Output

hello-world-this-is-a-title

Frequently asked questions

What is a URL slug?
A slug is a short, readable identifier used in URLs (e.g. /blog/hello-world). It is usually lowercase with hyphens.
Does the slug generator support non-Latin characters?
Accents are normalized (e.g. é → e). For full Unicode support, consider keeping only letters and numbers.