About Slug / URL Encoder
Two related jobs in one place: turning a headline into a permalink that will not break, and repairing a URL whose spaces, accents or ampersands have already been mangled. Handy for CMS imports and file naming, where one stray character costs an afternoon.
Turn any title or heading into a clean, URL-safe slug, or encode and decode URLs that contain spaces and special characters. Good slugs are lowercase, hyphenated and free of punctuation, which makes links readable and friendlier for search engines.
Use it for permalinks, file names, anchor links and anywhere else that needs a tidy, shareable string. Getting it right before publishing matters, because changing a slug afterwards breaks every link already pointing at it.