रीडायरेक्ट चेन
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 पर रीडायरेक्ट होता है, जो तीसरे (या अधिक) पर रीडायरेक्ट होता है, अंतिम गंतव्य तक पहुंचने से पहले। चेन में प्रत्येक हॉप अतिरिक्त विलंब उत्पन्न करता है और [[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.