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

Start free trial

Get Sitemap Status

seo/get-sitemap-status reports whether Yoast is serving XML sitemaps and where the index lives.

It is the first call when a sitemap is missing from Search Console, because a disabled sitemap and a broken one look identical from outside.

At a glance

Abilityseo/get-sitemap-status
ToolsetYoast SEO — toolset/yoast-seo
GroupYoast SEO › XML Sitemaps
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

From a search engine’s point of view both produce the same result: a URL that does not return a sitemap. From inside, they are completely different problems — one is a setting and the other is usually a routing or rewrite issue.

Knowing which before investigating saves the investigation. A disabled sitemap is one toggle away from working.

The index location matters too. Yoast serves its index at a specific path, and sites that have migrated from another SEO plugin often have the old plugin’s path registered in Search Console — so the sitemap works and the search engine is looking somewhere else.

This reads the serving state rather than the settings alone, which is what makes it a diagnosis rather than a configuration read.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
enabledbooleanWhether sitemaps are being served.
index_urlstringWhere the sitemap index lives.
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:

Search Console says our sitemap is missing — is it even on?

It resolves to one call:

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

Worth knowing

  • Disabled and broken are indistinguishable from outside and completely different inside.
  • A migrated site often has the old plugin’s sitemap path registered in Search Console.
  • Reads the serving state, not just the setting.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading