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

Start free trial

Reset Indexation

seo/reset-indexing clears Yoast’s indexation progress so the next pass starts from the beginning rather than resuming.

It discards progress, not content.

At a glance

Abilityseo/reset-indexing
ToolsetYoast SEO — toolset/yoast-seo
GroupYoast SEO › Indexation
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

Indexation remembers where it got to, which is right almost always and wrong after the underlying content has changed shape.

The two cases that call for a reset are a bulk import and a permalink change. Both leave existing indexables recording URLs that no longer exist, and a resumed pass will not revisit them — so the stale rows stay stale indefinitely.

After a reset the next pass rebuilds from the start, which on a large site is a substantial amount of background work. That is the cost, and it is worth paying only when the existing index is actually wrong.

Nothing is deleted from the site. The indexables themselves are rebuilt from the content, so a reset cannot lose anything that is not derived.

Idempotent.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
resetbooleanWhether progress was cleared.
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:

We changed the permalinks — make Yoast reindex from scratch.

It resolves to one call:

{
  "ability": "seo/reset-indexing",
  "parameters": {}
}

Worth knowing

  • Needed after a bulk import or a permalink change, not as routine maintenance.
  • Nothing on the site is deleted — indexables are derived.
  • A full rebuild is real background work on a large site.
  • Idempotent.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading