SitemapIndexUrlCantHaveRegex
A Perl-compatible regular expression to restrict the sitemaps that are processed.
This parameter applies to the URLs of sitemaps that the connector reads from <loc> elements in a sitemap index (a list of sitemaps). If the full URL of a sitemap matches the regular expression, the sitemap is not processed.
TIP: To filter the page URLs that are read from a sitemap, use the parameters UrlCantHaveRegex and UrlMustHaveRegex instead.
| Type: | String |
| Default: | |
| Required: | No |
| Configuration Section: | TaskName or FetchTasks |
| Example: | SitemapIndexUrlCantHaveRegex=https://www\.example\.com/sitemap[4-6]\.xml
|
| See Also: | SitemapIndexUrlMustHaveRegex |