Slugify
Convert titles and text into URL-friendly slugs. Removes accents, converts to lowercase and replaces spaces with hyphens. Essential for SEO.
What is a slug and why does it matter for SEO?
A slug is that readable bit at the end of a URL telling you which page you're looking at. Take the address /blog/how-to-create-a-website: here the slug is how-to-create-a-website. It comes from the page title once you strip the accents, lowercase everything and swap spaces for hyphens.
To Google, the words sitting in a slug act as relevance signals when it ranks a page. A clean URL that actually describes the content also tends to be easier to share, easier to remember and more likely to earn backlinks. Steer clear of slugs packed with random numbers, underscores or special characters.
Developers, content creators and pretty much any CMS need to turn titles into friendly URLs at some point, and that's exactly the job this tool handles.
Create URL-friendly slugs
The slug is that clean, readable part of a URL, the kind that reads "my-first-post" instead of a jumble of characters. Doing that transformation from a title by hand is tedious, and here the conversion comes out automatic, with the text already prepared to become an address.
Accents are stripped, everything drops to lowercase, spaces become hyphens and the special characters that can't sit in a URL are discarded. Anyone building pages, blog posts or products who wants nice URLs that read easily and do better for SEO will find exactly that here.
The conversion runs in the browser and the text never leaves your side. Paste the title and copy the slug, ready to use in your site or CMS.
Read more on this
Related Tools
Unicode Text Styles
Transform your text into decorative styles using Unicode characters: bold, italic, fraktur, double-struck and monospace.
Grayscale Image Converter
Convert any image to grayscale (black and white) in the browser. Instant processing without sending data to servers.
Safelink Decoder
Decode URLs wrapped by SafeLinks (Outlook, AWS SES, Mandrill, SendGrid and similar). Reveals the real protected URL behind the wrapper. Everything in your browser.
WCAG Contrast Checker
Check the contrast between text and background colors per WCAG 2.1 guidelines. Shows the ratio and AA/AAA levels for normal and large text.
Word Counter
Count words, characters with and without spaces, and paragraphs in real time. Ideal for writers, students and anyone working with text.
Strip BOM
Remove the Byte Order Mark (\uFEFF) from pasted text. Fixes common issues with Excel-generated CSVs.