enum classafSitemap::SitemapFreq
sys::Obj sys::Enum afSitemap::SitemapFreq
@
Serializable { simple=true }
Describes how frequently the page is likely to change. Note that the value of this tag is considered a hint and not a command.
- always
const static SitemapFreq always := ...
Use to describe documents that change each time they are accessed
- daily
const static SitemapFreq daily := ...
- fromStr
static new fromStr(Str name, Bool checked := true)
Return the SitemapFreq instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- hourly
const static SitemapFreq hourly := ...
- monthly
const static SitemapFreq monthly := ...
- never
const static SitemapFreq never := ...
Use to describe archived URLs
- vals
const static SitemapFreq[] vals := ...
List of SitemapFreq values indexed by ordinal
- weekly
const static SitemapFreq weekly := ...
- yearly
const static SitemapFreq yearly := ...