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.