I was pondering this today when I had a few free minutes:
Google.com has a page rank of 10. Is this because:
1) Google.Com, when run through the PR calculation algorithm, actually results in a PR of 10.
2) The algorithm is based around Google.Com having a PR of 10. In other words, it's part of the equation.
3) The code logic goes something like this:
if ($domain == "google.com")
{
$pr = 10;
}
else
{
$pr = CalculatePR($domain);
}
Thanks,
Paul
Note: This post is tongue-in-cheek, and is meant to be humorous.
