Bridge IndexNow

IndexNow tools: key checks and a submission test

2 min readUpdated Sep 2026
Three checks, and all of them are about the same thing: whether the parts you control are in the state the protocol expects. None of them tells you anything about indexing, because nothing can, and a page offering that would be selling you a guess.

What gets checked

  • The key and its file name

    The key and the file name that serves it have to agree exactly, and a mismatch between them is invisible until an engine tries to read the file — a common way to spend an afternoon. Generating the pair together, rather than typing either by hand, prevents the disagreement outright.

  • What the hostname returns

    Fetching the key file from your hostname the way an engine would shows what actually comes back: the file, a redirect, or a page rather than plain text. Those are exactly the failure shapes on key not found, and the check has a page of its own.

  • What the engine answers

    A single address, submitted and read back, separates a submission problem from everything else you might be investigating. What an accepted submission does and does not mean is set out on how it works, and it is less than most people assume.

ONE DEFINITE QUESTION EACH do the key and its name agree what did the hostname return what did the engine reply your side is correct Three questions with definite answers, and one conclusion that follows from them.
Each check settles one thing outright rather than reporting a state that needs interpreting. The pages in this section explain what the answers mean.

What none of them can tell you

One boundary, and it applies to all three.

No check here reports whether a page was indexed, when it will be, or whether an engine intends to. Submission is an announcement that an address changed, and the decisions that follow it are the engine's, made on its own criteria and never reported back. A check claiming otherwise would be inventing an answer.

A CLEAN RESULT FROM ALL THREE all three come back clean your side is correct something happened at the engine nothing leads here Two different kinds of good news, and only the upper one is being reported.
One line, and one place where a line would be expected and is not. That gap is the difference between the two kinds of good news.

What these do instead is confirm the half you control: that the key is correct and reachable, and that a submission is accepted rather than rejected. When something is wrong, that half is where it almost always is, and troubleshooting sorts the rest by symptom rather than by response code.

That division is worth keeping in mind while using them. A clean result from all three means your side is correct, not that anything has happened at the engine, and those are different kinds of good news. What the key itself proves, and why it is public by design, is set out under the key file.

FAQ

Do these checks need an account?

No. Everything they look at is public by design: the key file is served openly from your hostname, and a submission is answered by the engine's own endpoint. Checking either involves only what is already served publicly, which is the same thing an engine reads.

Submission handled at the edge

IndexNow submission is part of Bridge CDN: the platform detects a change and announces the URL to the engines that take part. Automatic submission covers discovered and changed URLs only, enabling it imports no history, and full-site submission is manual.