tools.textToSlug.name
テキストをURL対応のスラッグに即座に変換します。ブログ投稿、ページURL、ファイル名に最適です。
区切り文字:
例:
"Hello World!" → hello-world
"My Blog Post Title 2026" → my-blog-post-title-2026
"Café & Restaurant" → cafe-restaurant
使い方
テキストをURL対応のスラッグに即座に変換します。ブログ投稿、ページURL、ファイル名に最適です。
- 1Type or paste your title, heading, or text into the input field.
- 2Choose your separator: hyphens for SEO-friendly URLs, underscores for file names.
- 3Toggle 'Force lowercase' to keep URLs consistent (recommended).
- 4Copy the generated slug and use it in your CMS, URL, or code.
主な機能
- Removes accents and diacritics (é, ñ, ü → e, n, u)
- Choose between hyphen (-) and underscore (_) separators
- Optional lowercase enforcement for SEO consistency
- Real-time slug generation as you type