SitemapUrl

Entry in the sitemap

Members

Variables

changefreq
ChangeFrequency changefreq;

Optional. How frequently the page is likely to change. This value provides general information to search engines and may not correlate exactly to how often they crawl the page. The value Always should be used to describe documents that change each time they are accessed. The value Never should be used to describe archived URLs.

lastmod
Nullable!DateTime lastmod;

Optional. The date of last modification of the file.

loc
string loc;

Required. URL of the page. This URL must begin with the protocol (such as http) and end with a trailing slash, if your web server requires it. This value must be less than 2,048 characters.

priority
float priority;

Optional. The priority of this URL relative to other URLs on your site. Valid values range from 0.0 to 1.0. This value does not affect how your pages are compared to pages on other sites—it only lets the search engines know which pages you deem most important for the crawlers. The default priority of a page is 0.5.

Meta