eliashaeussler / typo3-sitemap-robots
Extension for TYPO3 CMS to enhance robots.txt with sitemap configurations
Installs: 2 533
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- eliashaeussler/typo3-sitemap-locator: ^0.1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0 || ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- symfony/dependency-injection: ^5.4 || ^6.0 || ^7.0
- typo3/cms-core: ~11.5.19 || ~12.4.0 || ~13.4.0
Requires (Dev)
- eliashaeussler/transient-logger: ^1.0
- eliashaeussler/version-bumper: ^1.2
- phpunit/phpcov: ^9.0 || ^10.0
- phpunit/phpunit: ^10.1 || ^11.0
- typo3/cms-seo: ~11.5.19 || ~12.4.0 || ~13.4.0
- typo3/testing-framework: ^7.0.2 || ^8.2.3
README
TYPO3 extension sitemap_robots
An extension for TYPO3 CMS that enhances robots.txt
from site configuration with
located XML sitemaps. Injection of sitemap configuration can be managed on a per-site
basis and is done by an additional frontend middleware. The extension supports
static routes as well as injection into local files.
π Features
- Middleware to inject sitemap configurations into
robots.txt
- Manage sitemap injection on a per-site basis using site configuration
- Supports static routes and local files
- Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.4 LTS
π₯ Installation
Composer
composer require eliashaeussler/typo3-sitemap-robots
TER
Download the zip file from TYPO3 extension repository (TER).
π Documentation
Please have a look at the official extension documentation.
π Security Policy
Please read our security policy if you discover a security vulnerability in this extension.
β License
This project is licensed under GNU General Public License 2.0 (or later).