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

Start free trial

Get IndexNow Submission Log

rank-math/get-indexing-log returns the IndexNow submission history, newest first, with formatted and human-readable timestamps and the response code for each batch.

Filter to manual submissions or to the automatic ones triggered on publish.

At a glance

Abilityrank-math/get-indexing-log
ToolsetRank Math — toolset/rank-math
GroupRank Math › Instant Indexing
RequiresRank Math 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

The response code per batch is what makes this a diagnostic rather than a record. A run of 200s means the endpoint is accepting submissions; a run of 403s means it is not, and the usual cause is a key file that cannot be fetched.

The manual-versus-automatic filter separates two different questions. Automatic submissions tell you whether publishing is working as configured — a post type that should be auto-submitted and never appears in the log is a settings problem. Manual ones tell you what somebody or something submitted deliberately.

The log is also the only record of what was submitted and when. Nothing else on the site keeps it, which is worth knowing before clearing it.

Newest first, because the recent entries are the ones that answer “did that work”.

Input

NameTypeRequiredWhat it is
typestringNomanual or auto.
limitintegerNoHow many entries to return.

What comes back

NameTypeWhat it is
logarrayOne entry per batch: the URLs, the timestamps, the type and the response code.
countintegerHow many entries were returned.
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:

Are our IndexNow submissions actually being accepted?

It resolves to one call:

{
  "ability": "rank-math/get-indexing-log",
  "parameters": {
    "limit": 20
  }
}

Worth knowing

  • The response code is the diagnostic. A run of 403s means the key file is unreachable.
  • Automatic entries tell you whether publish-time submission is configured correctly.
  • This is the only record of what was submitted. Nothing else keeps it.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading