Link & Broken-Link Analyzer — Fixed
Paste a URL, click Analyze. Uses a public CORS proxy (AllOrigins) for fetching pages — see notes below about limits.
Total scanned
0
Internal
0
External
0
Broken
0
Internal Links
External Links
Broken / Unreachable Links
Notes: This client-side checker uses a public CORS proxy (AllOrigins) which is generally fine for casual checks but not 100% reliable for HEAD/status-only checks. For production-grade broken-link checking (correct HTTP status codes & faster, more reliable checks) I recommend a small server-side proxy — I included a Node snippet below.