seo/list-low-score-content returns published posts whose Yoast SEO score falls below a threshold, worst first.
Posts that have never been analysed score zero and appear here, which is usually correct.
At a glance
| Ability | seo/list-low-score-content |
| Toolset | Yoast SEO — toolset/yoast-seo |
| Group | Yoast SEO › Content Analysis |
| Requires | Yoast SEO, active on the site |
| Capability | manage_options |
| Safety | Read-only — changes nothing |
| Repeatable | Idempotent — running it twice leaves the same result |
| Ships in | AcrossAI Abilities Manager 0.0.34 and later |
How it works
Including unanalysed posts is a deliberate choice rather than an artefact. A post nobody has ever checked is not passing — it is unknown, and unknown content on a site that cares about SEO is work outstanding.
It does mean the top of the list on an established site is often entirely unanalysed posts. That is the correct priority order: those are the pages where nobody has even looked.
Worst first, because the list is a queue. Threshold and ordering together let you take the worst twenty rather than paging through everything.
Score alone does not tell you whether a post is worth fixing. Cross it with traffic — a badly scoring post nobody visits is lower priority than a badly scoring post that ranks.
Input
| Name | Type | Required | What it is |
|---|---|---|---|
threshold | integer | No | Score below which a post is included. |
post_type | string | No | Restrict to one post type. |
limit | integer | No | How many posts to return. |
What comes back
| Name | Type | What it is |
|---|---|---|
posts | array | The posts below the threshold, worst first, with their scores. |
count | integer | How many were returned. |
success | boolean | Whether the call completed. |
message | string | A one-line summary of what happened, suitable for showing a human. |
error_code | string | Present only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation. |
Example
Ask your assistant:
Which posts have the worst SEO scores?
It resolves to one call:
{
"ability": "seo/list-low-score-content",
"parameters": {
"threshold": 40,
"limit": 20
}
}Worth knowing
- Never-analysed posts score zero and are included deliberately.
- Worst first — take the top of the list.
- Cross with traffic before deciding priority.
- Published posts only.
Related abilities
- Get SEO Score Summary — the distribution this comes from
- List Cornerstone Content — the posts that matter most
Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager
Browse the rest: Every ability, by category