Como me ha causado gracia el post de Ignacio sobre el algoritmo del PR, ahora me quedan la cosas claras
Para muestra un fragmento (ir al post para verlo completo):
PHP [Show Styled Code]:
//Sergey said good news sites have
// lots of nested tables
tablesOnPage = getTagCount(’table’);
if (tablesOnPage >= 50) {
pagerank += 2;
}
PHP [Show Plain [...]