RedirectAsLink
A Boolean value that specifies whether to handle a redirection in the same way as a link.
- When
RedirectAsLink=False
the connector follows the redirection and ingests the page content under the original URL. This can result in the same content being indexed several times, if multiple URLs redirect to the same page. - When
RedirectAsLink=True
the connector follows the redirection and ingests the page content under the URL of the target page. The connector does not ingest a document for the URL that returned the redirection.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | RedirectAsLink=TRUE
|
See Also: |