6.3.3.5. Meta Section
6.3.3.5.1. Save meta keywords?
If you check this checkbox, the plugin will retrieve the value of content
attribute of the
meta
tag whose name
attribute’s value is keywords
and save them as post meta whose
key is defined in Meta Keywords Key setting.
For example, a meta
tag can be as follows:
<meta name="keywords" content="HTML, CSS, XML, JavaScript">
For this meta
tag, the plugin will retrieve HTML, CSS, XML, JavaScript
text and save it
under the key defined in Meta Keywords Key setting.
6.3.3.5.2. Add meta keywords as tags?
When this is checked, found meta keywords will be added as post tags. If there are other tags found in the target page, then the meta keywords will be added to the existing ones. In other words, the final post tags will include both the meta keywords and the tags found in the target page, if any exists.
Important
This setting is visible only if Save meta keywords? is selected.
6.3.3.5.3. Save meta description?
If you check this checkbox, the plugin will retrieve the value of content
attribute of the
meta
tag whose name
attribute’s value is description
and save them as post meta whose
key is defined in Meta Description Key setting.
For example, a meta
tag can be as follows:
<meta name="description" content="WP Content Crawler documentation">
For this meta
tag, the plugin will retrieve WP Content Crawler documentation
text and save
it under the key defined in Meta Description Key setting.