← ClaudeAtlas

seo-ai-searchlisted

Make a site rank on Google and get cited by AI assistants (ChatGPT, Perplexity, Gemini, Copilot, Claude). Use when implementing SEO on any site or framework, auditing search visibility, choosing structured data, researching keywords without paid tools, planning local or map-pack presence, improving AI-answer visibility (GEO/AEO), or diagnosing why traffic or AI citations are low. Covers technical SEO, schema, E-E-A-T, content strategy, and measurement.
kamran-code/seo-ai-search · ★ 0 · AI & Automation · score 73
Install: claude install-skill kamran-code/seo-ai-search
# SEO + AI search visibility Research-backed playbook (compiled September 2026 from primary sources: Google/Bing docs, Vercel/Cloudflare crawler data, Pew/Ahrefs/Semrush studies). Facts marked **VOLATILE** age within months — web-search them before relying on them; unmarked principles are stable. ## The one rule that covers everything **Everything you want indexed, ranked, or cited must be in the initial server-rendered HTML.** Googlebot renders JavaScript (late, in a second pass); **no major AI crawler executes JavaScript at all** (GPTBot, ClaudeBot, PerplexityBot, CCBot fetch but never render — Vercel/MERJ data; VOLATILE per-bot, stable as a rule). Client-side-rendered content is invisible to the systems the client wants to win. SSG/ISR > SSR > CSR; CSR only behind login. ## Pick the workflow - **Building or relaunching a site** → do "Implement" below, then read [references/technical.md](references/technical.md) and [references/structured-data.md](references/structured-data.md) for the details of each step. - **Auditing an existing site** ("why don't we rank / why doesn't AI mention us") → run `node scripts/audit.mjs https://the-site` first (automates layers 1–2: robots/sitemap health, raw-HTML completeness, per-bot access), then follow the 8-step order in [references/audit-checklist.md](references/audit-checklist.md). Never audit from lab data alone; use field data and raw-HTML checks. - **Keyword/content strategy** → the no-paid-tools method and honesty tiers in [ref