Skip to content

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

Notifications You must be signed in to change notification settings

naden/xmlsitemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages