Skip to main content
  • Type: boolean
  • Default: true
If false, the Crawler follows links from the prev and next links found in the head attribute of any page.

Examples

JavaScript
{
  ignorePaginationAttributes: false,
}
I