eliashaeussler / typo3-sitemap-locator
Extension for TYPO3 CMS to locate XML sitemaps as part of a configured site
Installs: 77 302
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 3
Type:typo3-cms-extension
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- guzzlehttp/guzzle: ^7.0
- psr/event-dispatcher: ^1.0
- psr/http-message: ^1.0 || ^2.0
- symfony/console: ^5.4 || ^6.0 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.0 || ^7.0
- typo3/cms-backend: ~11.5.4 || ~12.4.0 || ~13.4.0
- typo3/cms-core: ~11.5.4 || ~12.4.0 || ~13.4.0
Requires (Dev)
- eliashaeussler/phpunit-attributes: ^1.2
- eliashaeussler/version-bumper: ^1.2
- phpunit/phpcov: ^9.0 || ^10.0
- phpunit/phpunit: ^10.1 || ^11.2
- symfony/event-dispatcher: ^5.4 || ^6.0 || ^7.0
- typo3/cms-install: ~11.5.4 || ~12.4.0 || ~13.4.0
- typo3/cms-seo: ~11.5.4 || ~12.4.0 || ~13.4.0
- typo3/testing-framework: ^7.0.2 || ^8.2.3
This package is auto-updated.
Last update: 2024-11-06 15:37:00 UTC
README
TYPO3 extension sitemap_locator
An extension for TYPO3 CMS that provides a service to locate XML sitemaps of
a configured site. It supports various sitemap providers, e.g. by configured
page type or robots.txt
, and provides an interface to implement custom
sitemap providers.
π Features
- Service to locate XML sitemaps of sites
- Additional console command
- Support of various sitemap providers (e.g.
robots.txt
or custom location) - Interface to implement custom sitemap providers
- Compatible with TYPO3 11.5 LTS, 12.4 LTS and 13.4 LTS
π₯ Installation
Composer
composer require eliashaeussler/typo3-sitemap-locator
TER
Download the zip file from TYPO3 extension repository (TER).
π Documentation
Please have a look at the official extension documentation.
π Credits
Extension icon by UIcons.
π 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).