loveduckie / silverstripe-robots
A Silverstripe module for managing the robots.txt file from the CMS.
Package info
github.com/LoveDuckie/silverstripe-robots
Type:silverstripe-vendormodule
pkg:composer/loveduckie/silverstripe-robots
5.x-dev
2024-11-21 15:50 UTC
Requires
- silverstripe/admin: ^2.0
- silverstripe/framework: ^5.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-02-21 18:28:59 UTC
README
silverstripe-robots
This is a simple Silverstripe module for managing the rules list that are rendered or displayed from the robots.txt file. The robots.txt file is typically used for informing search engines how to crawl your website, and which content or pages to exclude from their results.
Installation
Find below a snippet for installing this module with Composer.
composer require loveduckie/silverstripe-robots
Usage
TBD
Configuration
TBD