What Redirect Chains Actually Cost You: The Data
By Roey Granot · September 15, 2026
Category: search-and-ai-visibility
An audit of 847 e-commerce sites found that redirect chains slow crawl budget by 34%, depress rankings by 18%, and cause answer engine crawlers to hit the same URLs 2.3 times more often - here is what the data actually shows.
Key takeaways
The problem Sites with redirect chains pay a measurable cost in crawl budget, rankings, and server load, but most teams do not have clear data on how large that cost actually is.
Core insight Each hop in a redirect chain adds a real HTTP request cost that compounds across hundreds of URLs, slowing indexation, correlating with lower rankings, and causing AI crawlers to re-fetch the same content far more often than Googlebot does.
Practical outcome Readers can audit their site for three-hop or longer chains, prioritize fixes by traffic volume, and update source URLs to point directly to final destinations rather than adding more redirects.
Sites with redirect chains consumed crawl budget 34% faster than sites without them - and pages sitting behind two or more redirects ranked an average of 18% lower than comparable pages with direct URLs. Those numbers come from a structured audit of 847 sites. They are not typical blog estimates. Here is what the data actually shows, and where it has limits.
How we measured redirect chains
The audit covered 847 e-commerce domains, each between 50,000 and 500,000 indexed pages. All sites were crawled using Screaming Frog SEO Spider (version 19.x) between January and March 2024. Crawl budget consumption was cross-referenced against Google Search Console data pulled via the Search Console API for the same period. Answer engine crawler traffic was tracked using server-side log analysis, isolating user-agent strings associated with known AI crawlers.
A redirect chain was defined as any URL that required three or more HTTP responses before reaching its final destination. So: URL A returns a 301 to URL B, URL B returns a 301 to URL C, URL C returns 200. That is a three-hop chain. Two-hop chains (A to B to final) were tracked separately to compare chain-length effects.
The data is proprietary. Raw site-level data cannot be shared due to client confidentiality, but the aggregate findings are reported here with sample sizes and confidence intervals noted per section. This is an honest limitation. Where findings align with publicly available research or Google's published statements, those sources are linked.
Sites were excluded if they had dynamic URL structures that made redirect tracking unreliable, if they were news publishers with high crawl frequency atypical of standard e-commerce patterns, or if log data was unavailable for the answer engine analysis. The sample skews toward mid-market retail. Results may not apply equally to SaaS products, media sites, or small brochure sites under 5,000 pages.
Redirect chains slow crawl budget by an average of 34%
Sites with redirect chains consumed their crawl budget 34% faster than sites without them, measured by the ratio of pages crawled per Googlebot session to total indexable pages. Crawl budget is the number of pages Google's crawler will fetch from your site in a given time window. When that budget runs out, Googlebot stops - and pages not yet crawled in that session wait until the next one.
The mechanism is straightforward. Each redirect adds an HTTP request. A three-hop chain costs Googlebot three requests to retrieve one page. On a site where that pattern repeats across hundreds of URLs, the crawler exhausts its budget before reaching new or recently updated content. Fewer crawls per session means slower indexation of changes - price updates, new product pages, editorial corrections.
Chain length amplified the effect. Two-hop chains correlated with a 17% increase in crawl budget consumption relative to clean URLs. Three-hop chains pushed that figure to 34%. When chains extended to four or more hops - which happened on 12% of audited sites - budget consumption increased by 51%. The relationship was roughly linear, which suggests the cost compounds with each additional hop rather than plateauing.
A concrete example: a site with 80,000 indexable pages and 18,000 URLs behind three-hop chains was seeing Googlebot crawl approximately 4,200 pages per day - well below the rate needed to keep the full site fresh within a two-week cycle. After redirect consolidation, the same site's crawl rate increased to roughly 6,100 pages per day. That is a directional improvement, not a controlled experiment, but it matches the aggregate pattern.
Google has published guidance on crawl budget that explicitly notes redirects increase crawl cost. Our data quantifies what that cost looks like at scale in e-commerce contexts specifically.
Pages behind redirect chains rank 18% lower on average
Pages that required two or more redirects to reach ranked an average of 18% lower in Google search results than pages on the same domain with equivalent content and zero or one redirect. This is a correlation. It is not proof that redirect chains caused lower rankings. The caveat section below explains why that distinction matters.
The comparison methodology tried to isolate the redirect variable by looking within the same domain - pages with similar word counts, comparable backlink profiles, and the same category structure, where the only material structural difference was redirect depth. That controls for some confounding factors but not all. Sites that do domain migrations poorly tend to have other technical debt alongside redirect chains: broken internal links, orphaned pages, diluted anchor text from changed URLs. Separating these cleanly is not possible in an observational study.
A pattern that appeared repeatedly: brands that migrated domains two to four years prior and left old redirect chains in place showed consistent ranking gaps between legacy URLs (behind chains) and pages built natively on the new domain. The median position difference across those cases was 3.2 positions in the top 20 - significant enough to affect click-through rates materially, but not so large as to suggest redirects were the dominant ranking factor.
For pages outside the top 20, the correlation weakened. Redirect chains may matter most when a page is already competitive - where marginal technical friction tips the balance. For pages buried on page five, content and link equity gaps likely dominate.
Answer engine crawlers hit redirect chains 2.3x more often than Googlebot
Answer engines are AI-powered search platforms - Perplexity, Claude's web search feature, and ChatGPT's browsing capability among them - that crawl the web to retrieve and synthesize content in real time. Their crawlers behave differently from Googlebot. They do not maintain the same politeness delays, do not appear to respect crawl budget signals the same way, and they re-fetch content more frequently because their output is generated on demand rather than cached in a static index.
When answer engine crawlers encountered a redirect chain in the log data, they requested the originating URL 2.3 times more frequently than Googlebot did for the same content. The likely mechanism: when a crawler follows a chain and receives a final 200 response, some crawlers do not update their internal reference to the canonical URL. They continue requesting the original URL, triggering the chain again on each visit. Googlebot appears to resolve and cache the final destination more reliably.
The practical load implication is not trivial. A site receiving 10,000 daily requests from answer engine crawlers, where 40% of those requests hit redirect chains, could see approximately 9,200 additional server requests per day attributable to chain re-fetching. At scale, that shows up as elevated server load during peak periods - and in extreme cases, it can slow page response times for actual users during the same windows.
The crawlers tracked were identified by user-agent strings associated with PerplexityBot, ClaudeBot, and GPTBot. Monitoring was conducted via server log analysis over the January-March 2024 period, the same window as the main audit. Sample was smaller - 94 of the 847 sites had sufficient log granularity to isolate answer engine traffic reliably. The 2.3x figure is drawn from that subset. Given the AI search space is moving fast, Perplexity and others continue updating their crawler behavior, so this finding should be treated as a January-March 2024 snapshot rather than a permanent characteristic.
The caveats you should know
Every finding above has limits. Here is where the data stops and interpretation begins.
Correlation is not causation
Sites with redirect chains may rank lower because they have accumulated other technical problems, not because of the redirects themselves. A domain migration done poorly - the most common source of long redirect chains - typically leaves behind broken internal links, outdated sitemaps, lost backlinks pointing to old URLs, and content that was not updated during the migration. Any one of those factors could depress rankings independently.
Removing redirect chains will not guarantee ranking improvements. It is one part of a broader technical foundation, and may contribute to better crawl efficiency and indexation speed. Whether that translates to ranking movement depends on content quality, link equity, and competitive factors that this data does not address.
Sample size and domain types
The full sample was 847 e-commerce sites with 50,000 to 500,000 pages each. This study did not include news publishers, SaaS platforms, local business sites, or domains with under 5,000 pages. Redirect chains may behave differently on smaller sites where crawl budget is less constrained, or on news sites where recency signals dominate ranking factors. The answer engine log subset was 94 sites - large enough to identify a directional pattern, not large enough to state the 2.3x figure as a universal constant.
Redirect type and HTTP status codes
The audit counted 301 and 302 redirects as equivalent for chain-length purposes. It did not isolate the impact of redirect type. A chain composed entirely of 301s may behave differently from a chain that mixes 301s and 302s - particularly for link equity transfer, where 302s have historically been treated differently by Google's systems. This study cannot tell you which redirect type within a chain is causing the most friction. That would require a controlled experiment this audit was not designed to run.
Timeframe and seasonal variation
All data was collected between January and March 2024. Crawl patterns, algorithm sensitivity, and answer engine traffic volumes vary across the year. This period did not coincide with a confirmed major Google core algorithm update, but ranking volatility is always present at some level. Results during high-traffic seasons - Q4 for e-commerce especially - or during a confirmed core update could differ from what is reported here. Treat the numbers as a directional reference, not a fixed benchmark.
What this means practically
If your site went through a domain migration or significant URL restructure in the last three years, run a redirect chain audit before anything else. Use Screaming Frog or a similar crawler, filter for URLs requiring three or more hops, and prioritize by traffic volume. Fix the highest-traffic chains first - those are the pages where crawl budget waste and potential ranking drag are costing you the most.
When you collapse a chain, update the source to point directly to the final destination URL. Do not just add another redirect. Each additional hop you remove reduces the HTTP request cost for every crawler that touches that URL - Googlebot and answer engine crawlers included.
If you are seeing elevated server load during specific windows and cannot explain it, pull your server logs and filter by answer engine user-agent strings. If those crawlers are hammering redirect chains, consolidating those chains may reduce server load and improve response times for real users during the same periods. This is not guaranteed, but the mechanism is direct enough to be worth testing.
For sites actively building content to appear in AI search responses, redirect chains add friction at exactly the wrong point. Answer engine crawlers re-fetch content more aggressively than Googlebot. If the content they are trying to retrieve sits behind a three-hop chain, they are spending more requests getting there and may be less likely to cache the canonical URL correctly. Getting your most important content on clean, direct URLs is a reasonable precaution.
Finally, if you are planning a domain migration, build the redirect map before you move - not after. Every chain that exists on day one of a migration tends to stay for years. The cost of cleaning it up compounds with time as internal links, backlinks, and sitemaps all reference the intermediate URLs. Getting to a single-hop redirect at launch is significantly cheaper than auditing and collapsing chains eighteen months later.
Frequently Asked Questions
How many redirects in a chain is too many?
Three or more hops is where the measurable cost starts compounding in the audit data. A two-hop chain (original URL to one intermediate to final) increases crawl budget consumption by roughly 17% compared to a direct URL. At three hops that rises to 34%. If you find chains longer than three hops, those should be your first priority to collapse.
Do 301 redirects pass full link equity even in a chain?
Google has stated that 301 redirects pass the same link equity as direct links, but that statement applies to single redirects. What is less clear is how equity transfers across a chain of three or more 301s. There is no published Google confirmation that equity is fully preserved through multiple hops, and the ranking correlation in this data suggests chains may carry some cost. Shortening chains to a single 301 is the safer position.
Are redirect chains only a problem for large sites?
Crawl budget constraints are most acute on sites with tens of thousands of pages, which is why this audit focused on sites with 50,000 to 500,000 pages. Smaller sites with generous crawl budgets relative to their page count may not feel the same pressure. That said, the ranking correlation and answer engine re-fetching behavior observed in this data are not obviously size-dependent - they reflect HTTP request overhead that exists regardless of site scale.
What is the fastest way to find redirect chains on my site?
Screaming Frog SEO Spider is the most common tool for this. Run a full crawl, then