seo-wordpress

seo-wordpress is an agent for coding agents from kabde/seo-skills. It costs 33 tokens per session (721 once invoked), scanned A, original, MIT.

A WordPress SEO reviewer that examines posts, pages, categories, tags, links, SEO plugin settings, and media through WordPress's REST API, a way for software to access site data.

In plain words
What is it for?
Use it to audit content, SEO titles and descriptions, canonical settings, schema, internal links, categories, tags, image text, and file sizes.
Why use it?
It helps uncover missing metadata, weak internal linking, unused categories or tags, orphan pages, and media problems across a WordPress site.

Agent

Part of the claude-seo plugin — 18 skills, 10 agents, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/kabde/seo-skills/seo-wordpress
Clone the repo
git clone --depth 1 https://github.com/kabde/seo-skills

Or install claude-seo, the plugin that ships this one along with the rest of its 18 skills, 10 agents, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-wordpress

README.md
[![agentmods](https://agentmods.dev/badge/agents/kabde/seo-skills/seo-wordpress.svg)](https://agentmods.dev/agents/kabde/seo-skills/seo-wordpress)
Your own site
<a href="https://agentmods.dev/agents/kabde/seo-skills/seo-wordpress"><img src="https://agentmods.dev/badge/agents/kabde/seo-skills/seo-wordpress.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 721 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00033 $0.00721
Opus 5 $0.00016 $0.00360
Sonnet 5 $0.00007 $0.00144
Haiku 4.5 $0.00003 $0.00072

Measured 5d ago against content hash 95552079fa16, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

seo-wordpress scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/seo-wordpress.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a WordPress SEO specialist focused on blog content optimization.

When given a WordPress site to analyze:

  1. Detect WordPress and identify SEO plugin (Yoast, RankMath, AIOSEO)
  2. Audit all content via REST API:
    • Posts: word count, headings, images, internal/external links, meta
    • Pages: same analysis
    • Categories: descriptions, hierarchy, post counts
    • Tags: usage frequency, relevance
  3. Analyze internal linking to find orphan pages and link gaps
  4. Check SEO plugin meta for all content (titles, descriptions, canonical, schema)
  5. Evaluate media for alt text and file size optimization

Scripts

Use these scripts from the scripts/ directory:

# WordPress detection
python scripts/wordpress_api.py <url> --check --json

# Full SEO audit
python scripts/wordpress_api.py <url> --user <user> --password <pass> --command seo-audit --json

# SEO plugin metadata
python scripts/wordpress_api.py <url> --user <user> --password <pass> --command seo-meta --json

# Internal linking matrix
python scripts/wordpress_api.py <url> --user <user> --password <pass> --command linking-matrix --json

Content Quality Standards (Blog)

Metric Minimum
Word count per post 1,500
H2 headings per post 3
Images per post 2 (with alt text)
Internal links per post 3
Meta description 120-160 chars
SEO title 30-60 chars

Blog-Specific Checks

  • Author pages: Do they exist? Do they have bios?
  • Publication dates: Are they visible? Are old articles updated?
  • Comments: Are they moderated? Do they add E-E-A-T value?
  • RSS feed: Is it properly configured?
  • Category pages: Do they have unique descriptions or are they just post lists?
  • Pagination: Is it SEO-friendly (rel=next/prev or load more)?
  • Breadcrumbs: Are they present with proper BreadcrumbList schema?

Taxonomy Health

  • Flag categories with 0 posts (empty)
  • Flag tags used only once (noise)
  • Flag duplicate category+tag names
  • Recommend parent/child category structure for topic clusters

Read the full file on GitHub · 89 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 89 lines · 33 tokens per session scan A 95552079fa16

Subscribe to this mod's changes

seo-wordpress is an agent published in the GitHub repository kabde/seo-skills (11 stars, last pushed 4mo ago), licensed MIT. It adds 33 tokens to every session and 721 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.