Skip to content
/ sitemap Public

YAWIK module to create a sitemap for all active jobs.

License

Notifications You must be signed in to change notification settings

yawik/sitemap

Repository files navigation

YAWIK Sitemap

Generate sitemap for all active jobs.

Overview

  • generate sitemap manually
  • Automatically update sitemap when a job status changes
  • ping search engines after update

Installation

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

Usage

Configuration

License

MIT