Free toolsSlug generator
Slug & URL-friendly string generator
Name modules, lessons, and glossary entries without messy URLs: lowercase, hyphens, and accents stripped—computed locally.
Frequently asked questions
- What is a slug?
- A slug is the URL-safe piece of a path, usually lowercase with hyphens, used in addresses like /lessons/intro-to-css instead of spaces or special characters.
- Will this slug match my CMS automatically?
- Maybe. Different systems have different rules (length, unicode, stop words). Use this as a starting point and adjust in your CMS if needed.
- Is my text sent anywhere?
- No. Slugs are computed in your browser.
- Why limit length?
- Very long URLs are harder to share and can be truncated in some tools. A cap keeps paths readable for modules and lesson resources.
- Can I use this for glossary and resource URLs?
- Yes. Same idea: stable, readable paths for anything you link from a course hub or sitemap.