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

Start free trial

Update Taxonomy SEO Settings

seo/update-taxonomy-seo changes the Yoast settings for one taxonomy.

It affects every term in it. To change a single term, taxonomies/update-term-seo is the ability.

At a glance

Abilityseo/update-taxonomy-seo
ToolsetYoast SEO — toolset/yoast-seo
GroupYoast SEO › Content Types
RequiresYoast SEO, active on the site
Capabilitymanage_options
SafetyWrites data
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

The reach is the thing to hold on to. Changing a taxonomy’s title template changes the title of every term archive that does not have its own — which on most sites is all of them, so one write changes dozens or hundreds of pages.

That is usually the intent and occasionally a surprise. Checking a couple of real term archives afterwards with seo/get-indexable confirms the expansion looks the way you expected.

Noindexing a taxonomy removes every one of its term archives from search and from the sitemap. For an internal taxonomy that is correct; for categories on a blog it removes a large set of genuinely useful landing pages.

Keys include the taxonomy as a suffix, so read seo/get-taxonomy-seo for the exact names.

Idempotent.

Input

NameTypeRequiredWhat it is
taxonomystringYesThe taxonomy.
settingsobjectYesA map of key to value.

What comes back

NameTypeWhat it is
updatedarrayThe keys that changed.
settingsobjectThe area after the write.
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:

Give category archives a proper title template.

It resolves to one call:

{
  "ability": "seo/update-taxonomy-seo",
  "parameters": {
    "taxonomy": "category",
    "settings": { "title-tax-category": "%%term_title%% archives %%sep%% %%sitename%%" }
  }
}

Worth knowing

  • One write changes every term archive without an override.
  • Noindexing a taxonomy removes all its term archives from search and the sitemap.
  • Keys include the taxonomy as a suffix.
  • Idempotent.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading