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
sitemapped turns a single URL pointing to a sitemap into a list of URL, resolving sitemapindex type sitemaps, too. $ sitemapped https://core.ac.uk/sitemap.xml Some sitemap index style sitemaps may point to thousands of actual sitemaps.