Skip to main content
  • Type: boolean
  • Default: false
By default, the Crawler doesn’t extract records from pages with the robots meta tag set to noindex or none. If ignoreNoIndex is true, the Crawler ignores the noindex directive.

Examples

JavaScript
{
  ignoreNoIndex: true,
}
⌘I