Skip to main content

Overview

Redirects are essential for managing URL changes, but poorly implemented redirects can hurt performance and SEO. SEO Crawler analyzes your redirect chains to identify loops, excessive hops, and suboptimal configurations.
Available on: All plans (Free, Solo, Pro, Agency)

What We Detect

Redirect Chains

A redirect chain occurs when a URL redirects to another URL, which then redirects again:
Each redirect hop adds latency and dilutes SEO value. Google recommends a maximum of 2 redirects in any chain.

Redirect Loops

A redirect loop occurs when redirects create a circular reference:
Loops prevent pages from loading and cause browsers to display error messages.

Redirect Types

Why Redirect Issues Matter

Performance Impact

Each redirect adds:
  • DNS Lookup: ~20-120ms
  • TCP Connection: ~20-60ms
  • SSL Handshake: ~30-100ms (HTTPS)
  • Server Response: ~50-200ms
A 3-hop redirect chain can add 300-500ms+ to page load time.

SEO Impact

  • PageRank Dilution: Each redirect loses ~15% of link equity
  • Crawl Budget Waste: Search engines follow redirects, using crawl resources
  • Indexing Confusion: Too many redirects can prevent proper indexing
A page behind a 5-hop redirect chain may retain less than 50% of its original link equity.

Reading Redirect Analysis

After a crawl, the Redirects section shows:

Chain Summary

Detailed Chain View

Click any redirect to see the full chain:

Common Issues and Fixes

Long Redirect Chains

Multiple URL changes over time have created accumulated redirects:

Redirect Loops

Conflicting redirect rules create infinite loops:

HTTP to HTTPS + www Redirects

Separate redirects for protocol and subdomain create unnecessary hops:

302 vs 301 Misuse

Using 302 (temporary) for permanent URL changes:
This tells search engines to keep indexing the old URL.

Best Practices

Limit to 1-2 Hops

Always redirect directly to the final destination. Never chain redirects.

Use 301 for Permanent

Only use 302/307 when the redirect is genuinely temporary.

Update Internal Links

After setting up a redirect, update internal links to use the new URL directly.

Monitor Regularly

Redirect issues accumulate over time. Regular crawls catch problems early.

Redirect Audit Workflow

1

Run a Full Crawl

Enable redirect analysis to capture all redirect chains.
2

Fix Critical Issues First

Address redirect loops immediately—these completely break page access.
3

Flatten Long Chains

Update redirects to point directly to final destinations.
4

Update Internal Links

Change internal links to point to final URLs, eliminating redirect need.
5

Verify Fixes

Re-crawl to confirm all redirect issues are resolved.

Filtering Options

Export Options

Export redirect data for implementation:
  • CSV: Full redirect inventory for server configuration
  • PDF Report: Visual chain diagrams for stakeholders
  • Implementation Plan: Suggested fixes with code snippets

Broken Link Detection

Redirects that lead to 404s are tracked as broken links.

Response Time Tracking

Redirect chains add measurable latency to page loads.