FileGizmo — Text tools

Generate a URL slug

Turn titles and phrases into lowercase hyphenated or underscored identifiers locally.

Never uploadedYour file stays on this device
0 words0 characters0 without spaces0 UTF-16 units0 lines0 min read

Simple by design

Slug generator in three steps

Turn article titles, product names, headings, labels, and phrases into clean lowercase slugs without uploading text. Choose hyphens for conventional web URLs or underscores for identifiers and filenames. Repeated separators and punctuation are collapsed, and separators are removed from both ends.

FileGizmo first applies Unicode compatibility normalization and removes common combining accent marks. It then retains lowercase ASCII letters and numbers, replacing other runs with the selected separator. This produces predictable, readable output for many Latin-script phrases. Languages that require non-Latin characters may need a dedicated transliteration policy rather than silent guesswork.

Generation runs instantly in the browser and leaves the original phrase visible. Copy the result or download it as UTF-8 text. A clean slug helps humans read URLs and keeps naming conventions consistent, but search ranking also depends on useful page content, internal links, performance, and metadata. Review generated slugs before publishing because changing established URLs later requires redirects.

  1. 1

    Enter a title phrase or heading

  2. 2

    Choose hyphens or underscores

  3. 3

    Generate copy or download the normalized slug

Good to know

Frequently asked questions

What characters remain in the slug?

Lowercase ASCII letters and numbers remain, separated by your selected character.

Are accented letters supported?

Common accents are normalized before unsupported characters are removed.

Can I use underscores?

Yes. Choose hyphens for URLs or underscores for identifiers and filenames.

Is source text uploaded?

No. Normalization happens entirely in the browser.