Free SEO Audit
301 · 302 · 307 · 308 · Chain Analyzer · TLS Audit · Bulk Checker

Redirect Checker

Trace full redirect chains, detect loops, score link equity, audit TLS/SSL certificates, inspect security headers, and bulk-test up to 10 URLs at once — no login, instant results.

Full chain tracing
Loop detection
Link equity scoring
TLS / SSL audit
Security header audit
Bulk check (10 URLs)
6 user-agent options
CSV / JSON export
Deep Chain Analysis
Every hop traced with status, headers, IP address, response size, cache status, and timing.
📈
Link Equity Score
Calculates exactly how much PageRank is preserved through the chain based on redirect types.
🔒
TLS / SSL Audit
Certificate issuer, subject, validity dates, SAN coverage, and days remaining on the destination.
🛡
Security Header Audit
Checks HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, and Permissions-Policy.
📋
Bulk URL Testing
Paste up to 10 URLs and get a side-by-side comparison table with chain, equity, and grade for each.
🤖
6 User-Agents
Googlebot, Googlebot Mobile, Bingbot, Chrome desktop, Chrome mobile, and raw curl.
User-Agent
Max Hops
What this advanced check covers
  • Full chain trace: HTTP status, IP address, response size, cache status, and all headers at every hop
  • Link equity score: PageRank preserved based on redirect type sequence (301 = ~99%, 302 = ~85% per hop)
  • TLS/SSL audit: Certificate issuer, validity dates, SAN coverage, and days until expiry on the final destination
  • Security headers: HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy
  • Canonicalization tab: HTTP→HTTPS, www↔non-www, and path normalisation detection in the chain
Results
URLs entered: 0 / 10
User-Agent
Bulk Results
URLChainHopsFinal StatusLink EquityTimeGrade
How It Works

How to Use This Redirect Checker

No extensions, no login, no setup — results in seconds

1

Enter a URL

Paste any URL — migrated pages, suspicious redirects, external URLs you're linking to, or any URL you've changed in a CMS.

2

Choose User-Agent

Select Googlebot to see what Google sees. Some servers return different redirects to crawlers vs browsers — this surfaces those differences.

3

Review the Chain

Each hop shows status, destination, response time, IP, all headers, and an SEO impact note. Expand headers for full request/response detail.

4

Check TLS & Security

Switch to the TLS tab to verify certificate validity. Switch to Security Headers to see missing headers with copy-paste fix recommendations.

5

Bulk Test & Export

Use Bulk mode for up to 10 URLs at once. Export results as CSV, JSON, or plain text for dev handoff or client reports.

What is a Redirect Checker and Why Does It Matter for SEO?

A redirect checker traces a URL step-by-step, recording the HTTP status code, destination URL, and all response headers at every hop until it reaches a final non-redirect response. The core question it answers: when Googlebot visits this URL, where does it actually land — and at what cost to speed and link equity?

Redirects are among the most common sources of silent ranking damage. A 301 configured as a 302, a 5-hop chain where 1 hop would do, a redirect loop Googlebot can never escape, an expired TLS certificate blocking HTTPS crawls — all invisible in a browser but visible here.

Link Equity: Quantifying PageRank Loss

Each redirect type carries a different equity multiplier. A 301 passes approximately 99% per hop. A 302 passes roughly 85% — less because Google hedges on temporary moves. A 3-hop 302 chain retains only ~61% of the original equity. This tool calculates the exact score so you can quantify the loss and justify the fix to stakeholders.

301 vs 302: The Most Expensive Redirect Mistake

Using a 302 (temporary) redirect where a 301 (permanent) redirect is intended is the single most common and most damaging redirect error. Both send users to the same page — so it looks right in a browser. But Google continues indexing the origin URL with a 302 and equity consolidation is unreliable. The fix is one line in your server config; this tool confirms it immediately after the change.

HTTP Redirect Status Codes — Complete SEO Reference

CodeNameLink EquityGoogle BehaviourWhen to Use
301Moved Permanently~99%Indexes destination. Consolidates signals.All permanent URL changes, HTTPS upgrades, migrations
302Found (Temporary)~85%May keep indexing origin. Unreliable equity.Truly temporary redirects — A/B tests, maintenance only
307Temporary Redirect~85%Same SEO risk as 302. Preserves method.Temp redirects needing POST method preservation
308Permanent Redirect~99%Like 301. Method-preserving.Permanent moves requiring POST preservation
200OK100%Indexed normally.Final destination of every redirect chain
404Not Found0%De-indexes over time. Equity lost.Never intentional — set a 301 to a relevant page
410Gone0%De-indexes faster than 404.Intentional permanent deletion with no replacement
500Server Error0%Googlebot retries, then de-indexes.Never intentional — investigate server logs

Advanced Issues This Tool Detects

Redirect Loops

A redirect loop occurs when the chain revisits a URL already visited — A→B→A, or longer cycles. Browsers and Googlebot give up with "too many redirects." Pages in loops are never crawled or indexed. Root causes: conflicting .htaccess rules, CMS permalink settings clashing with server redirects, or www/HTTPS rules interacting incorrectly.

Inefficient HTTP to HTTPS Chains

An HTTP→HTTPS upgrade should be a single 301 hop. A common misconfiguration creates two hops: HTTP → HTTP-www → HTTPS-www. Every inbound HTTP link doubles its latency and adds an extra equity step. Consolidate both rules at the server level into one direct redirect.

TLS Certificate Issues

An expired or near-expiry TLS certificate causes browsers to block HTTPS pages with security warnings and can prevent Googlebot from crawling your site entirely. This tool fetches certificate metadata directly from the destination host and flags certificates expiring within 30 days — giving you time to renew before an impact occurs.

Missing Security Headers

Security headers like Strict-Transport-Security, X-Frame-Options, and X-Content-Type-Options protect users from clickjacking, MIME sniffing, and protocol downgrade attacks. This tool checks 5 critical headers and provides copy-paste implementation fixes for every missing one.

Crawler-Specific Redirect Behaviour

Testing with Googlebot as the user-agent surfaces redirects that only appear to crawlers. Some servers use bot-management layers (Cloudflare, Nginx geo-rules, CMS plugins) that send different redirect responses to Googlebot than to browsers. What looks correct in Chrome may be a 302 loop when Googlebot visits. Always test with the Googlebot user-agent before and after a migration.

Behind the Search — Free SEO Tools

More Free Technical SEO Tools

Every tool runs directly in the browser — no login, no limits, no extensions required

Frequently Asked Questions

Redirect Checker — Common Questions

Everything you need to know about how this tool works and how to act on the results

What is a redirect checker?

A redirect checker follows a URL hop by hop, recording the HTTP status code, destination URL, and all response headers at each step until it reaches a final non-redirect response. It verifies redirect types (301 vs 302), chain length, redirect loops, TLS certificate validity, and security headers — all with direct SEO implications.

What is the difference between 301 and 302 for SEO?

A 301 tells Google the move is permanent and passes approximately 99% of link equity to the destination URL, which Google then indexes. A 302 is ambiguous — Google may continue indexing the origin and equity consolidation is unreliable (~85% per hop). Use 301 for every permanent URL change. Switching a 302 to 301 is often the highest-ROI technical SEO fix available.

What is the link equity score?

The link equity score estimates what percentage of the original URL's PageRank reaches the final destination through the redirect chain. Multipliers: 301/308 = ~99%, 302/307 = ~85%, 303 = ~75% per hop. A 3-hop 302 chain retains roughly 61% of the equity that should reach the target page. A score of 95%+ is ideal; below 80% signals a chain that needs consolidation.

What does the TLS/SSL audit check?

The TLS tab connects directly to the destination host and reads the SSL certificate: issuer, subject (domain covered), SAN entries, validity dates, and days until expiry. Certificates expiring within 30 days are flagged as warnings; expired certificates as errors. An expired cert causes browser security warnings and prevents Googlebot from crawling your HTTPS pages.

What security headers does this tool check?

The Security Headers tab audits five critical HTTP response headers: HSTS (forces HTTPS), X-Frame-Options (prevents clickjacking), X-Content-Type-Options (prevents MIME sniffing), Referrer-Policy (controls referrer data), and Permissions-Policy (restricts browser features). Each missing header includes a copy-paste implementation recommendation.

How does bulk redirect checking work?

Switch to the Bulk Checker tab, paste up to 10 URLs (one per line), and click Check All URLs. Each URL is checked sequentially — the results table shows a visual chain, total hops, final status, link equity score, response time, and performance grade. Export as CSV for client reporting or JSON for developer handoff.

Why test with Googlebot as the user-agent?

Some servers return different redirects to crawlers than to browsers — via Cloudflare rules, Nginx geo-config, or CMS bot-detection plugins. What shows correctly in Chrome might be a 302, a loop, or a 403 when Googlebot visits. Testing with the Googlebot user-agent shows you exactly what Google sees, which is often different from what you see in your browser.

Is this redirect checker completely free?

Yes. Completely free, no account, no usage limits. All checks run server-side using PHP cURL and a direct TLS socket for certificate data. No URL data is stored after the request completes. This tool is part of the free technical SEO toolkit at Behind the Search — built for SEO professionals and developers who need reliable tools without paywalls.

About Behind the Search

Built by SEO Practitioners, for Real Technical Audits

Behind the Search is a free technical SEO resource built by practitioners. Every tool — from this redirect chain analyzer to our canonical tag checker and robots.txt analyzer — solves real problems from real audits.

No ads. No paywalls. No artificial limits. Tools should work for you, not extract money from you.

10Bulk URLs
6User Agents
100%Free
0Data Stored