pixelpoems / silverstripe-indexnow
Silverstripe module for IndexNow handling
Installs: 92
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
pkg:composer/pixelpoems/silverstripe-indexnow
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: 2025-10-30 08:33:36 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.