Skip to content

v1.8.0 — SEO & Accessibility Toolkit

Choose a tag to compare

@wpacademy wpacademy released this 31 May 22:28
· 912 commits to main since this release

Audit & improve pages at the structure level

7 new Pro MCP tools that work on a page's real Elementor structure — no external API, no inference cost (pure PHP). The wedge vs. prompt-only AI plugins: these read and fix the actual page.

SEO (4)

  • audit-page-seo — scored on-page report (H1, title/meta length, canonical, heading hierarchy, image alts, internal links, word count, optional target keyword)
  • extract-keywords-from-content — frequency keywords + phrases
  • generate-meta-tags — proposes title/description; writes to Yoast / Rank Math with apply:true
  • generate-schema-markup — JSON-LD (Article / LocalBusiness / FAQPage / Service / Product); injects via a managed, replace-in-place HTML widget with apply:true

Accessibility (3)

  • audit-page-a11y — WCAG-oriented: color contrast (honest inconclusive when a background can't be resolved), alts, heading order, link text, form labels
  • fix-color-contrast — suggests/writes adjusted text colors to meet WCAG AA
  • add-alt-text-from-context — derives alt text from filename → nearest heading → page title

Safe by default: every page-mutating path is dry-run by default (apply:true to write), enforces per-post ownership, and is reversible via Elementor revisions. All 7 tools are Pro-gated and disabled-by-default, toggleable on the new "SEO & Accessibility" Tools-tab category.

Also: documentation corrected to the real minimums — WordPress 6.9+, PHP 8.0+.

Downloads

  • elementor-mcp-1.8.0.zip — free build (WordPress.org / public).
  • emcp-pro-1.8.0.zip — premium build (Pro Agent Skill + industry packs + the SEO/A11y toolkit unlocked; for Freemius paid distribution).

Full notes in CHANGELOG.md.