Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
/ sitemap Public archive

Sitemap submission cron job for Waigo

License

Notifications You must be signed in to change notification settings

waigo/sitemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waigo-plugin-sitemap

This waigo plugin provides:

  • Cron job to submit sitemap to Google and Bing.

Installation

$ npm install waigo-plugin-sitemap

Usage

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

  ...
}

License

MIT - see LICENSE.md

About

Sitemap submission cron job for Waigo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published