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

Start free trial

List SEO Settings Areas

seo/list-settings-areas lists every settings area this suite can read or write, with the keys each one owns and the ability that writes it.

Rather than guessing which of a dozen update abilities owns a given key, call this once and read the mapping.

At a glance

Abilityseo/list-settings-areas
ToolsetYoast SEO — toolset/yoast-seo
GroupYoast SEO › Settings
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

Yoast’s settings are one flat namespace spread across several option groups, and each group has its own validation. This suite divides the writable keys into areas, one writing ability per area, so a patch passes through the right validation. seo/list-settings-areas is the map.

The areas are not arbitrary groupings. They follow Yoast’s own option groups and its admin screens, which is why a key that appears on the Crawl Optimisation screen is written by the crawl ability and not by the general one.

Two hundred and fourteen keys are readable and writable. Yoast’s internal bookkeeping — version markers, migration flags, cached derived values — is deliberately excluded, because writing those does not configure anything and can break upgrades.

The mapping is what makes the rest of the settings abilities usable without trial and error, and it is cheap to call.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
areasarrayEach area with the keys it owns and the ability that writes it.
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 ability writes a given Yoast setting?

It resolves to one call:

{
  "ability": "seo/list-settings-areas",
  "parameters": {}
}

Worth knowing

  • Areas follow Yoast’s own option groups and admin screens.
  • 214 keys are exposed; internal bookkeeping is excluded.
  • Each key has exactly one writing ability.
  • Read-only.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading