naden / xmlsitemap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Shell 100.0%