UtilitySansar
Text

Slug Generator

Turn any title or sentence into a clean, URL-safe slug. Lowercase, dash-separated, with diacritics stripped — ready to drop into a CMS or static-site permalink.

ツール要約

このツールは構造化された入力を受け取り、サーバーへアップロードせずにブラウザで決定的な出力を返します。

ツール名
Slug Generator
入力の目的
変換・検証・分析するソースコンテンツを入力してください。
出力の目的
コピー・再利用・デバッグに適した正規化された出力を受け取ります。
入力例
Hello, World! My First Post
出力例
hello-world-my-first-post
Lowercase, dash-separated, max 80 chars

ツールの紹介

Turn any title or sentence into a clean, URL-safe slug. Lowercase, dash-separated, with diacritics stripped — ready to drop into a CMS or static-site permalink.

ツール概要

A slug is the human-readable part of a URL after the domain. Good slugs are lowercase, contain only ASCII letters, digits, and dashes, and stay short enough to be readable in search results. This tool normalizes diacritics ("café" → "cafe"), collapses any run of non-alphanumeric characters into a single dash, trims leading and trailing dashes, and caps the result at 80 characters.

ユースケース

  • Use Slug Generator when you need fast turn any string into a clean, url-safe slug.
  • Handle text workflows directly in the browser with no install required.
  • Support SEO long-tail intent by covering quick checks, troubleshooting, and one-off conversions.

入力/出力の例

入力の目的
Hello, World! My First Post
出力の目的
hello-world-my-first-post
入力の目的
Café & croissants
出力の目的
cafe-croissants

よくある質問

Why are diacritics stripped?+
Most search engines and CMSs prefer ASCII-only URLs. Stripping diacritics keeps the slug readable across systems and avoids percent-encoding in the URL bar.
Can the slug be longer than 80 characters?+
No. The 80-character cap matches common CMS defaults and keeps slugs from being truncated in Google search results.

他のツールを見る

下記の Text カテゴリで関連ユーティリティを探す。

Text をすべて見る

関連ツール

役に立ちそうな厳選ユーティリティ