This is a very small and basic command line application used to create a sitemap of any website.
I created it mainly for myself since on my job as a webmaster, SEO and web developer I often need to quickly create sitemaps of websites with thousands of pages.
It can make concurrent HTTP requests, so it can get the job done be very quick when analysing huge websites.
Installing
Just download the repository from https://github.com/antsanchez/gositemap and compile it with go build
.
Run
The following flags are available:
- -d Full Domain with HTTP Protocol
- -o Filename to output the sitemap
- -s Number of maximum concurrent connections
Example:
./gositemap -d https://example.com -o sitemap.xml -s 50
License
This project is licensed under the Apache License, Version 2.0 - see http://www.apache.org/licenses/LICENSE-2.0 for more details