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 ranbot-ai/awesome-skills 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.
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.