Sign up to Algolia DevBit - winter edition: cool code, warm ideas
Crawler
Maximum path depth of crawled URLs.
number
http://example.com => 1 http://example.com/ => 1 http://example.com/foo => 1 http://example.com/foo/ => 2 http://example.com/foo/bar => 2 http://example.com/foo/bar/ => 3
maxDepth
startUrls
sitemaps
{ maxDepth: 10, }
Was this page helpful?