Tools
/
Crawler
/
APIs
/
Configuration
Jan 17, 2022
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
Copy
1
2
3
{
ignorePaginationAttributes: false,
}
Did you find this page helpful?