respira-press/agent-skills-wordpress

seo-aeo-amplifier

Use when the user says 'run an seo aeo audit', 'improve my search visibility', 'optimize my site for search engines', or wants the site cited by AI answer engines. Audits on-page SEO and AEO, generates schema markup, and applies fixes on duplicates for review after a snapshot.

First seen May 18, 2026

Installation

$ npx skills add respira-press/agent-skills-wordpress --skill seo-aeo-amplifier

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from respira-press/agent-skills-wordpress · top by installs.

npx skills add respira-press/agent-skills-wordpress

Browse all from respira-press/agent-skills-wordpress

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 42
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.3.0
LicenseMIT
More metadata
author
Respira for WordPress
author_url
https://respira.press
version
1.3.0
mcp-server
respira-wordpress
category
performance

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 11,553 B
  • docs SUMMARY.md 302 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 48 installs

SKILL.md

SEO & AEO Amplifier

Version: 1.3.0 Updated: 2026-06-30 Freshly updated: v1.3.0 takes a snapshot with respiragetsnapshot before any edit so every change is one-click reversible, switches from full extract/inject to surgical respirafindelement + respiraupdateelement edits for meta titles, descriptions and H1s, applies schema and meta across many pages in a single safe pass with respirabatchupdate, and wires respiragenerateactivityreport into the "SEO work done -> client report" handoff. Also leans on the real SEO analysis tools (respiraanalyzeseo, respiraanalyzeaeo, respiraanalyzerankmath, respiracheckseoissues, respiracheckstructured_data) instead of hand-rolled scoring.

Comprehensive on-page SEO and Answer Engine Optimization (AEO) audit and auto-fix system for WordPress sites. Scans all content, detects issues, generates intelligent schema markup, and creates optimized duplicates for review.

What This Skill Does

Finds:

  • Missing or weak title tags and meta descriptions
  • Poor heading structure (multiple H1s, skipped heading levels, non-descriptive headings)
  • Missing image alt text across all media
  • Thin content (pages under 300 words)
  • Broken internal links
  • Orphaned pages (no internal links pointing to them)
  • Non-descriptive URL slugs
  • Content that could answer questions but lacks FAQ schema
  • Missing structured data (Article, HowTo, Product, Event, Video, Review)
  • Content not optimized for featured snippets
  • Missing table of contents on long-form content
  • No clear Q&A structure for "People Also Ask" boxes

Provides:

  • Comprehensive SEO health score (0-100)
  • Page-by-page opportunity analysis
  • Automated duplicate creation with all fixes applied
  • Intelligent schema markup generation based on content type
  • Before/after comparison for every fix
  • Plugin-specific guidance (Yoast SEO, Rank Math, or plugin-agnostic)

Generates Schema Markup:

  • Article schema (blog posts, news)
  • FAQ schema (Q&A content detected)
  • HowTo schema (tutorial/guide content)
  • Product schema (WooCommerce products - requires WooCommerce add-on)
  • Event schema (event content detected)
  • Video schema (embedded videos detected)
  • Review schema (review content detected)
  • Breadcrumb schema (site navigation)
  • Organization/Website schema (site-wide)

Requirements

  • Respira for WordPress plugin installed and connected
  • MCP connection active (desktop or WebMCP)
  • WooCommerce add-on (optional - for product schema)
  • Read access to scan site, write access to create duplicates

Trigger Phrase

  • "amplify my seo and aeo"

Alternative Triggers

  • "optimize my site for search engines"
  • "run seo aeo audit"
  • "improve my search visibility"
  • "scan for seo opportunities"

Execution Workflow

Phase 1: Comprehensive Audit

  1. Verify Respira + MCP connection via respiragetsite_context. If unavailable, stop and show setup guidance.
  2. Detect SEO plugin setup using respiralistplugins:

- Yoast SEO - Rank Math - No SEO plugin

  1. Scan all published pages and posts:

- respiralistpages - respiralistposts

  1. For each content item, load content and metadata:

- respirareadpage or respirareadpost - respiragetbuilder_info when needed

  1. Analyze on-page SEO. Prefer the real analysis tools over hand-rolled checks:

- respiraanalyzeseo for the on-page SEO pass (title, meta, headings, content depth, links) - respiracheckseoissues for the prioritized issue list per page - respiraanalyzerankmath when Rank Math is detected (reads its score and recommendations) - respiracheckstructureddata to see which schema types already exist vs are missing - Supplement with respiralistmedia + in-content image checks for alt text coverage - Cross-checks the tools cover: title quality, meta description quality, heading hierarchy (single H1, no level skips), content depth, internal links / orphaned pages, URL slug descriptiveness

  1. Analyze AEO opportunities with respiraanalyzeaeo (answer-engine readiness), plus respiracheckstructured_data:

- FAQ potential (question patterns) - HowTo potential (step-by-step patterns) - Featured snippet opportunities - Missing table of contents on long-form pages - Missing structured data per content type

  1. Build opportunity scoring:

- Critical / High / Medium / Low - Per-page opportunity score (0-100)

  1. Produce full report with:

- Overall health score - Priority matrix - Top opportunity pages - Plugin-specific integration notes

Phase 2: Ask for Confirmation

After report, ask:

I found [X] pages with SEO/AEO opportunities. Would you like me to create optimized duplicates for all of them? You will review before publishing.

If user declines, stop after delivering recommendations.

Phase 3: Auto-Fix on Duplicates (Only If Approved)

  1. Snapshot first. Before touching anything, take a snapshot with respiragetsnapshot so the whole pass is one-click reversible via respirarestoresnapshot if a fix looks wrong.
  2. For each selected page/post:

- Create the review copy with respiracreatepageduplicate (pages) or respiracreatepostduplicate (posts)

  1. Apply fixes on the duplicate only. Use surgical edits, not full extract/inject:

- Locate the exact node first with respirafindelement (find the meta title, meta description, and the H1 / heading elements), then change only that node with respiraupdateelement. This avoids re-writing the whole page and keeps the builder's structure intact. - Optimize title tags (target < 60 chars) - Generate/rewrite meta descriptions (target 150-160 chars) - Fix heading structure (single H1, logical hierarchy) - Add/repair image alt text - Add table of contents for long-form pages - Restructure Q&A blocks for FAQ readiness - Generate and inject JSON-LD schema markup - Improve URL slug when safe and requested

  1. Apply the same fix across many pages in one safe pass with respirabatchupdate (for example, the same Organization/WebSite schema or a meta pattern across a set of duplicates) instead of looping one slow update at a time.
  2. Save remaining page-level changes with respiraupdatepage / respiraupdatepost.
  3. Verify with respiracheckseoissues / respiracheckstructureddata on a sample of the fixed duplicates to confirm the issues actually cleared.
  4. Produce before/after comparison snapshots for representative pages.
  5. Summarize totals:

- Duplicates created - Titles/meta/schema/alt/headings fixed - Snapshot id (so the user knows the rollback point)

Plugin Integration Behavior

Yoast SEO detected

  • Read Yoast metadata
  • Populate Yoast-compatible meta fields on duplicates
  • Add JSON-LD schema only where Yoast does not already cover the content type
  • Suggest focus keywords and readability improvements

Rank Math detected

  • Read Rank Math metadata
  • Populate Rank Math-compatible meta fields on duplicates
  • Add JSON-LD schema where missing

No SEO plugin detected

  • Insert meta tags and JSON-LD directly in duplicate content
  • Recommend optional Yoast or Rank Math adoption

Schema Generation Rules

Generate schema based on detected content intent:

  • Article: blog/news/editorial content
  • FAQPage: clear Q&A content patterns
  • HowTo: procedural/step-by-step content
  • Product: WooCommerce products (if add-on/tools available)
  • Event: event date/location content
  • VideoObject: embedded YouTube/Vimeo/video blocks
  • Review: clear review/rating content
  • BreadcrumbList: URL hierarchy
  • Organization / WebSite: site-level identity signals

All schema must be JSON-LD and valid structure-first (no fabricated claims).

Output Format

Always include:

  1. Executive summary
  2. Overall score + severity counts
  3. Top opportunities with impact rationale
  4. Plugin integration notes
  5. Clear confirmation prompt for duplicate creation

If auto-fix is run, also include:

  1. Fix summary totals
  2. Before/after samples
  3. Review instructions in WordPress admin

Safety Model

  • Read-only audit first
  • Snapshot via respiragetsnapshot before any write, restore with respirarestoresnapshot
  • Explicit user confirmation before changes
  • Duplicate-first changes only
  • Never auto-publish
  • Provide rollback guidance
  • Preserve live content unless user explicitly approves publishing workflow

Client Report Handoff

When the audit and (optional) fixes are done, turn the SEO work into a deliverable the customer can hand to a client or keep for their own records:

  • Call respiragenerateactivity_report to pull the actual edits made in this session (titles, meta, schema, alt text, headings) into a structured "SEO work done" report.
  • Pair it with the before/after samples and the snapshot id from Phase 3 so the report shows what changed and how to roll it back.
  • Good fit for monthly retainers: run the audit, apply approved fixes on duplicates, then export the activity report as the month's SEO summary.

Honest Disclaimer

This skill identifies SEO/AEO opportunities and creates optimized duplicates for review.

It cannot:

  • Guarantee rankings
  • Fix off-page SEO or backlinks
  • Fix server-level technical SEO by itself
  • Publish without review

It can:

  • Find broad on-page SEO and AEO gaps
  • Generate structured schema recommendations and implementation
  • Create transparent before/after duplicate drafts quickly

Tooling

Core WordPress tools

  • respiragetsite_context
  • respiralistpages
  • respiralistposts
  • respirareadpage
  • respirareadpost
  • respiragetbuilder_info
  • respiralistmedia
  • respiralistplugins
  • respiracreatepage_duplicate
  • respiracreatepost_duplicate
  • respiraupdatepage
  • respiraupdatepost

SEO / AEO analysis tools

  • respiraanalyzeseo
  • respiraanalyzeaeo
  • respiraanalyzerankmath
  • respiracheckseo_issues
  • respiracheckstructured_data

Precision edit + safety tools

  • respirafindelement (locate meta title / description / H1 nodes)
  • respiraupdateelement (change only that node)
  • respirabatchupdate (apply schema/meta across many pages in one pass)
  • respiragetsnapshot (snapshot before edits)
  • respirarestoresnapshot (one-click rollback)

Reporting

  • respiragenerateactivity_report (SEO work done -> client report)

WooCommerce tools (optional)

  • woocommercelistproducts
  • woocommercegetproduct

Telemetry

After run completion, send fire-and-forget usage tracking to:

Include:

  • skill_slug = seo-aeo-amplifier
  • site/version context
  • duration and success
  • issues found and fixes applied counts
  • tools used

Never block user flow on telemetry failure.

Related Skills

  • WordPress Site DNA
  • Technical Debt Audit
  • Mobile Experience Report

Built by Respira Team https://respira.press/skills/seo-aeo-amplifier