indexNow

Overview

IndexNow API for Google Sheets. Index any URL you want to Bing or Yandex.

You can submit up to 10,000 URLs per function execution, mixing http and https URLs if needed

In order to use this function you will need to create your own API key in Bing Webmaster Tools.

For more information regarding IndexNow API check this documentation

Credits cost per execution

This function spends 1 credit per execution

Video example

Arguments

  • host: The host of the URL to index

  • urlList: The list of URLs to index, one URL per cell. You can submit up to 10,000 URLs per function execution, mixing http and https URLs if needed

  • apiKey: The API key to use. You can generate one here

  • keyLocation: The location of the API key in your site (Placed in a URL).

Expected output

  • string: A message with the result of the indexing

Text example

indexNow("https://www.domain.com", A2:A4, "c3d412f4f97543899d35bf1f8e6b9138", "https://www.domain.com/c3d412f4f97543899d35bf1f8e6b9138.txt")
// A2:A4 values: https://www.domain.com/path-1, https://www.domain.com/path-2, https://www.domain.com/path-3
// Return => 3 URLs Submitted succesfully to bing.com

Use cases

  • Submit URLs to Bing or Yandex instantly from Google Sheets

Last updated