ExtractHtmlMeta

A Boolean value that specifies whether to extract information from the meta tags in HTML documents.

This information is written to document fields where the field name is the value of the name attribute, and the field value is the value of the content attribute.

For example, the following HTML:

<meta name="keywords" content="CFS,IDOL,Connectors">

would result in the following field name and value:

#DREFIELD keywords="CFS,IDOL,Connectors"

To add a prefix to the field name, use the configuration parameter MetaTagsFieldPrefix.

Type: Boolean
Default: True
Required: No
Configuration Section:

Any section that you have defined for WkoopHtmlExtraction settings

Example: ExtractHtmlMeta=TRUE
See Also:

ExtractLinks

MetaTagsFieldPrefix