A simple Python CLI tool to detect HTTP redirect chains and loops. Useful for SEO audits and performance optimization.
- Detects:
- Multiple HTTP redirects (redirect chains)
- Potential redirect loops
- Shows:
- HTTP status codes (301, 302, etc.)
- Intermediate URLs in the redirect chain
- Helps improve crawl efficiency and page speed for SEO
git clone https://github.com/Aditi-Rani/Redirect-Chain---Loop-Detectorcd redirect-checkerpip install -r requirements.txtpython redirect_checker.py🔗 Enter the URL (with https://): https://example.com