Claude Code Agent: SEO Specialist — Technical SEO Audit
Claude Code agent for technical SEO. Audit meta tags, structured data, Core Web Vitals, crawlability, and content optimization.
Installation avec revue préalable
Cet actif nécessite une revue. Le prompt copié demande un dry-run, affiche les écritures, puis continue seulement après confirmation.
npx -y tokrepo@latest install 30f34ba7-0dde-411f-85b9-4165e47b2927 --target codexDry-run d'abord, confirmez les écritures, puis lancez cette commande.
What it is
Claude Code Agent: SEO Specialist is a pre-configured Claude Code agent template designed for technical SEO tasks. It audits meta tags, structured data (JSON-LD), Core Web Vitals, crawlability, and content optimization using Claude Code tools like Read, Grep, Glob, WebFetch, and WebSearch.
This agent targets developers and SEO practitioners who want automated technical SEO analysis directly from their development environment, without switching to separate SEO tools.
How it saves time or tokens
The agent comes pre-configured with SEO-specific system prompts and tool access patterns. Instead of writing custom prompts for each audit task, you install the agent and it activates automatically when relevant tasks are detected. Token estimate per audit is approximately 500 tokens.
How to use
- Install the SEO Specialist agent:
npx claude-code-templates@latest --agent business-marketing/seo-specialist --yes
- The agent activates automatically when you ask SEO-related questions in Claude Code.
- Ask it to audit a page, check structured data, or analyze crawlability.
Example
# Example prompts for the SEO agent:
# 'Audit the meta tags on our homepage'
# 'Check if our JSON-LD schema is valid'
# 'Find pages missing canonical tags'
# 'Analyze our robots.txt and sitemap.xml'
# 'Check Core Web Vitals for our landing pages'
Related on TokRepo
- SEO Tools -- SEO analysis and optimization tools
- Claude Skill: Code Reviewer -- Code review agent skill
Common pitfalls
- The agent uses WebFetch for live page analysis. Ensure your site is accessible from the network where Claude Code runs.
- Structured data validation depends on the agent parsing HTML correctly. Very complex or dynamically-rendered pages may need Playwright for full rendering.
- Core Web Vitals analysis requires actual page loading data. The agent can check code-level issues but cannot measure real-user metrics.
Questions fréquentes
The agent checks meta tags (title, description, canonical, robots), structured data (JSON-LD validation), heading hierarchy, image alt attributes, internal linking, robots.txt, sitemap.xml, and content optimization signals.
Yes. The agent uses WebFetch to access any publicly reachable URL. For local development sites, ensure the site is running on localhost before asking the agent to audit it.
The agent can identify issues and suggest fixes. When used with Claude Code on your codebase, it can also make code changes to fix meta tags, add structured data, or update heading structure with your approval.
The agent uses Read, Grep, and Glob for codebase analysis, WebFetch for live page retrieval, and WebSearch for competitive research and SERP analysis.
Yes. It is part of the Claude Code Templates collection which provides pre-configured agent setups for various business and development tasks.
Sources citées (3)
- Anthropic Documentation— Claude Code is Anthropic's CLI for AI-powered development
- Google Search Central— Google Search structured data documentation
- web.dev— Core Web Vitals metrics specification
En lien sur TokRepo
Fil de discussion
Actifs similaires
Claude Code Agent: Seo Specialist
Use this agent when you need comprehensive SEO optimization encompassing technical audits, keyword strategy, content optimization, and search rankings improvement. Specifically:\\n
Claude Code Agent: Content Marketer
Use this agent when you need to develop comprehensive content strategies, create SEO-optimized marketing content, or execute multi-channel content campaigns to drive engagement...
Claude Code Agent: Postgres Pro
Use when you need to optimize PostgreSQL performance, design high-availability replication, or troubleshoot database issues at scale. Invoke this agent for query optimization,...
Claude Code Agent: Supabase Schema Architect
Supabase database schema design specialist. Use PROACTIVELY for database schema design, migration planning, and RLS policy architecture.