Skip to main content

Methodology · slug-v1-2026-07

Slug Generator methodology

Deterministic client-side slugification for titles and batches. Improves URL hygiene — does not guarantee rankings.

Browser-onlyBatch modeSEO hygiene

Rules

01How titles become slugs

  • Lowercase ASCII-friendly output
  • Spaces and punctuation collapsed to a separator (usually hyphen)
  • Optional English stop-word stripping for shorter URLs
  • Max length trim with word-boundary awareness where possible

Options

02What you can control

  • Separator style
  • Max length
  • Prefix / suffix (for section paths or locale codes)
  • Batch paste (one title per line)