pixelpoems / silverstripe-indexnow
Silverstripe module for IndexNow handling
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=8.1
- ext-curl: *
- silverstripe/cms: ^5.0
- silverstripe/framework: ^5.0
This package is auto-updated.
Last update: 2025-06-12 11:51:02 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
- Silverstripe Framework ^5.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
IndexNowEnabled
checkbox in the siteconfig. - Add
/public/indexnow_api_key.txt
to 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.