Hi,
I was wondering if one can configure a web crawler such that only the immediate links on the page corresponding to the entry point will be crawled and the rest should be skipped.
Eg.
Entry__page has Link1 and Link2 -> both sub-links should be crawled
Link1_page has Link3 -> should not be considered
i have considered crawl rules, but there is no generic/simple text in the url that will allow to differentiate un-needed links.
Thanks in advance.