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

Start free trial

Clear Term SEO

taxonomies/clear-term-seo removes every Yoast SEO field from one term, returning it to the site-wide defaults. It refuses without confirm: true.

The term itself is untouched. Only its SEO overrides are cleared.

Before you run it

Every SEO override on the term goes at once: title, description, keyphrase, canonical, breadcrumb title, noindex and cornerstone. The term reverts to the taxonomy’s templates, which on most sites produces a generic description shared with every other term. Read the current values first with taxonomies/get-term-seo — there is no undo and nothing records what was there.

At a glance

Abilitytaxonomies/clear-term-seo
ToolsetYoast SEO — toolset/yoast-seo
GroupYoast SEO › Term SEO
RequiresYoast SEO, active on the site
Capabilitymanage_options
SafetyDestructive — deletes stored values, and refuses to run without confirm: true
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

Clearing is not the same as blanking. A term with an empty SEO title falls back to the taxonomy template, which is exactly what a cleared term does — so the visible result is the same and the stored state is different.

The difference matters when the template changes later: a cleared term follows the new template, and a term with an empty-string override may not.

The legitimate use is undoing a bulk write that went somewhere it should not have, or resetting a term whose accumulated overrides no longer make sense.

Noindex is worth singling out. Clearing removes it, which means a term deliberately kept out of search comes back into it — a change that is invisible on the site and visible to search engines.

Idempotent: clearing a term with no overrides is a no-op.

Input

NameTypeRequiredWhat it is
taxonomystringYesThe taxonomy.
term_idintegerYesThe term.
confirmbooleanYes — must be trueThe irreversibility gate. Without it the call is refused before anything is touched.

What comes back

NameTypeWhat it is
clearedbooleanWhether anything was removed.
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:

Reset the SEO on this category back to the defaults.

It resolves to one call:

{
  "ability": "taxonomies/clear-term-seo",
  "parameters": {
    "taxonomy": "category",
    "term_id": 87,
    "confirm": true
  }
}

Worth knowing

  • Clearing removes the noindex flag too. A hidden term becomes visible to search.
  • Read the values first — nothing records what was there.
  • The term and its posts are untouched.
  • Idempotent.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading