Redirect Mapper
Map old URLs to new URLs and export as .htaccess, Nginx config, or CSV. Perfect for site migrations, URL restructuring, and redirect audits.
Frequently Asked Questions
Redirect directives, place them at the top. If using RewriteRule for redirects, include them at the top of your RewriteEngine block. Always test redirects in staging before applying to production.window.location.href = … or meta refresh). JavaScript redirects require the browser to first download, parse, and execute JavaScript before performing the redirect — adding significant latency. Googlebot can process JavaScript redirects but they are slower to follow and less reliable for PageRank consolidation. Meta refresh redirects with a 0-second delay are crawlable but deprecated. For any redirect that matters for SEO — site migrations, URL changes, content consolidation — always implement a true HTTP 301 at the server or CDN level. JavaScript redirects should only be used as a last resort when server configuration is inaccessible.curl -IL url in terminal to follow the redirect chain manually, or use browser DevTools Network tab and look for the redirect chain in the first request. Fix by identifying which rule creates the circular reference.About This Redirect Checker
This free redirect checker follows the full chain of HTTP redirects for any URL and shows each hop — status code (301, 302, 307, 308), destination URL, and response time. The final destination URL is highlighted.
Redirect chains add latency and dilute link equity. A page with three or more redirect hops will load slower and may lose SEO value compared to a single direct redirect. This tool makes it easy to spot and eliminate unnecessary hops.
When to use this tool
- Verifying that old URLs redirect correctly to new ones after a migration
- Finding and eliminating multi-hop redirect chains
- Checking whether a redirect is permanent (301) or temporary (302)
- Auditing redirects set up by a CDN or reverse proxy
Standards & References
How It Works
Add URL Mappings
Add old URL → new URL pairs manually, or paste a CSV to import dozens of redirects at once. Set the redirect type (301/302) per row or globally.
Generate Config
The tool generates correctly formatted redirect rules for Apache .htaccess, Nginx server blocks, or a clean CSV for import into other tools.
Deploy & Test
Copy or download the config file and apply it to your server. Test each redirect to confirm the correct status code and destination URL.
Common Use Cases
Website Migration
Map hundreds of old URLs to their new equivalents during a domain migration, CMS change, or URL structure redesign to preserve rankings and traffic.
Domain Consolidation
When merging multiple websites or domains, create a complete redirect map to ensure all inbound links and bookmarks resolve correctly on the consolidated site.
URL Structure Cleanup
Simplify messy URL structures (e.g., removing category prefixes, changing /page/ to /article/) while redirecting old URLs to prevent broken links and ranking loss.
Deleted Pages
Redirect deleted or discontinued pages to the most relevant alternative page or category page, rather than serving 404 errors that waste crawl budget.
CMS Platform Change
Moving from WordPress to another CMS often changes URL structures. Use this tool to map all old WordPress permalink structures to new URLs.
HTTP to HTTPS
Generate bulk 301 redirects from HTTP to HTTPS versions of all your key URLs as part of an SSL migration, alongside server-level redirect rules.
Related SEO Tools
Related Articles
View all articles
Redirect Chains and Loops: How Years of Migrations Quietly Stack Redirects — and How to Flatten Them
A redirect chain often isn't deliberately created — it accumulates through years of independent, individually-reasonable migrations, each adding one more hop without anyone updating the original redirect. Here's why accumulated hops risk search engines failing to fully traverse a chain, the "flattening" fix, and the common CDN-to-origin protocol mismatch that causes HTTPS redirect loops.
JavaScript Redirects and Their SEO Pitfalls: How They Differ from Server-Side 301s
JavaScript redirects require Googlebot to execute JavaScript before discovering the destination — which adds a multi-hour or multi-day delay compared to server-side 301s. Here's how each redirect mechanism works for SEO, the Next.js server vs client distinction, and how to audit and collapse redirect chains.
Site Migration SEO: The Redirect Mistakes That Cost Rankings and How to Avoid Them
Site migrations lose SEO value in predictable ways: homepage redirects, redirect chains, and missing redirects for high-value pages. Here's the complete pre-migration checklist, how to preserve link equity through domain changes, and post-migration monitoring.
Redirect Mapper — Plan & Audit URL Redirects for Site Migrations
Learn how 301, 302, and other redirect types affect SEO, why redirect chains lose link equity, how to plan a migration redirect map, and how to audit your redirects with a free redirect mapper tool.