30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

List Low Scoring Content

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

Abilityseo/list-low-score-content
ToolsetYoast SEO — toolset/yoast-seo
GroupYoast SEO › Content Analysis
RequiresYoast SEO, active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI 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

NameTypeRequiredWhat it is
thresholdintegerNoScore below which a post is included.
post_typestringNoRestrict to one post type.
limitintegerNoHow many posts to return.

What comes back

NameTypeWhat it is
postsarrayThe posts below the threshold, worst first, with their scores.
countintegerHow many were returned.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent 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 the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading