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

Start free trial

Get Yoast Status

seo/get-seo-status reports Yoast’s version and edition, whether sitemaps and the content analyses are on, whether indexables have been built, and the WordPress environment type.

It is the fastest answer to “why is Yoast not doing X” — most of those questions turn out to be the environment or an unbuilt index.

At a glance

Abilityseo/get-seo-status
ToolsetYoast SEO — toolset/yoast-seo
GroupYoast SEO › Status & Tools
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

The environment type is the field that resolves the largest share of confusing behaviour. Yoast changes what it does on non-production environments, indexation being the most visible — and a developer on a staging site sees features that appear broken and are working as designed.

Yoast keeps a table of indexables — one row per post, term, author, archive and system page — and that table is what archive titles, breadcrumbs and the internal-link reporting are read from. It is built by a background process, and an empty index is the usual reason those features return nothing.

The edition matters because a good deal of what people expect from Yoast is premium-only: redirects, multiple keyphrases, internal linking suggestions, the cannibalisation warning. An ability failing because a feature is not present looks the same as one failing for any other reason until you check.

Sitemaps and the analyses being on are the two master switches whose absence explains a whole category of “nothing is happening”.

One call, cheap, and worth making first.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
versionstringThe installed Yoast version.
editionstringFree or premium.
sitemaps_enabledbooleanWhether XML sitemaps are on.
analysis_enabledobjectWhether the SEO and readability analyses are on.
indexables_builtbooleanWhether the indexable table is populated.
environment_typestringThe WordPress environment type.
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:

Why is Yoast not doing anything on this site?

It resolves to one call:

{
  "ability": "seo/get-seo-status",
  "parameters": {}
}

Worth knowing

  • The environment type explains most staging-site confusion.
  • A lot of expected behaviour is premium-only.
  • An unbuilt index explains empty archives, breadcrumbs and link reporting.
  • Make this the first call.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading