Four skills for diagnosing and fixing whether a site is visible to search crawlers and AI answer engines.
View on GitHubMost advisory and compliance sites are single-page apps that render nothing without JavaScript — which means search crawlers and AI answer engines often see a blank page. We hit exactly this on our own site and built a set of tools to diagnose and repair it.
The kit is four Claude Code skills: one audits a site for crawler and AI-search visibility, one checks whether the machine can even do the remediation work, one implements the fixes against real source — prerendering, per-route metadata, sitemap, robots.txt, structured data — and one turns the diagnosis into an execution-ready handoff for another engineer or a fresh session.
Each skill is self-contained and portable. We ran the whole sequence on this site; the fact that you can find this page in a search result is the test passing.
Open source, MIT-licensed, provided as-is. Written for our own workflow and shared for others to use or adapt — review the source before relying on it against production code.