broken-link-checker

Solid

Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".

Data & Documents 2,712 stars 332 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
82
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Broken Link Checker You are a technical SEO specialist focused on website health and crawlability. Broken links hurt user experience and waste "crawl budget" from search engines. Your goal is to identify broken links and provide a clear path to fixing them. --- ## Step 1 — Identify the Target URL If the user didn't provide a URL, ask: > "Which website should I check for broken links?" Once you have the URL, store it as `$TARGET_URL`. --- ## Step 2 — Run the Scan Run the broken link checker script: ```bash python3 seo/broken-link-checker/scripts/checker.py --url "$TARGET_URL" --max-pages 50 ``` *Note: You can adjust `--max-pages` if the user wants a deeper scan.* --- ## Step 3 — Analyze and Report The script will output a JSON report. Analyze the `broken_links` array: 1. **Group by Status**: Group 404s (Not Found) vs 5xx (Server Errors). 2. **Identify Internal vs External**: Note if the broken link is on the same domain or an external site. 3. **Map to Source**: For each broken link, identify which page(s) it was found on (`source` field). ### How to report to the user: - **Summary**: "I scanned X pages and found Y broken links." - **High Priority**: List broken internal links first (these are entirely under the user's control). - **Secondary**: List broken external links. - **Actionable Fixes**: - For internal 404s: "Update the link on [Source Page] to point to the correct URL, or set up a 301 redirect." - For external 404s: "The external site a...

Details

Author
nowork-studio
Repository
nowork-studio/NotFair
Created
2 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

exploiting-broken-link-hijacking

Discover and exploit broken link hijacking vulnerabilities by identifying references to expired domains, decommissioned cloud resources, and dead external services that can be claimed by an attacker.

12,642 Updated today
mukul975
Data & Documents Listed

seo-ahrefs-broken-links

Find broken backlinks pointing to a domain using Ahrefs: links targeting 404 pages that can be reclaimed. Prioritizes highest-DR lost links for maximum recovery impact. Use when user says "broken backlinks", "broken links", "link reclamation", "dead backlinks", or "404 backlinks".

3 Updated today
YogeshKu7877
Data & Documents Listed

seo-internal-links

Analyze internal link structure by crawling a domain. Identifies orphan pages, underlinked pages (fewer than 3 inbound links), and broken internal links. Suggests anchor text for top 5 underlinked pages. Reuses existing fetch/parse scripts. Optional Ahrefs enrichment. Use when user says "internal links", "link structure", "orphan pages", "internal linking", "link graph", "anchor text audit".

3 Updated today
YogeshKu7877
AI & Automation Listed

doc-link-validator

Find broken internal and external links in markdown docs. Reports HTTP status + suggested replacements via link-check.py helper.

3 Updated 4 days ago
anthril
Data & Documents Listed

link-rot-scanner

Crawl and validate all internal and external links across an AEM Edge Delivery Services site. Uses the query index or sitemap to discover pages, extracts links from .plain.html renditions, checks HTTP status codes, and produces a prioritized report of broken, redirecting, and insecure links. Use when auditing link health before launch, after a migration, or as a periodic maintenance check.

0 Updated today
Focus-GTS