리다이렉트 체인
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이 두 번째 URL로 리다이렉트되고, 두 번째 URL이 다시 세 번째 URL(또는 그 이상)로 리다이렉트되어 최종 목적지에 도달하는 현상입니다. 체인의 각 홉(hop)은 추가 지연을 유발하고 [[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.