1.5 KiB
1.5 KiB
name, description, usage
| name | description | usage |
|---|---|---|
| audit-site | Runs a technical SEO audit covering crawlability, indexation, and performance. | /seo:audit-site --domain example.com --scope "core pages" --depth 3 |
Command: audit-site
Inputs
- domain – root domain or subdomain to audit.
- scope – optional focus (core pages, blog, docs, regional site).
- depth – crawl depth (default 3 levels).
- include_logfiles – flag indicating whether log files are available.
Workflow
- Crawl Setup – configure crawler (user agent, JS rendering, throttling) and run sample crawl.
- Issue Detection – flag broken links, duplicate content, redirect chains, orphan pages, sitemap gaps.
- Technical Checks – review Core Web Vitals, structured data coverage, hreflang, canonical tags, robots directives.
- Indexation Review – compare sitemap vs Search Console coverage, identify noindex/blocked assets.
- Action Plan – prioritize fixes with owners, dependencies, and estimated effort.
Outputs
- Audit summary deck and spreadsheet with severity scoring.
- Ticket-ready backlog grouped by theme (performance, crawlability, content, infra).
- Monitoring recommendations (alerts, dashboards, regression tests).
Agent/Skill Invocations
technical-seo-lead– leads crawl and action plan.technical-seoskill – provides diagnostic templates and remediation references.keyword-researchskill – aligns technical fixes with priority keyword clusters when relevant.