/xmlsitemap

Bash script for generating XML-Sitemaps used by searchengine crawlers.

Primary LanguageShell

XML-Sitemap Generator

Bash script for generating XML-Sitemaps used by searchengine crawlers. Automatically splits urls to 50000 per sitemap and generates the required index sitemap too.

How to use

./xmlsitemap.sh <file> <url>

./xmlsitemap.sh urls.txt http://www.example.com   

Options

<file> File with one url per line.
<url> base url  

Any questions? Feel free to contact me.