EllyTools

画像ツール

計算ツール

テキストツール

カラーツール

ファイルツール

便利ツール

URLスラッグ生成

テキストからSEOに最適なURLスラッグを作成

タイトルまたはテキスト

区切り文字:
最大文字数:

生成されたスラッグ (0 文字)

スラッグがここに表示されます...

使い方

1

URLスラッグに変換するテキストを入力または貼り付けてください

2

リアルタイムで生成されたスラッグを確認してください

3

スラッグをコピーしてURLに使用してください

よくある質問

関連ツール

こんな方におすすめ

  • SEOに最適なURLを作成するブロガー
  • ページや投稿用のURLスラッグを生成するWeb開発者
  • ウェブサイトのURLを整理するコンテンツ管理者

EllyToolsが選ばれる理由

100%無料&無制限

登録不要、制限なし。何度でもお使いいただけます。

プライバシー最優先

すべての処理はブラウザ内で行われます。ファイルがデバイスの外に出ることはありません。

インストール不要

デスクトップ、タブレット、スマートフォンなど、あらゆるデバイスのブラウザで直接動作します。

高速&安定

最新のブラウザ技術による即座の結果。

Slug Generator: Turning Titles into URL-Friendly Strings

A 'slug' is the URL-safe portion of an address — 'Best Hiking Trails in Korea' becomes 'best-hiking-trails-in-korea'. Good slugs are lowercase, hyphenated, free of special characters, and short enough to read.

Slug generators handle the conversion automatically: lowercase, replace spaces with hyphens, strip punctuation, transliterate accented and non-Latin characters when possible. The result is a string that's safe in any URL and easy for humans to read.

Slug rules to follow

  • Lowercase only — case-sensitive URLs are confusing
  • Hyphens (not underscores) between words — Google explicitly recommends this
  • ASCII only when possible — non-ASCII URLs work but get encoded into messy %-strings
  • Keep under 60 characters — long slugs get truncated in search results
  • Avoid filler words ('a', 'the', 'in') for SEO compactness

Extended FAQ

How does it handle Korean characters?

Two options: keep them as-is (modern URLs handle this fine but get encoded as %xx in some places), or romanize them (한국 → 'hanguk').

Are my pasted titles stored?

No — runs entirely in your browser.