broken-link-checker

Featured

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 3,289 stars 405 forks Updated 5 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
4 months ago
Last Updated
5 days ago
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

seo-technical-audit

Run a technical SEO audit of a website and return a prioritized fix list — crawlability, indexation, site architecture, Core Web Vitals / page speed, mobile, and structured data. Use when the user wants a site audited, rankings are stalling for non-content reasons, a migration or redesign needs checking, or Core Web Vitals are failing. Produces a scored audit with issues ranked by impact × effort. Triggers on: "technical SEO", "site audit", "Core Web Vitals", "page speed", "crawl issues", "indexing problem", "why isn't my site ranking", "SEO health check".

0 Updated 1 weeks ago
architshahdigital
Data & Documents Featured

backlink-audit

Backlink / off-page SEO audit. Works WITHOUT a paid tool by default — it uses the Google Search Console Links report (your top linking sites, most-linked pages, and anchor text) plus any backlink export the user provides (Ahrefs / Semrush / Majestic / DataForSEO CSV). Analyzes referring-domain profile, anchor-text distribution (over-optimized / spammy patterns), most-linked pages vs. money pages (internal-linking opportunity), toxic/spam link signals, and link-building priorities. Use this skill when the user asks about backlinks, link building, off-page SEO, referring domains, anchor text, toxic/spam links, disavow, or their link profile. Trigger on: "backlinks", "backlink audit", "link building", "off- page SEO", "referring domains", "anchor text", "toxic links", "spam links", "disavow file", "who links to me", "link profile", "domain authority". NOTE: rich third-party metrics (DR/DA, full link index) require a paid data source; this skill is explicit about what it can and can't see without one.

3,289 Updated 5 days ago
nowork-studio
Data & Documents Featured

seo-analysis

Full SEO audit: Google Search Console data + URL Inspection API + PageSpeed Insights API + technical crawl + keyword research + metadata audit + schema markup audit + search intent analysis + Core Web Vitals monitoring. Feeds real GSC data and PageSpeed metrics into AI to surface quick wins, diagnose traffic drops, find content gaps, identify metadata mismatches, detect schema gaps, monitor page performance, and produce an actionable 30-day plan. Use this skill whenever the user asks about SEO, search rankings, organic traffic, Google Search Console, keyword performance, traffic drops, content gaps, search visibility, technical SEO, meta tags, schema markup, structured data, URL indexing, keyword research, indexing issues, page speed, performance, Core Web Vitals, LCP, INP, CLS, or Lighthouse scores. Also trigger on: "why is my traffic down", "what keywords am I ranking for", "improve my rankings", "check my search console", "SEO audit", "analyze my SEO", "technical SEO", "meta tags", "indexing issues", "craw

3,289 Updated 5 days ago
nowork-studio