Best for
- 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.
respira-press/agent-skills-wordpress/skills/seo-aeo-amplifier/SKILL.md
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.
Decision brief
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, description…
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/respira-press/agent-skills-wordpress --skill "skills/seo-aeo-amplifier"Inspect the Agent Skill "seo-aeo-amplifier" from https://github.com/respira-press/agent-skills-wordpress/blob/10821eaabe362fe9052f6ee81ecdd62e5d2f2980/skills/seo-aeo-amplifier/SKILL.md at commit 10821eaabe362fe9052f6ee81ecdd62e5d2f2980. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
1. Verify Respira + MCP connection via respiragetsitecontext. If unavailable, stop and show setup guidance. 2. Detect SEO plugin setup using respiralistplugins: - Yoast SEO - Rank Math - No SEO plugin 3. Scan all published pages and posts: - respiralistpages - respiralistposts 4…
1. Verify Respira + MCP connection via respiragetsitecontext. If unavailable, stop and show setup guidance. 2. Detect SEO plugin setup using respiralistplugins: - Yoast SEO - Rank Math - No SEO plugin 3. Scan all published pages and posts: - respiralistpages - respiralistposts 4…
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.
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 res…
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 inter…
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 93/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 40 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Version: 1.3.0 Updated: 2026-06-30 Freshly updated: v1.3.0 takes a snapshot with respira_get_snapshot before any edit so every change is one-click reversible, switches from full extract/inject to surgical respira_find_element + respira_update_element edits for meta titles, descriptions and H1s, applies schema and meta across many pages in a single safe pass with respira_batch_update, and wires respira_generate_activity_report into the "SEO work done -> client report" handoff. Also leans on the real SEO analysis tools (respira_analyze_seo, respira_analyze_aeo, respira_analyze_rankmath, respira_check_seo_issues, respira_check_structured_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.
Finds:
Provides:
Generates Schema Markup:
respira_get_site_context. If unavailable, stop and show setup guidance.respira_list_plugins:
respira_list_pagesrespira_list_postsrespira_read_page or respira_read_postrespira_get_builder_info when neededrespira_analyze_seo for the on-page SEO pass (title, meta, headings, content depth, links)respira_check_seo_issues for the prioritized issue list per pagerespira_analyze_rankmath when Rank Math is detected (reads its score and recommendations)respira_check_structured_data to see which schema types already exist vs are missingrespira_list_media + in-content image checks for alt text coveragerespira_analyze_aeo (answer-engine readiness), plus respira_check_structured_data:
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.
respira_get_snapshot so the whole pass is one-click reversible via respira_restore_snapshot if a fix looks wrong.respira_create_page_duplicate (pages) or respira_create_post_duplicate (posts)respira_find_element (find the meta title, meta description, and the H1 / heading elements), then change only that node with respira_update_element. This avoids re-writing the whole page and keeps the builder's structure intact.respira_batch_update (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.respira_update_page / respira_update_post.respira_check_seo_issues / respira_check_structured_data on a sample of the fixed duplicates to confirm the issues actually cleared.Generate schema based on detected content intent:
All schema must be JSON-LD and valid structure-first (no fabricated claims).
Always include:
If auto-fix is run, also include:
respira_get_snapshot before any write, restore with respira_restore_snapshotWhen 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:
respira_generate_activity_report to pull the actual edits made in this session (titles, meta, schema, alt text, headings) into a structured "SEO work done" report.This skill identifies SEO/AEO opportunities and creates optimized duplicates for review.
It cannot:
It can:
Core WordPress tools
respira_get_site_contextrespira_list_pagesrespira_list_postsrespira_read_pagerespira_read_postrespira_get_builder_inforespira_list_mediarespira_list_pluginsrespira_create_page_duplicaterespira_create_post_duplicaterespira_update_pagerespira_update_postSEO / AEO analysis tools
respira_analyze_seorespira_analyze_aeorespira_analyze_rankmathrespira_check_seo_issuesrespira_check_structured_dataPrecision edit + safety tools
respira_find_element (locate meta title / description / H1 nodes)respira_update_element (change only that node)respira_batch_update (apply schema/meta across many pages in one pass)respira_get_snapshot (snapshot before edits)respira_restore_snapshot (one-click rollback)Reporting
respira_generate_activity_report (SEO work done -> client report)WooCommerce tools (optional)
woocommerce_list_productswoocommerce_get_productAfter run completion, send fire-and-forget usage tracking to:
POST https://www.respira.press/api/skills/track-usageInclude:
skill_slug = seo-aeo-amplifierNever block user flow on telemetry failure.
Built by Respira Team
https://respira.press/skills/seo-aeo-amplifier
Alternatives
AgriciDaniel/claude-seo
E-commerce SEO analysis: Google Shopping visibility, Amazon marketplace intelligence, product schema validation, competitor pricing analysis, and marketplace keyword gaps. Combines on-page product SEO with marketplace data from DataForSEO Merchant API. Use when user says "ecommerce SEO", "product SEO", "Google Shopping", "marketplace SEO", "product schema", "Amazon SEO", "product listings", "shopping ads", or "merchant SEO".
nowork-studio/NotFair
Full SEO audit: Google Search Console data + URL Inspection API + PageSpeed Insights API + technical crawl + keyword research + metadata audit + schema markup audit + search intent analysis + Core Web Vitals monitoring. Feeds real GSC data and PageSpeed metrics into AI to surface quick wins, diagnose traffic drops, find content gaps, identify metadata mismatches, detect schema gaps, monitor page performance, and produce an actionable 30-day plan. Use this skill whenever the user asks about SEO,
aaron-he-zhu/aaron-marketing-skills
Use it for seo audit and marketing tasks; the detail page covers purpose, installation, and practical steps.
naveedharri/benai-skills
Programmatic SEO planning and analysis for pages generated at scale from data sources. Covers template engines, URL patterns, internal linking automation, thin content safeguards, and index bloat prevention. Use when user says "programmatic SEO", "pages at scale", "dynamic pages", "template pages", "generated pages", "data-driven SEO", "thin content", or "index bloat".