This waigo plugin provides:
- Cron job to submit sitemap to Google and Bing.
$ npm install waigo-plugin-sitemap
The cron job is enabled by default and will run daily.
The sitemap is expected to be found at {app.config.baseURL}/sitemap.xml
. You
can change this in your config file:
module.exports = function(config) {
...
config.sitemapPath = '/custom_sitemap.xml'; // relative to baseURL
...
}
MIT - see LICENSE.md