pixelpoems / silverstripe-indexnow
Silverstripe module for IndexNow handling
Package info
github.com/pixelpoems/silverstripe-indexnow
Type:silverstripe-vendormodule
pkg:composer/pixelpoems/silverstripe-indexnow
1.1.0
2025-06-30 07:44 UTC
Requires
- php: >=8.1
- ext-curl: *
- silverstripe/cms: ^5.0 || ^6.0
- silverstripe/framework: ^5.0 || ^6.0
This package is auto-updated.
Last update: 2026-03-01 00:47:39 UTC
README
This module provides a Silverstripe CMS integration for the IndexNow protocol, allowing you to notify search engines about changes to your website content in real-time during publishing of a page.
Requirements
- Silverstripe CMS ^5.0 || ^6.0
- Silverstripe Framework ^5.0 || ^6.0
Installation
composer require pixelpoems/silverstripe-indexnow
Configuration
- Add your IndexNow API within the siteconfig, with no additional whitespace or newlines.
- Enable the indexing of your site by setting the
IndexNowEnabledcheckbox in the siteconfig. - Add
/public/indexnow_api_key.txtto your .gitignore file to prevent it from being committed to your repository.
Reporting Issues
Please create an issue for any bugs you've found, or features you're missing.