Generate sitemap for all active jobs.
- generate sitemap manually
- Automatically update sitemap when a job status changes
- ping search engines after update
To use as yawik module, you need to require it in your YAWIK project:
composer require yawik/jobs-sitemap
To contribute, you need to clone the repository:
git clone git@github.com:yawik/jobs-sitemap.git
cd jobs-sitemap
composer install
Start a local webserver with:
php -S localhost:8000 -t test/sandbox/public test/sandbox/public/router.php
or
composer serve
you should be able to access your yawik at http://localhost:8000