Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeFreq ¶
type ChangeFreq string
ChangeFreq is a type to only permit coerant choice
const ( Always ChangeFreq = "always" Hourly ChangeFreq = "hourly" Daily ChangeFreq = "daily" Weekly ChangeFreq = "weekly" Monthly ChangeFreq = "monthly" Yearly ChangeFreq = "yearly" Never ChangeFreq = "never" )
Those values represent the posible change frequences
type IndexPage ¶
type IndexPage struct { Page // Set the name of the element XMLName xml.Name `xml:"sitemapindex"` Urlset []*Sitemap `xml:"sitemap"` }
IndexPage represent the sitemap index element
Click to show internal directories.
Click to hide internal directories.