๐ Slug Generator
Generated slug
hello-world-this-is-a-blog-post-title
Automatically generate a URL-friendly slug โ using only letters, numbers, and hyphens or underscores โ from a blog post title or any piece of text. Choose your separator character and whether to lowercase the result.
How to use
- Enter the title or text you want to turn into a slug.
- Choose a separator character (hyphen or underscore).
- Toggle lowercase conversion on or off as needed.
- Copy the generated slug with the "Copy" button.
FAQ
Can this slugify non-Latin text like Japanese?
Non-Latin characters are automatically replaced with the separator. For a readable slug that includes the original meaning, manually romanize the text first.
Can I use this directly in WordPress or Next.js URLs?
Yes โ the generated slug only contains letters, numbers, and your chosen separator, so it's safe to use directly as a URL path.
How are accented characters (รฉ, รฑ, etc.) handled?
Accents are automatically stripped and the base Latin letter is kept (e.g. cafรฉ โ cafe).