What is Slugify String?
Slugify String — A slug generator converts readable text into a URL-safe slug, usually by lowercasing words, removing punctuation, and separating words with hyphens.
Loading your tools...
Turn a title, phrase, or file label into a clean URL slug. The tool lowercases text, strips common accents, replaces spaces with hyphens, removes punctuation, and copies the result.
Slugify String: Paste a page title such as 'Best Coffee Makers & Accessories' and the tool returns a slug like best-coffee-makers-and-accessories. Copy the output and use it in a URL path, route name, or filename.
Slugify String — A slug generator converts readable text into a URL-safe slug, usually by lowercasing words, removing punctuation, and separating words with hyphens.
Paste a title, phrase, route label, or filename into the input box.
Review the generated slug in the output box.
Edit the original text if you want a shorter or clearer URL.
Click Copy slug and paste it into your route, CMS slug field, or filename.
Create blog post slugs before publishing.
Prepare product URL paths from product names.
Normalize documentation page route names.
Create readable export filenames from titles.
Convert feature labels into kebab-case identifiers.
Slug quality helps users understand a URL before they click it, but it is only one small SEO signal. Keep important keywords in the slug, remove unnecessary words manually when needed, and avoid changing published slugs unless you also set up redirects from the old URL.