Slug Title Generator
Create reproducible lowercase slugs for mock routes and content.
Also known as: url slug
seeded · synthetic data
Output
About this tool, tips & examples
What it does
The Slug Title Generator produces URL-friendly title slugs — lowercase,
hyphenated strings shaped like real article permalinks
(how-to-name-things-well). Generate up to 100 per run, seeded so CMS
fixtures and route tests stay stable.
Common use cases
- CMS fixtures — permalink columns for post and page tables in development databases.
- Mock routes — blog-style paths for testing routing, 404 handling, and canonical logic.
- SEO layout testing — realistic slug lengths for breadcrumb and URL-display components (where long slugs truncate is worth knowing).
- Sitemap fixtures — plausible URL sets for testing sitemap generation and crawling tools.
Settings
- How many — 1 to 100 slugs, exportable as text, CSV, or JSON.
- Seed — the same seed regenerates the identical list.
Privacy note
Slugs are generated locally in your browser; nothing is uploaded. They are synthetic — not scraped from any site, not checked for uniqueness against yours.
FAQ
How is this different from the Slug generator?
Same shape, different flavor: the Slug tool combines random vocabulary
words (calm-river-delta); this one produces title-like phrases, the
kind a headline turns into. Use whichever reads right in your fixture.
Are these good slugs, SEO-wise? They follow the conventions that matter — lowercase, hyphens (not underscores), no stop-word bloat. For real content, derive the slug from the actual title and keep it stable once published.
Need matching titles? The Book Title generator produces headline-ish titles; pair the two (or slugify its output) for coherent title+slug fixtures.