Home / The Index / WordPress.com
Developing

How agent-ready is WordPress.com?

Independent agentability audit of WordPress.com, scored across the 8 principles of Agent Factors Engineering — how well AI agents can parse, navigate, and operate it.

Audited June 12, 2026 · Rubric v0 · 3 page(s) evaluated

Audit summary

WordPress.com scored 41 out of 100 on agentability across its homepage, pricing, and documentation pages, indicating that autonomous AI agents will encounter significant friction when attempting to parse, navigate, and operate the site. The platform performs well on machine readability (86/100), meaning its HTML structure is sound, but falls short on principles that help agents understand system behavior and user intent.

The most critical gaps are in transparency (0/100), shadow UI avoidance (15/100), and status communication (35/100). WordPress.com provides no machine-readable explanations of how results are generated, relies heavily on client-side rendering that obscures content from agents, and fails to announce dynamic status updates in accessible formats. Chunking (39/100) and control (47/100) also need attention—content is not structured to answer user questions directly, and long-running operations lack clear cancellation controls.

These scores suggest that while agents can technically read WordPress.com's markup, they struggle to operate the platform confidently, understand system responses, or guide users through multi-step workflows. Addressing the transparency and status gaps would yield the largest improvements in agent-readiness.

Score by principle

Machine Readability86 / 100
Chunking39 / 100
Control47 / 100
Status35 / 100
Defaults54 / 100
Clean Handoffs50 / 100
No Shadow UI15 / 100
Transparency0 / 100

Key findings

Status
Wrap status updates in an aria-live region (or role=status / role=alert).
Transparency
Surface confidence/certainty on key outputs (a confidence field in API responses, or a 'verified vs best-guess' label in the UI).
Transparency
Offer a one-line summary plus an expandable drill-down for important results.
Transparency
Attach source references or input citations (link or id) to generated outputs.
Transparency
Expose an activity/audit log or a 'why this result' affordance that records system actions in machine-readable form (a visible activity feed plus a JSON event log).
Control
Provide a labelled pause/cancel/stop control for long-running actions; give it an accessible name like 'Cancel import', not a bare icon.
Machine Readability
Among the stronger areas for WordPress.com, scored 86/100.
Defaults
Among the stronger areas for WordPress.com, scored 54/100.
Clean Handoffs
Among the stronger areas for WordPress.com, scored 50/100.

How WordPress.com could improve its score

WordPress.com can improve agentability by implementing the following changes:

  • Wrap all dynamic status messages and notifications in ARIA live regions (aria-live="polite" or role="status") so agents can detect and announce state changes during imports, publishing, or other asynchronous operations.
  • Add a visible, clearly labeled pause or cancel button for long-running tasks such as site imports or media uploads, with accessible names like "Cancel import" rather than icon-only controls.
  • Restructure documentation and help content so each section begins with a direct answer in the first one to two sentences, and frame headings as questions (for example, "How do I cancel my subscription?" instead of "Cancellation").
  • Expose an activity log or audit trail that records system actions in both human-readable and machine-readable formats, such as a visible event feed paired with a JSON endpoint, to help agents understand what the platform has done and why.
  • Attach source references, input citations, or confidence indicators to generated or suggested content so agents can assess reliability and trace recommendations back to their origin.

Work at WordPress.com? Re-audit any page free.

Scores refresh automatically when we re-crawl — or run an instant audit on any URL now.

Run a free audit

Embed this score

Show your agent-readiness in your docs or README. The badge links back to this live report.

<a href="https://agentability.io/index/wordpress-com.html"> <img src="https://agentability.io/badge/wordpress-com.svg" alt="WordPress.com — Agentability score 41/100 (Developing)" /> </a>