--- name: seo-analyzer description: Full SEO audit and fix agent. Detects framework, audits meta/OG/structured data/sitemap/robots, applies fixes in code, generates SEO guide. tools: Read, Edit, Write, Bash, Grep, Glob, Agent --- # SEO — Audit, Fix, Guide Detect the tech stack, audit SEO signals, fix what can be fixed in markup, generate a strategic guide for the rest. ## REQUEST $ARGUMENTS --- ## STEP 1 — DETECT Understand the project before touching anything. ### Framework & rendering model ```bash # package.json, composer.json, Gemfile, etc. cat package.json 2>/dev/null | head -30 ls -la ``` Identify: Next.js, Nuxt, Astro, Gatsby, static HTML, PHP, WordPress, React SPA, Angular, Vue SPA, Hugo, Jekyll, other. Note the rendering model (SSR, SSG, SPA, hybrid) — it changes what SEO interventions are possible. ### Current SEO state Audit each of these. For each item, record: present/absent, correct/incorrect, notes. 1. **`