aios-on-page-fix

Analyzes on-page SEO issues and applies approved title and meta fixes to live WordPress sites.

1|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/codesofadan/danyals-aios --skill aios-on-page-fix-codesofadan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aios-on-page-fix
Source: https://github.com/codesofadan/danyals-aios/tree/main/.claude/skills/aios-on-page-fix
Command: npx skills add https://github.com/codesofadan/danyals-aios --skill aios-on-page-fix-codesofadan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing client pages for on-page SEO issues and then editing titles and meta descriptions in WordPress is slow and error-prone, and careless automation can overwrite a human's edits on a live site. This Skill analyzes a page, surfaces recommendations with real impact, and applies approved fixes behind a drift guard. ## Core Features & Use Cases - On-page analysis: Queue an analysis for any client page URL and read back its score plus open recommendations with impact, fixKind, and quickWin signals. - Guarded live-site apply: Apply, revert, or dismiss title and meta fixes on the live WordPress site through the Yoast or Rank Math REST bridge, with a literal confirm flag and a drift check that stops on a 409 when the page changed since analysis. - Bulk operations: Apply up to 50 recommendations at once with per-id result states, distinguishing applied, held, skipped, and noop outcomes. - Use Case: An operator asks to fix the meta description on a client's services page; the Skill resolves the client, reads the recommendation, confirms the operator's decision, applies it, and reports the exact result state. ## Quick Start Ask the assistant to analyze the on-page SEO of a specific client page URL and list the open recommendations before deciding whether to apply a fix.

Frequently Asked Questions about aios-on-page-fix

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

FAQPage Schema
How do I fix a title or meta description on a client WordPress site?▼

Run an on-page analysis for the page URL, read the recommendation detail, then apply it with a literal JSON confirm flag set to true. Only title and meta fixes reach the live site through the SEO plugin bridge; other fix kinds hold or require manual work.

How do I apply multiple on-page SEO recommendations at once?▼

Use the apply-bulk endpoint with up to 50 recommendation IDs and a literal confirm true. Read the per-id results array because the skipped count lumps together skipped, blocked, held, and failed states with no per-state tally.

Does on-page apply work with Yoast and Rank Math?▼

Yes, the apply path works through either Yoast or Rank Math, provided the plugin's meta keys are REST-registered with show_in_rest. Without that bridge, or without a sealed WordPress application password, the apply holds and nothing is written to the site.

Why did my on-page fix return a 409 conflict?▼

A 409 means the live page changed after the analysis, so applying would overwrite a human's edit. Re-analyze the page and review what changed; do not pass force to push past it, since force silently overwrites someone's work.

What does a held state mean after applying an SEO fix?▼

A held state means nothing was written to the site; it is neither success nor failure. The reason field says what is missing, such as the WordPress bridge, a sealed credential, or an automated apply path for that fix kind.

Can manual on-page fixes be applied automatically?▼

No. Recommendations with fixKind manual never auto-apply: single apply returns 422 and bulk apply marks them skipped. A human must make those changes by hand, and the Skill refuses to route them through another endpoint.