Tools
/
Crawler
/
ignoreNoIndex
Jan. 08, 2021
ignoreNoIndex
Type:
boolean
Default:
false
Parameter syntax
ignoreNoIndex: true|false
About this parameter
Whether the Crawler should extract records from a page whose robots
meta tag contains noindex
or none
.
When true
, the Crawler ignores the noindex
directive of the robots
meta tag.
Examples
Copy
1
2
3
{
ignoreNoIndex: true,
}