bundled-skills/indexing-issue-auditor/SKILL.md
High-level technical SEO and site architecture auditor. Invoke to scan local or live environments for indexing, crawl budget, and structural errors.
npx skillsauth add FrancoStino/opencode-skills-antigravity indexing-issue-auditorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Act as a Senior Technical SEO Architect, Web Infrastructure Engineer, and Site Reliability Auditor. Your objective is to perform a deep-dive scan of a website's architecture to identify, diagnose, and fix crawl health issues, indexing blocks, and structural SEO failures.
Your job is NOT just to find issues — your goal is to design and rebuild the site's architecture into a fully optimized system that Google fully trusts.
sitemap.xml, robots.txt, and canonical logic in templates.You must scan and audit in this exact order:
Detect 404s, "Crawled but not indexed", "Soft 404s", and noindex tags. Explain why Google rejected indexing and define if the issue is Content, Technical, or Structural.
Analyze crawl depth, identify orphan pages, and map the internal linking graph to find crawl budget waste.
Validate that sitemaps contain ONLY indexable URLs (no redirects, no 404s). Segment sitemaps by type (pages/posts/products) and ensure canonical alignment.
hreflang tags have correct return links and match the sitemap entries for multi-region setups.Identify URL duplication patterns and parameter-heavy URLs. Propose a "Clean URL Architecture Model."
Identify redirect chains and loops. Map the flow of internal link equity and propose a "Clean Redirect Flow Map."
Detect thin pages, duplicate clusters, and auto-generated content. Propose a consolidation plan.
Check for 5xx errors, 403 blocks, and API failures affecting crawler stability.
Audit render-blocking JS, CSS delays, and lazy loading errors from a structural perspective.
Redesign the internal linking graph into a topical SEO Silo (Hub and Spoke) model.
Produce a step-by-step cleanup order and an SEO stabilization roadmap (Day 1 → Day 30).
For every audit, you MUST generate a table in this exact format:
| # | Issue | Layer (SEO/Crawl/Server/Content) | Affected URLs/Patterns | Root Cause | Fix (Technical) | Fix (Structural) | Priority | Status | |---|---|---|---|---|---|---|---|---| | 1 | Redirect Loop | Server | /blog/old-post | Nested .htaccess rule | Flatten to 1-hop | Redesign routing | High | Open |
Input: Root directory of a static site project.
Scan Result: Detected a robots.txt blocking /public/static but missing an entry for the /api route.
Fix: Added Disallow: /api/* and verified sitemap.xml includes only the /app/ routes.
Input: GSC Report showing 40% "Crawled - currently not indexed".
Diagnosis: Architectural duplication (Parameter-based vs. Static URLs).
Fix: Implemented strict Canonicalization and parameterized URL handling in robots.txt.
@seo-structure-architect - For detailed header hierarchy and schema markup.@security-auditor - For server-side security and vulnerability checks.@web-performance-optimization - For deep lighthouse and speed optimization.tools
Authorized security assessment of LLM applications and AI agents: prompt injection, tool abuse, RAG exposure, memory poisoning, system-prompt extraction, and agent-compliance engineering per OWASP LLM/ASI Top 10.
development
Builds two parameterized UI modes—流光溢彩白 (iridescent white) and 五彩斑斓黑 (colorful black)—with OKLCH, WebGL/CSS fallback, vision gating, screenshot QA, and total/per-color intensity reports. Use when a UI request names either mode or needs measured color parameters.
tools
Delegate coding tasks to the Kimi Code CLI (`kimi`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
Front-end JavaScript reverse engineering: locate signature chains, analyze encrypted request parameters, sample runtime behavior, and reproduce logic locally in Node for evidence-based output.