Skip to content

IndexNow Ping Tool

Generate IndexNow API requests to instantly notify Bing, Yandex, Seznam, and Naver about new or updated pages. Support for single and bulk URL submission.

FreeNo SignupNo Server UploadsZero Tracking

IndexNow Configuration

0 URLs detected

Any unique string, 8+ hex chars recommended

URL where your key file is hosted

How to Use IndexNow Ping Tool

  1. 1

    Enter URLs to submit

    Paste one or more URLs you want search engines to crawl. These should be new or recently updated pages on your site.

  2. 2

    Set your API key

    Enter a unique API key (any string of 8+ hex characters). This same key must be hosted as a text file on your domain for verification.

  3. 3

    Generate the request

    Click Generate to create the IndexNow API request. The tool generates both the key verification file content and the curl command.

  4. 4

    Run the curl command

    Copy and run the curl command in your terminal. For single URLs, a GET request is used. For bulk submissions, a POST with JSON body.

Frequently Asked Questions

IndexNow is a protocol that allows website owners to instantly notify search engines about content changes. Instead of waiting for crawlers to discover changes, you proactively tell them which URLs to recrawl.

IndexNow is supported by Bing, Yandex, Seznam, and Naver. When you submit to any one of them, all participating engines are notified automatically. Google does not currently support IndexNow.

Create a plain text file containing only your API key. Host it at the root of your domain (e.g., https://example.com/your-key.txt). The file name should be your API key followed by .txt.

You can submit up to 10,000 URLs in a single bulk POST request. For single URL submissions, use the GET method.

No. This tool only generates the curl commands and key file content. You execute the actual API request from your own terminal. No data is sent from this page.