リダイレクトチェーン
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/domain-redirect-chain/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/domain-redirect-chain/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/domain-redirect-chain/)
Use the native HTML custom element.
リダイレクトチェーンは、URLが2つ目のURLにリダイレクトされ、その2つ目がさらに3つ目(またはそれ以上)のURLにリダイレクトされ、最終的な目的地に到達するときに発生します。チェーン内の各ホップは追加の遅延を引き起こし、[[link-equity|リンクエクイティ]]を少しずつ失わせます。検索エンジンはチェーンをたどりますが、単一ホップの[[301-redirect|301リダイレクト]]を好みます。リダイレクトチェーンは[[domain-migration|ドメイン移行]]、サイトリデザイン、またはレガシーリダイレクトルールが整理されずに積み重なると発生しがちです。ベストプラクティスはすべてのチェーンを監査し、単一の直接リダイレクトに圧縮することです。
使用例
old-domain.com → temp-brand.com → new-brand.com forms a two-hop chain. Collapsing it to a direct old-domain.com → new-brand.com 301 redirect preserves more link equity and loads faster.