Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 805 Bytes

File metadata and controls

40 lines (32 loc) · 805 Bytes

🔁 Redirect Chain & Loop Detector

A simple Python CLI tool to detect HTTP redirect chains and loops. Useful for SEO audits and performance optimization.


✅ Features

  • 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

🚀 How to Run

1. Clone the Repository

git clone https://github.com/Aditi-Rani/Redirect-Chain---Loop-Detector
cd redirect-checker

2. Install Dependencies

pip install -r requirements.txt

3. Run the Script

python redirect_checker.py

4. Enter a URL

🔗 Enter the URL (with https://): https://example.com