SkillsMar 29, 2026·3 min read

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.

TL;DR
A Claude Code agent that audits meta tags, structured data, Core Web Vitals, and crawlability automatically.
§01

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.

§02

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.

§03

How to use

  1. Install the SEO Specialist agent:
npx claude-code-templates@latest --agent business-marketing/seo-specialist --yes
  1. The agent activates automatically when you ask SEO-related questions in Claude Code.
  1. Ask it to audit a page, check structured data, or analyze crawlability.
§04

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'
§05

Related on TokRepo

§06

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

What SEO checks does this agent perform?+

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.

Does this agent work with any website?+

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.

Can this agent fix SEO issues automatically?+

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.

What tools does the SEO agent use?+

The agent uses Read, Grep, and Glob for codebase analysis, WebFetch for live page retrieval, and WebSearch for competitive research and SERP analysis.

Is this agent part of Claude Code Templates?+

Yes. It is part of the Claude Code Templates collection which provides pre-configured agent setups for various business and development tasks.

Citations (3)
🙏

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

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets