kiwa / sitemap
Integrates the Bit&Black Sitemap into a Kiwa website to create sitemap files seamlessly.
Fund package maintenance!
Buymeacoffee
Requires
- php: >=8.2
- ext-dom: *
- bitandblack/sitemap: ^1.0 || ^2.0
- kiwa/console: >=0.15 || ^1.0
- symfony/console: ^5.0 || ^6.0 || ^7.0
Requires (Dev)
- phpstan/phpstan: ^1.0
- phpunit/phpunit: ^11.0
- rector/rector: ^1.0
- symplify/easy-coding-standard: ^12.0
README
Kiwa Sitemap
This library integrates the Bit&Black Sitemap into your Kiwa website.
It creates a sitemap.xml
by parsing the whole website including all language versions and all images. If multiple language versions are found, multiple xml
files will be written.
Installation
This library is made for the use with Composer. Add it to your project by running $ composer require kiwa/sitemap
.
Usage
After adding this library to your project, the Kiwa Console contains a new command: sitemap:create
.
When running bin/console sitemap:create
, the website defined in config.php
under mainURL
will be crawled completely. After that, a sitemap.xml
file will be stored in the public
folder and depending on the languages found some additional language files like sitemap-en.xml
will be stored there, too.
Help
If you have any questions, feel free to contact us under hello@bitandblack.com
.
Further information about Bit&Black can be found under www.bitandblack.com.