# Site Health Audit

> Inspect crawlability, indexing, performance, and site architecture for technical SEO issues. 技术审计/网站健康检查

- Skill: `excelle/site-health-audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add excelle/site-health-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/excelle/site-health-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- License: MIT
- Author: excelle (https://skillmd.com/u/excelle)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/excelle/site-health-audit

---


# 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:

1. **Indexability** — robots.txt rules, meta robots, noindex tags, canonical loops, redirect chains, 4xx/5xx errors
2. **Crawl Efficiency** — sitemap validity, orphan pages, crawl depth, internal link distribution, pagination
3. **Performance** — Core Web Vitals (LCP, INP, CLS), server response time, render-blocking resources, image optimization
4. **Security** — HTTPS enforcement, valid certificate, security headers, no mixed content
5. **Mobile** — mobile-friendly design, viewport config, tap target sizing, font readability
6. **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](refine/pathway-optimizer/SKILL.md) — fix internal link architecture
- **Alternatives**: [page-diagnostics](refine/page-diagnostics/SKILL.md), [change-sentinel](track/change-sentinel/SKILL.md)
