> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ignorePaginationAttributes

> Whether to ignore pagination attributes for following links.

* **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

```js JavaScript icon=code theme={"system"}
{
  ignorePaginationAttributes: false,
}
```
