- Type:
string[]
Examples
In this example, theref
and all utm_
parameters are ignored in crawled URLs.
Your crawler saves http://localhost?page=1&ref=algolia&utm_source=doc
as http://localhost?page=1
.
JavaScript
Whether to ignore query parameters when crawling URLs.
string[]
ref
and all utm_
parameters are ignored in crawled URLs.
Your crawler saves http://localhost?page=1&ref=algolia&utm_source=doc
as http://localhost?page=1
.