SitemapIndexUrlMustHaveRegex

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). The full URL of a sitemap must match the regular expression, otherwise 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: SitemapIndexUrlMustHaveRegex=https://www\.example\.com/sitemap[1-3]\.xml
See Also: SitemapIndexUrlCantHaveRegex