IncludeMetaTagsInMetadata
A Boolean value that specifies whether to extract information from the meta tags in HTML documents.
<meta name="..." content="..." />
The name
attribute is used as the document field name and the content
attribute is used as the field value. To add a prefix to the field name, use the configuration parameter MetaTagsFieldPrefix.
Type: | Boolean |
Default: | True |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | IncludeMetaTagsInMetadata=false
|
See Also: | MetaTagsFieldPrefix |