child.setLastAttempt(0L);
child.setLastSuccess(0L);
if (recordParents) {
child.addParent(pageurl);
}
child.addAnchor(link.getAnchor()); // at this point it can only be one anchor
child.setScore(PageRank.parentContribution(page.getScore(), links.length));
// unless the child is a hotspot, it is removed from the fetched page by 1 level
child.setDistance(page.getDistance() + 1);