PathNoCrawlRegex

A regular expression that specifies the folders to ignore. If the full path of a folder matches the regular expression, the folder and its subfolders are ignored.

You can use this parameter to exclude entire directory trees.

Type: String (regular expression)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks
Example:

The following example ignores the folder /folder/noindex/ and all of its subfolders.

PathNoCrawlRegex=folder\/noindex\/

See Also: PathCrawlRegex