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 provides functionality for generating XML sitemaps following the sitemaps.org protocol. It supports standard sitemaps, Google News sitemaps, image sitemaps, and video sitemaps. The package is designed to be framework-agnostic and includes adapters for popular Go web frameworks.