You're viewing an archived version of our docs. Check out our current documentation →
Tools / Crawler / APIs / Configuration

Crawler: 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

1
2
3
{
  ignoreNoIndex: true,
}