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".
65
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./seo/broken-link-checker/SKILL.mdYou 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.
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.
Run the broken link checker script:
python3 seo/broken-link-checker/scripts/checker.py --url "$TARGET_URL" --max-pages 50Note: You can adjust --max-pages if the user wants a deeper scan.
The script will output a JSON report. Analyze the broken_links array:
source field).If no broken links are found, congratulate the user on a healthy site!
8d9d54b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.