リダイレクトチェーン追跡ツール
リダイレクトチェーンの各ホップをたどります。リダイレクトループや、パフォーマンスを損なう過剰なホップを検出します。
このツールの使い方
- 1
Paste or type a URL into the input box (if you omit the scheme, https:// is added automatically).
- 2
Click Analyze to send the URL to the tracer.
- 3
Read the chain: each numbered row shows the URL it requested and the status code it got back.
- 4
Check the final row — a 2xx means the chain resolves; a long chain or an error row flags a problem to fix.
リダイレクトチェーン追跡ツールとは何ですか?
リダイレクトチェーンはページの読み込みを遅くし、SEOのシグナルを希薄にします。ホップが1つ増えるごとに遅延が加わり、Googleは3ホップを超えるチェーンをクロールの無駄として印を付けます。このツールは各リダイレクトを手動でたどり、チェーン内のすべてのURLを表示します。移行のデバッグ、リンク短縮サービスの追跡、リダイレクトループの特定に役立ちます。
よくある活用例
Auditing a site migration to confirm old URLs land on the right new pages in a single 301 hop.
Unmasking where a shortened link (bit.ly, t.co, marketing UTM wrappers) actually sends visitors before you click it.
Collapsing a multi-hop chain such as http to https to www into one redirect rule to cut page-load latency.
Debugging an affiliate or ad link that bounces through several tracking domains before the landing page.
Verifying that a 308 or 301 was returned (not a 302) when you need a permanent, cacheable redirect for SEO.
Diagnosing a 'too many redirects' browser error by seeing exactly where the chain stops resolving.
よくある質問
リダイレクトはいくつまでなら多すぎませんか?▼
リダイレクトループとは何ですか?▼
関連ツール
DNSルックアップ
任意のドメインのDNSレコード(A、AAAA、MX、TXT、NS、CNAME)を照会します。メール、ホスティング、SSL設定のデバッグに役立ちます。
WHOIS検索
任意のドメインの登録データを照会します。レジストラ、登録日と有効期限、ネームサーバー、(公開されている場合は)連絡先情報がわかります。
SSL証明書チェッカー
任意のドメインのSSL/TLS証明書を確認します。発行者、有効期間、有効期限までの日数を表示します。
HTTPヘッダーアナライザー
あらゆるURLのHTTPレスポンスヘッダーを検査します。欠落しているセキュリティヘッダーを強調表示します。
HTTPステータスコードチェッカー
あらゆるURLが返すHTTPステータスコードを確認します。200、301、404、500などを検出します。
混在コンテンツチェッカー
HTTPSページがHTTPで読み込んでいるリソースを見つけます。混在コンテンツはブラウザの警告を引き起こし、ブロックされることもあります。