Is it possible to index pages through a depth-first following of the links? I have an html tree that has an index page that links to a larger index page and every link on that page is a small index page for a section. Now the order of the pages is First Index->Large Index->All the Small Indexes->Content, whereas it would be better to have First Index->Large Index->Small Index 1->Content 1->Small Index 2->Content 2 etc.
|