@meir-labs/agent-seo-manager
v0.1.0
Published
A Claude Code subagent that audits and tends a site's SEO — checks titles, meta, headings, schema, and internal links against target queries, fixes what it can in code, and files the rest as a prioritized worklist. npx installs the agent definition into .
Maintainers
Readme
@meir-labs/agent-seo-manager
A Claude Code subagent that audits and tends a site's SEO — checks titles, meta, headings, schema, and internal links against the queries the site should win, fixes what it can directly in code, and files the rest as a prioritized worklist.
Install
# into the current project (./.claude/agents)
npx @meir-labs/agent-seo-manager
# into every project (~/.claude/agents)
npx @meir-labs/agent-seo-manager --globalPass --force to overwrite an existing copy. Claude Code picks the agent up automatically.
Use
> use the seo-manager agent to audit this siteThe agent definition is a single markdown file — read it before you run it:
files/seo-manager.md. Full page: meirlabs.com/agents/seo-manager.
