Why Add the IndexNow API Key to Your Site?

1

Fast Indexing

IndexNow allows you to notify search engines as soon as a page is created or updated, speeding up the indexing of your content.

2

Improved SEO

By submitting your URLs directly, you increase the chances of your pages being indexed quickly and appearing in search results.

3

Reduced Crawler Load

IndexNow reduces the need for search engines to crawl your site to discover new content, which can lighten the load on your server.

4

Simplicity and Efficiency

The IndexNow protocol is simple to implement and does not require significant technical resources. Once set up, it works automatically.

5

Multi-Search Engine Support

IndexNow is supported by multiple search engines, meaning you can notify several platforms simultaneously with a single submission.

How to Manually Install the IndexNow Key on WordPress

1

Generate Your IndexNow API Key

Generate your API key. This key is unique and should be kept secure.

2

Access Your File Manager

Log in to your hosting provider (e.g., cPanel, Plesk, or another control panel) and open the File Manager. Navigate to the root directory of your WordPress site (usually the public_html or www folder).

3

Paste the Text File with Your Key

In the root directory, paste the text file download just above.

4

Verify File Access

Ensure the file is accessible via the following URL:
https://yoursite.com/indexnow-key.txt.
If you can see the key by visiting this URL, the setup is successful.

Manual Installation of the IndexNow Key for Developers

1

Generate Your IndexNow API Key

Generate your API key. This key is unique and should be kept secure.

2

Access the Root of Your Project

As a developer, you likely have access to your site's source code. Open your project in your preferred code editor (such as VS Code, Sublime Text, etc.) and navigate to the root directory of your site.

3

Paste the Text File with Your Key

In the root directory, paste the text file download in the first point.

4

Deploy the Changes

If you use a version control system (like Git), make sure to commit and push the changes to your server. If you deploy manually, transfer the indexnow-key.txt file to the root directory of your site on the server.

5

Verify File Access

Ensure the file is accessible via the following URL:
https://yoursite.com/indexnow-key.txt.
If you can see the key by visiting this URL, the setup is successful.