API Reference
Class
SitemapUrlProbeInfo
View model for one problem sitemap URL probe.
Inheritance
- Object
- SitemapUrlProbeInfo
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 SitemapInfo.ProblemUrls
Constructors
public SitemapUrlProbeInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Url { get; set; } #Original sitemap URL.
public String FinalUrl { get; set; } #Final URL after redirects.
public Nullable<Int32> StatusCode { get; set; } #Final HTTP status code.
public String ContentType { get; set; } #Final response content type.
public Boolean Success { get; set; } #True when the probe reached a successful response.
public Boolean WasRedirected { get; set; } #True when at least one redirect was observed.
public Boolean RedirectLoop { get; set; } #True when a redirect loop was detected.
public Int32 RedirectHopCount { get; set; } #Number of redirect hops observed.
public Boolean NoIndex { get; set; } #True when the URL was marked noindex.
public String CanonicalUrl { get; set; } #Canonical URL found in the HTML response.
public Boolean CanonicalMismatch { get; set; } #True when the canonical URL differs from the final URL.
public String Error { get; set; } #Probe error when available.