const classafSitemap::SitemapUrl

sys::Obj
  afSitemap::SitemapUrl

The main Sitemap URL entity.

changefreq

Source

const SitemapFreq? changefreq

How frequently the page is likely to change.

@see http://www.sitemaps.org/protocol.html#changefreqdef

lastMod

Source

const DateTime? lastMod

The date of last modification of the file.

@see http://www.sitemaps.org/protocol.html#lastmoddef

loc

Source

const Uri loc

URL of the page. This URL must begin with the protocol (such as http).

@see http://www.sitemaps.org/protocol.html#locdef

make

Source

new make(Uri loc, |This? in := null)

priority

Source

const Float? priority

The priority of this URL relative to other URLs on your site. Valid values range from 0.0 to 1.0.

@see http://www.sitemaps.org/protocol.html#prioritydef

toXml

Source

XElem toXml()