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.
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.
Frequently Asked Questions
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.
Citations (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
Related on TokRepo
Source & Thanks
Created by Claude Code Templates by davila7. Licensed under MIT. Install:
npx claude-code-templates@latest --agent business-marketing/seo-specialist --yes
Discussion
Related Assets
/babysit — Auto-Respond to PR Review Comments
Open-source slash command that watches a PR for review comments and auto-pushes fixes. Inspired by Boris Cherny's /babysit pattern.
/loop — Local Recurring Task Scheduler (Boris-Style)
Open-source slash command for recurring local Claude Code tasks with a 3-day safety cap. Inspired by Boris Cherny's /loop scheduler.
/batch — Parallel Worktree Migration Slash Command
Open-source slash command that splits a migration across parallel git worktrees. Inspired by Boris Cherny's /batch worktree pattern.