301 और 302 redirections: कब और कैसे
7 min
301 redirect (permanent) SEO authority को लगभग पूरी तरह नई URL की ओर transfer करती है और Google को अपना index update करने के लिए indicate करती है। 302 (temporary) source URL को index में preserve करती है और authority transfer नहीं करती। SEO में quasi-systematically 301 use करें, जब तक कि source URL preserve करने की specific technical need न हो।
Redirections surgical tools हैं। Well used, ये migration या restructuring के दौरान आपकी authority preserve करती हैं। Poorly chosen, ये आपकी authority को dead URLs पर months तक suspended छोड़ सकती हैं।
Permanent 301 बनाम temporary 302: Google प्रत्येक के साथ क्या करता है
301 redirect Google को signal करती है कि page permanently address change हो गई है। Google अपने index को old URL को new से replace करने के लिए update करता है और accumulated PageRank को destination की ओर transfer करता है। Process कुछ सप्ताहों में complete होती है।
302 redirect एक temporary move indicate करती है। Google source URL को अपने index में retain करता है और PageRank को destination की ओर transfer नहीं करता। यह rare cases में wanted behavior है, जैसे short maintenance या A/B testing।
- Domain migration: सभी URLs पर mandatory 301।
- URL structure redesign: new URLs की ओर 301।
- Temporary page maintenance: replacement page की ओर 302।
- Destination URL पर A/B testing: original पर index preserve करने के लिए 302।
- HTTP से HTTPS redirect: permanent 301।
Classic errors जो authority खो देती हैं
Redirect chains (A redirects to B which redirects to C) एक या कई successive migrations के बाद सबसे frequent error हैं। Chain का प्रत्येक link authority transfer को slightly attenuate करता है और crawl को slow करता है। Always final destination की ओर directly point करें।
Redirect loops (A redirects to B which redirects to A) page को inaccessible बनाते हैं और browser में ERR_TOO_MANY_REDIRECTS error generate करते हैं। Googlebot कुछ jumps के बाद abandon कर देता है।
3 या अधिक levels के redirect chains 2024-2026 field tests पर SEO specialists के estimates के अनुसार authority transfer को 10 से 25% तक reduce कर सकती हैं।
SEO migrations और authority पर 2025-2026 क्षेत्रीय अध्ययन
Redirections implement और monitor करें
Apache पर, redirections .htaccess file में configure होती हैं। Nginx पर, configuration file के server{} blocks में। अधिकांश CMS (WordPress, Shopify) server access के बिना redirections manage करने के लिए plugins या native modules offer करते हैं।
Migration के बाद, Search Console में redirections verify करें (coverage errors), Screaming Frog के साथ (सभी source URLs validate करने के लिए list mode) और 4 से 6 सप्ताहों तक page by page organic traffic monitor करें।
Redirections और backlinks: क्या करें
जब आप powerful backlinks वाले URL को redirect करते हैं, तो 301 authority के अधिकांश भाग को destination की ओर transfer करती है। Ideally, old URL की ओर pointing sites से contact करें अपने links update कराने के लिए — direct links हमेशा redirect से stronger होते हैं।
301 redirections indefinitely active रखें, या minimum 12 से 24 months के लिए। Redirect को बहुत जल्दी हटाना old URL को 404 में reactivate करता है, जो backlinks को break करता है और transferred authority को erase करता है।
FAQ
301 redirect follow करने में Google को कितना समय लगता है?
Google generally 301 follow करता है और 2 से 8 सप्ताहों में अपना index update करता है। Frequently crawled pages पर, यह faster हो सकता है। Few linked pages पर, इसमें several months लग सकते हैं।
क्या 301 redirect 100% PageRank transfer करती है?
Theoretically नहीं: Google indicate करता है कि एक small part redirect में खो सकती है। Practice में, direct 301 (बिना chain के) पर transfer quasi-total है। Field studies एक marginal loss confirm करते हैं, generally 5% से कम।
क्या completely different content के page की ओर redirect कर सकते हैं?
Technically हां, लेकिन Google authority transfer को ignore कर सकता है यदि दोनों pages में common thematic relevance न हो। Redirect को pages को artificially merge करने के लिए use नहीं करना चाहिए जिनका आपस में कोई connection नहीं।