Redirect
Understanding Redirect
A redirect tells browsers and search engine crawlers that a page has moved and where to find it. The two most important redirect types in SEO are the 301 (permanent redirect) and the 302 (temporary redirect). A 301 signals that the move is permanent, instructing Google to transfer the majority of the original page's link equity and ranking signals to the new URL and to replace the old URL with the new one in its index. A 302 indicates a temporary move, telling Google to keep the original URL indexed because it will return.
Beyond 301 and 302 redirects, SEO practitioners encounter several other redirect mechanisms. 307 redirects are the HTTP/1.1 equivalent of 302s, preserving the request method. Meta refresh redirects execute in the browser via an HTML tag and are generally discouraged for SEO. JavaScript redirects using window.location are executed client-side and may not be followed by all crawlers reliably. Canonical tags are sometimes called "soft redirects" because they signal a preferred URL without physically moving the user.
Redirect chains — where URL A redirects to URL B, which redirects to URL C — create cumulative latency and dilute link equity with each hop. Google's John Mueller has stated that Googlebot follows up to 10 redirect hops but recommends keeping chains as short as possible. Each redirect in a chain adds server round-trip time, degrading page speed and user experience. During site migrations, redirect chains commonly form when new redirects are layered over old ones without consolidating the chain.
Why Redirect Matters
Redirects are critical infrastructure during site migrations, URL restructuring, and content consolidation. Implementing the wrong redirect type — or failing to redirect at all — can erase years of accumulated link equity and rankings overnight. A site migration using 302s instead of 301s delays Google's transfer of ranking signals to new URLs, causing a prolonged ranking dip. Omitting redirects entirely results in 404 errors that sever all link equity flowing to the old URLs from external backlinks.
Redirect management also has ongoing SEO hygiene implications. Accumulating unnecessary redirects increases server load, creates potential chains, and makes the site's URL structure progressively harder to maintain. Google's crawl budget is partially consumed by following redirects, meaning sites with thousands of unnecessary redirects are less efficiently crawled. A clean redirect strategy — one that resolves moves in a single hop and is regularly audited — preserves both ranking equity and crawl efficiency.
Best Practices
- Use 301 redirects for all permanent URL changes including domain migrations, URL restructuring, HTTP-to-HTTPS transitions, and content consolidation to ensure full link equity transfer.
- Reserve 302 redirects strictly for temporary moves such as A/B tests, seasonal content rotations, or maintenance pages that will revert to the original URL within a defined timeframe.
- Audit redirect chains quarterly using Screaming Frog or Sitebulb and consolidate multi-hop chains into single 301 redirects that point directly from the original URL to the final destination.
- Implement redirects at the server level using .htaccess (Apache), nginx config, or edge-level rules (Cloudflare Page Rules) rather than relying on JavaScript or meta refresh redirects.
- Maintain a redirect map spreadsheet during site migrations that documents every old URL, its redirect target, and the date implemented for future audit and troubleshooting.
- Monitor redirected URLs in Google Search Console's Page Indexing report and verify that Google has indexed the destination URLs and dropped the old URLs from the index within 2-3 months.
Need Help With Redirect?
Our SEO experts can help implement effective redirect strategies for your business.
Get Your Free Audit