API Reference
Class
SitemapUrlEntry
Represents one URL entry from a sitemap urlset.
Inheritance
- Object
- SitemapUrlEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property SitemapAnalysis.Entries
Constructors
public SitemapUrlEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SitemapUrl { get; set; } #Source sitemap document URL.
public String Location { get; set; } #Value of the loc element.
public String LastModified { get; set; } #Raw lastmod value when present.
public Boolean LastModifiedValid { get; set; } #True when the lastmod value is absent or parseable.
public String ChangeFrequency { get; set; } #Raw changefreq value when present.
public Boolean ChangeFrequencyValid { get; set; } #True when the changefreq value is absent or valid.
public String Priority { get; set; } #Raw priority value when present.
public Boolean PriorityValid { get; set; } #True when priority is absent or between 0.0 and 1.0.
public Boolean LocationValid { get; set; } #True when loc is an absolute HTTP or HTTPS URL.
public Boolean Duplicate { get; set; } #True when the same loc appears more than once.
public List<SitemapAlternateLink> Alternates { get; } #Alternate language links declared under the URL entry.