Slugify Tool

Convert any text into clean URL-safe slugs.

Your slug
Start typing to see your slug...

How to use

  1. Paste the title or phrase you want to convert.
  2. Pick a separator: hyphen, underscore, or dot.
  3. Choose whether to lowercase the output and how to handle special characters.
  4. Click Slugify to generate a clean URL-ready string.
  5. Copy the result and paste it into your CMS, repository, or filename.

Frequently asked questions

What is a slug?

A slug is the part of a URL that identifies a page in a human-readable way, like the my-post-title in example.com/blog/my-post-title. Good slugs improve readability and SEO.

Can it handle accents and non-Latin characters?

Yes. The tool transliterates accented Latin characters to plain ASCII and strips emoji and most symbols. For non-Latin scripts the closest ASCII approximation is used.

How long should a slug be?

Short and descriptive works best, typically 3 to 5 keywords. Search engines truncate long URLs in results and very long slugs can hurt click-through rates.

Is anything sent to a server?

No. Slugify runs entirely in your browser, so you can safely slugify draft titles, private notes, or anything else without uploading it.

Advertisement