Slug Generator

Generate URL-friendly slugs for article titles, product names, documentation pages, categories, and filenames. Enter one title per line to create several slugs at once.

How slugs are generated

Text is converted to lowercase, common Latin accent marks are removed, ampersands become the word and, and groups of punctuation or spaces become a single hyphen. Leading, trailing, and repeated hyphens are removed.

Slug examples

The current slug format keeps ASCII letters and numbers. Text written only in Chinese, Japanese, Arabic, Cyrillic, or other non-Latin scripts may be removed rather than transliterated. Review slugs before publishing, especially when changing an existing URL that may need a redirect.

Related tools: Text Formatter · Case Converter