Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

index_now

794 sites Security covered
View on drupal.org

Index Now submit requests to search engines when content (nodes, taxonomy terms, commerce products) has been created, updated or deleted on your website. The module provides a service that you can use to send more requests according to your needs.

Supported search engines are:

  • Amazon
  • IndexNow
  • Microsoft Bing
  • Naver
  • Seznam.cz
  • Yandex
  • Yep

Note: Since November 2021, compatibles search engines will immediately share all the submitted URLs with every other compatible search engine.
This means that if you choose to notify one search engine, you notify every other one in the same time.

Read more about Index Now project

Requirements

Installation

Install as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information.

For commerce products you also need to enable the index_now_commerce sub-module

Configuration

  • Go to /admin/config/services/index_now and choose the default search engine you want to interact with.
    You can also exclude content types, taxonomy vocabularies and/or commerce
    products types for which you don't want to use Index Now.
  • after configuring Index Now (/admin/config/services/index_now), you need to define a configuration for your production environment.
    Go to admin/config/development/configuration/config-split, add a configuration split setting if you don't have already one for your production environment, then add a directory path for this config and enable "Index Now" in the "Complete split" > "Modules" section. Don't forget to export your configuration after submitting the form.

You can override the API key value if needed in your settings(.local).php
$settings['index_now']['api_key'] = 'whatever-you-want';

Service

The module provides a service that can be used to index other URLs than just nodes, taxonomy terms and commerce products pages.

Here is how to use it:

\Drupal::service('index_now.indexnow')->sendRequest($your_url);

Note: $your_url must be an absolute URL hosted on your website.

Drush command

In case you would need to regenerate the API key you can use the drush command:
drush index_now:keygenerate or its alias drush indnowkeygen

Activity

Total releases
3
First release
Jan 2025
Latest release
1 month ago
Release cadence
202 days
Stability
100% stable

Release Timeline

Releases

Version Type Release date
3.1.5 Stable Mar 9, 2026
3.1.4 Stable Feb 8, 2026
3.1.3 Stable Jan 30, 2025