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,
}