FreeUtil

Text to Slug Converter

Convert any text into a URL-friendly slug. Handles Unicode and special characters.

About URL Slugs

A slug is the URL-friendly version of a string. It is typically used in blog post URLs, product pages, and SEO-friendly links. This tool converts any text into a clean slug by lowercasing, removing special characters, replacing spaces with hyphens, and stripping accents.

Examples

  • "Hello World!" → hello-world
  • "Cafe con Leche" → cafe-con-leche
  • "2024 — Year in Review" → 2024-year-in-review