Resolve internal broken links
SkillWeb & browsingLets your agent audit webpages for broken links and check crawlability, structured data, and indexability.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Resolve internal broken links skill
About this capability
Use when auditing metadata, crawlability, structured data, or indexability related to Resolve internal broken links. Verify the rendered HTML and HTTP response rather than relying only on source files.
What this skill tells your AI
The instructions your AI receives, as published by thedaviddias/front-end-checklist in skills/broken-links/SKILL.md and read by ahel’s review.
Internal broken links frustrate users and waste crawl budget by sending search engine bots to non-existent pages, potentially harming your site's SEO.
Quick Reference
- Identify and fix all internal links that return 404 (Not Found) or 5xx (Server Error) codes
- Ensure all navigation elements and inline links point to live, valid URLs
- Regularly audit your site after moving or deleting content to prevent dead links
Check
Scan the website for any internal links that lead to 404 pages or server errors.
Fix
Update the broken link to the correct URL or remove it if the destination page no longer exists.
Explain
Explain the concept of 'crawl budget' and how broken links can negatively affect a site's indexing efficiency.
Code Review
Review metadata generation, rendered HTML, structured data, and response headers related to Resolve internal broken links. Flag exact routes or templates where search-facing output violates the rule, and describe how to verify the final page output.
For full implementation details, code examples, and framework-specific guidance,
see references/rule.md.
Rule page: https://frontendchecklist.io/en/rules/seo/broken-links
Signals
- GitHub stars
- 74k
- Forks
- 7k
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
broken-links-thedaviddias- Source
- github.com/thedaviddias/front-end-checklist