wp-seo-review

Audit WordPress article drafts for SEO compliance and structural integrity.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kumatotsu/wp-auto-poster-codex --skill wp-seo-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-seo-review
Source: https://github.com/kumatotsu/wp-auto-poster-codex/tree/main/skills/wp-seo-review
Command: npx skills add https://github.com/kumatotsu/wp-auto-poster-codex --skill wp-seo-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, python-dotenv, requests, beautifulsoup4, lxml, pyyaml, pandas, click, openai, and includes scripts (resource) and references (resource) and agents (resource) components.

What problem does it solve?

This Skill addresses the critical need to ensure WordPress articles meet high SEO standards and structural quality before publication, preventing common errors and improving search engine visibility.

Core Features & Use Cases

  • Comprehensive SEO Audit: Analyzes focus keyword usage, meta titles/descriptions, internal linking, and image alt text.
  • Structural Integrity Check: Validates heading structure, content flow, and consistency between source and rendered HTML.
  • Content Quality Assessment: Evaluates article type suitability, reader value, and evidence-based claims.
  • Use Case: Before publishing a new blog post, use this Skill to automatically check if the focus keyword is used appropriately in headings and the introduction, if the meta description is within optimal length, and if the article structure adheres to best practices.

Quick Start

Use the wp-seo-review skill to audit the SEO and structure of the draft located in the 'my-new-post' directory.

Frequently Asked Questions about wp-seo-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a WordPress article draft for SEO compliance?

To audit a WordPress article draft for SEO compliance, you can use Python scripts to validate focus keyword usage, meta titles, descriptions, internal linking, and image alt text against predefined checks. This ensures your content meets search engine visibility standards before publication.

What does a content audit check for in WordPress article structure?

A content audit checks WordPress article structure by validating heading hierarchy, content flow, and consistency between source and rendered HTML. It ensures the structural integrity of the draft directory files to prevent common formatting errors.

Does this SEO review process work with Yoast SEO criteria?

Yes, the SEO review process aligns with Yoast SEO standards by analyzing focus keyword usage in headings and introductions, validating meta description lengths, and ensuring internal linking and image alt text meet optimal search engine optimization criteria.

How do I validate heading hierarchy and keyword consistency before publishing?

You validate heading hierarchy and keyword consistency by running automated checks against your draft directory. The process evaluates structural integrity, search intent alignment, and evidence-based claims to ensure article quality and WordPress compatibility before publishing.

What files do I need to prepare for a WordPress SEO audit?

For a WordPress SEO audit, you need to prepare a draft directory containing specific files including `meta.json`, `article.source.html`, and `article.html`. These files provide the necessary metadata and content structure for the validation scripts.