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-sitemapTo contribute, you need to clone the repository:
git clone [email protected]:yawik/jobs-sitemap.git
cd jobs-sitemap
composer installStart a local webserver with:
php -S localhost:8000 -t test/sandbox/public test/sandbox/public/router.phpor
composer serveyou should be able to access your yawik at http://localhost:8000