Package sitemap provides primitives for high effective parsing of huge sitemap files.
Package sitemap provides tools for creating XML sitemaps and sitemap indexes and writing them to io.Writer (such as net/http.ResponseWriter). Please see https://www.sitemaps.org/ for description of sitemap contents. This is a web server that implements two request paths /foo and /bar and provides a sitemap that contains those paths at /sitemap.xml.
Package sitemap implements the Sitemap Protocol. Reference: https://www.sitemaps.org/protocol.html
Package sitemap generates sitemap.xml files based on the sitemaps.org protocol.
Package sitemap implements sitemap generation according to https://www.sitemaps.org/protocol.html.
Generates sitemaps and index files based on the sitemaps.org protocol. facilitates the creation of sitemaps for large amounts of urls. For a full guide visit https://github.com/StudioSol/Sitemap