Seamlessly integrate Algolia’s APIs into your LLM workflows with Algolia's new Model Context Protocol (MCP) server. Explore on GitHub.
Tools / Crawler / APIs / Configuration

Crawler: IgnorePaginationAttributes

Type: boolean
Default: true
Parameter syntax
ignorePaginationAttributes: true|false

About this parameter

Whether the Crawler should follow pagination prev and next links found in your <head> HTML. This setting applies to both prev and next pagination links.

When true, the crawler will ignore those pagination attributes. This corresponds to the rel="prev" and rel="next" links in your HTML <head>. They are ignored by default. If set to false, the crawler will follow the pagination links.

Examples

1
2
3
{
  ignorePaginationAttributes: false,
}
Did you find this page helpful?