Skip to content

poblabs/sitemap-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Sitemap Generator

This is a fork of https://github.com/danielbathke/sitemap-generator. The purpose of this fork is to provide some dynamic control over the priority. The input URL and first level pages are priority 1. The rest of the sitemap will get priority 0.8. As a result, option -p has been removed.

Setting the priority like this lets the search engines know which pages you deem most important for the crawlers. Typically first level pages and categories are most important.

Installation

  1. Download the sitemap-generator.sh to your system
  2. Run chmod +x sitemap-generator.sh
  3. Run ./sitemap-generator.sh -o /path/to/where/you/want/sitemap.xml http://your-website-url/

Crontab

To run on an automated schedule use crontab. Here's the entry I use which updates sitemap.xml every day at midnight.

  1. Run crontab -e to edit your crontab
  2. To run the script every week, Sunday at midnight, at the bottom add 0 0 * * 0 /path/to/sitemap-generator.sh -o /path/to/where/you/want/sitemap.xml http://your-website-url/ >/dev/null 2>&1 - if you need to run this as sudo, you may need to put this into root's crontab
  3. Save and exit crontab

Usage: sitemap-generator.sh [OPTIONS] url

Options:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%