Volver al blog
Redirect Chain Analyzer10 min de lectura18 de abril de 2026

SEO Redirect Audit: How to Find Problems and Keep Your Site Clean

Problematic redirects accumulate silently and erode SEO performance. Learn how to conduct a complete audit, classify problems by severity, and establish a continuous maintenance system.


Most websites older than two years have redirect problems that nobody has reviewed. Accumulated chains, redirects pointing to 404s, circular loops, temporary redirects that have been active for years as if they were permanent. This type of redirect "technical debt" silently erodes SEO performance and site speed. This guide teaches you how to detect it, classify it, and eliminate it systematically.

What is redirect debt?

Redirect debt is the accumulation of obsolete, incorrect, or suboptimal redirects that have been added to the site without a review and cleanup process. Just like technical debt in software development, redirect debt grows over time if not actively managed.

  • Redirects pointing to URLs that no longer exist (generating a second 404 or a new redirect).
  • Chains of 3 or more hops accumulated by successive migrations without updating the redirect map.
  • 302 redirects that have been active for years and should be permanent 301s.
  • Circular loops (A → B → A) that return a "too many redirects" error to the user.
  • Redirects to irrelevant pages (like the homepage) that do not effectively transfer PageRank.
  • Redirects to URLs with canonical pointing to another URL — contradictory signals for Google.

Redirect health classification system

Not all redirect problems have the same impact. Before starting to fix, classify problems by severity to prioritize the work.

SeverityProblem typeSEO impactAction
🔴 CriticalRedirect loop (A → B → A)Page inaccessible to users and crawlersImmediate fix
🔴 CriticalRedirect points to a 404PageRank lost, crawler wastedImmediate fix
🟠 HighChain of 3+ hopsPageRank dilution, slownessPriority fix
🟠 High302 used where 301 should beGoogle does not consolidate ranking signalsPriority fix
🟡 MediumChain of 2 hopsAdded latency, slight dilutionFix in next audit
🟡 MediumRedirect to URL with external canonicalContradictory signalsFix in next audit
🟢 LowObsolete redirect with no traffic or backlinksServer resource consumptionRemove in periodic cleanup

How to perform a redirect audit step by step

Step 1: Get the complete redirect inventory

The first step is to collect all active redirects on your site. The source depends on how you manage them:

  • Apache (.htaccess): find all lines containing "Redirect" or "RewriteRule" with [R=].
  • Nginx: find "return 301/302" directives or "rewrite ... redirect" in your server{} blocks.
  • WordPress (Redirection plugin): export the full list from Tools → Redirection → Export.
  • CDN or proxy (Cloudflare, Vercel, Netlify): review Page Rules or Redirect Rules.
  • Headless CMS / Next.js: review the next.config.js file, redirects() section.

Step 2: Crawl the site to automatically detect problems

With the inventory in hand, use a crawl tool to follow each redirect and detect problems:

  1. 1.Screaming Frog (free version up to 500 URLs): in Configuration → Spider → Limits, enable "Follow Redirects". When done, go to Response Codes → 3xx to see all redirects and filter by "Redirect Chains" to detect chains.
  2. 2.Google Search Console → Coverage: filter by "Excluded" → "Redirected". URLs that GSC marks as redirected may indicate pages Google has found but is no longer actively crawling.
  3. 3.Ahrefs Site Audit: in the audit module, look for "Redirect chains" and "Redirect loops" in the issues panel.

Step 3: Manually verify the most important URLs

For URLs with the most organic traffic and backlinks, do a manual verification with iRankly's Redirect Chain Analyzer. Enter the 20–50 most important URLs on your site and verify that each resolves in a single hop to the correct destination.

Prueba la herramienta gratis

Redirect Chain AnalyzerAnaliza tus URLs con {tool} de iRankly. Sin registro, sin tarjeta.

Usar herramienta gratis

Step 4: Classify and prioritize the problems found

Create a working sheet with all problematic redirects classified according to the severity system from the previous section. Add columns for: Source URL, Current destination URL, Detected problem, Severity, Correct destination URL, and Status (pending/in progress/resolved).

Step 5: Implement fixes in order of severity

Always start with critical problems (loops and redirects to 404s), then high severity (long chains and incorrect 302s), and leave low severity for periodic cleanup. After each fix, verify with the analyzer that the URL resolves correctly.

Complete redirect audit checklist

  • ☐ Complete redirect inventory exported from all sources (server, CMS, CDN).
  • ☐ Full site crawl with chain and loop detection.
  • ☐ Verification that no redirect points to a 404.
  • ☐ Verification that no circular loops exist.
  • ☐ Confirmation that all chains have only 1 hop.
  • ☐ Review that permanent redirects use 301 (not 302).
  • ☐ Verification that redirect destinations have a self-referential canonical.
  • ☐ Confirmation that internal links do not pass through redirects (point directly to destination).
  • ☐ Review of obsolete redirects with no traffic or backlinks for removal.
  • ☐ XML sitemap updated with only final URLs (no redirected URLs).

How to establish a continuous maintenance system

A one-time audit is not sufficient. Problematic redirects accumulate continuously. You need a recurring process that prevents the debt from growing back.

Monthly process (15 minutes)

Review coverage errors in Google Search Console. Any URL that GSC detects as incorrectly redirected or generating errors should be investigated. Also check if there are new 404 URLs with active backlinks that should have a redirect.

Quarterly process (2–4 hours)

Partial site crawl focused on sections that have changed in the last 3 months. Verify that no new chains have formed. Review the redirect log to identify those that have been active for more than 12 months and could be removed.

Annual process (full audit)

Complete audit following the 5 steps from the previous section. Cleanup of obsolete redirects. Update of the redirect mapping document. Review whether any permanent redirect should have been temporary or vice versa.

Protocol for reviewing before publishing new redirects

  1. 1.Before creating a new redirect, search the log to see if one already exists from that source URL.
  2. 2.If it exists, update the destination of the existing redirect (do not add a new one on top).
  3. 3.Verify that the proposed destination is not itself a URL that redirects (would create chains).
  4. 4.Document the new redirect: source URL, destination URL, date, reason, and owner.
  5. 5.After implementing it, verify with the analyzer that it works correctly.

Tools for redirect audits

ToolPrimary usePriceFree limit
iRankly AnalyzerQuick verification of specific URLs + chainsFree50 URLs per analysis
Screaming FrogFull site crawlFreemium500 URLs
Google Search ConsoleCoverage errors and redirected URLsFreeUnlimited (your site)
Ahrefs Site AuditFull audit with historyPaid
curl (terminal)Manual verification of individual URLsFreeUnlimited

Prueba la herramienta gratis

Analiza tus URLs con Redirect Chain Analyzer de iRankly. Sin registro, sin tarjeta.

Usar herramienta gratis