Site health audit
Inspect crawlability, indexing, performance, and site architecture for technical SEO issues. 技术审计/网站健康检查From its SKILL.md
npx -y skills add excelle/seo-geo-toolkit --skill site-health-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.7 KB, 417 tokens by cl100k_base, as published. Nobody here has run it
Site Health Audit
Inspects technical foundations: crawlability, indexation, performance, and architecture. Catches systemic issues before they affect rankings.
Quick Start
Audit site health for [domain]
Check technical SEO on [URL]
Why are my pages not indexing?
Engine Contract
- Reads: domain, sitemap URL, robot.txt, known issues
- Writes: technical audit report with severity-ranked fix list
- Promotes: critical technical blockers to hot cache
- Next handoff: signal packet with technical scores and recommended fixes
Instructions
Run six checks:
- Indexability — robots.txt rules, meta robots, noindex tags, canonical loops, redirect chains, 4xx/5xx errors
- Crawl Efficiency — sitemap validity, orphan pages, crawl depth, internal link distribution, pagination
- Performance — Core Web Vitals (LCP, INP, CLS), server response time, render-blocking resources, image optimization
- Security — HTTPS enforcement, valid certificate, security headers, no mixed content
- Mobile — mobile-friendly design, viewport config, tap target sizing, font readability
- Architecture — flat vs deep structure, URL consistency, breadcrumb usage, hreflang if multilingual
Severity Levels
- Blocker: Prevents indexing or causes major ranking loss (fix within 24 hours)
- Warning: Significant ranking friction (fix within 1 week)
- Opportunity: Improvement with measurable upside (fix within 1 month)
- Observation: Monitor but not urgent
Next Best Engine
- Primary: pathway-optimizer — fix internal link architecture
- Alternatives: page-diagnostics, change-sentinel
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.