Slugify
Turn any text into a clean, URL-friendly slug.
About Slugify
Turn any title or phrase into a clean, URL-friendly slug: lowercased, spaces replaced with hyphens, accents stripped, and punctuation removed. The result is safe to use directly in a URL path, a filename, or an anchor id.
Use it to generate blog post URLs, section anchors, or storage keys from human-readable titles. Good slugs are descriptive and stable, which also helps SEO. Everything is processed in your browser.
Related tools