A Boolean that specifies whether to ignore scope errors when retrieving URLs from a sitemap.
A sitemap should only contain URLs to pages that are hosted below the sitemap. For example, if a sitemap exists at http://host/path/sitemap.xml
, then all links contained in the sitemap should start with http://host/path
. The connector ignores all URLs that do not conform to this rule.
To ignore scope errors and process the pages regardless of scope, set this parameter to TRUE
.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | IgnoreSitemapScopeErrors=TRUE
|
See Also: | SitemapUrl |
|