Redirect Chain
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.
A redirect chain occurs when a URL redirects to a second URL, which redirects to a third (or more), before reaching the final destination. Each hop in the chain introduces additional latency and causes incremental [[link-equity|link equity]] loss. Search engines follow chains but prefer single-hop [[301-redirect|301 redirects]]. Redirect chains commonly accumulate during [[domain-migration|domain migrations]], site redesigns, or when legacy redirect rules are stacked on top of each other without cleanup. Best practice is to audit and collapse all chains to a single direct redirect.
Example
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.