[Egothor-tech] Setting higher priority for certain URLs
Stuart David Lewis [sdl]
sdl at aber.ac.uk
Thu Jun 9 13:53:40 BST 2005
> Use "Dumper" utility and search for "<!VOLATILE>linksrank".
Done that - and the numbers seem to have a maximum of 10. Looking at
LinksRank::guessFor, we have:
def = (def + 5) / 10;
if (def < 0) {
def = 0;
} else if (def > 10) {
def = 10;
}
return (byte) def;
Does that mean the maximum linksrank a page can have is 10? If so, what
other elements is the links rank made up of, because most of my
linksranks are >7, even for URLs that I have not adjusted using the
antispam measures.
The end result is that even by adjusting the links ranks up for certain
URLs, they don't seem to come out any higher, as all pages seem to have
high linksranks!
Thanks,
Stuart
More information about the Egothor-tech
mailing list