package
Version:
v0.9.2
Opens a new window with list of versions in this module.
Published: Feb 23, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GenerateSitemap generates a sitemap.xml for the entire site
type URL struct {
Loc string `xml:"loc"`
LastMod string `xml:"lastmod,omitempty"`
ChangeFreq string `xml:"changefreq,omitempty"`
Priority float64 `xml:"priority,omitempty"`
}
URL represents a single URL entry in a sitemap
type URLSet struct {
XMLName xml.Name `xml:"urlset"`
Xmlns string `xml:"xmlns,attr"`
URLs []URL `xml:"url"`
}
URLSet represents a sitemap URL set (sitemap protocol)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.