Google's page ranking algorithms

  • Thread starter Thread starter Johan de Vries
  • Start date Start date
  • Tags Tags
    Algorithms Ranking
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 3K views
Johan de Vries
Messages
22
Reaction score
0
A few days ago I started a thread here on physicsforums about a new article on climate change. Yesterday I was using google to find out more about some related research. To my surprise the thread I started was on top when searching using some but rather generic keywords.

If you google using the search string "deadly blow", the thread I started is at nr. 3, even though the thread title was changed within hours by the moderator. How is this possible for such a generic search string as "deadly blow"?
 
Last edited:
Physics news on Phys.org
I may be wrong! but isn't the phrase 'deathly blow' and not 'deadly blow'? That may explain why this phrase isn't as common as you might think.
 
PF is fairly well ranked at Google i noticed, forums are good sources of information, so Google might rank forums higher.
 
-Job- said:
PF is fairly well ranked at Google i noticed, forums are good sources of information, so Google might rank forums higher.
PF has a high confidence rating, so threads started here show up at or near the top of searches.
 
AlephZero said:
PF runs Google ads. Coincidence, or not? :rolleyes:

That's a good point. If Google can drive traffic to sites with Google ads in favor of other sites why wouldn't they? I wonder...
 
-Job- said:
That's a good point. If Google can drive traffic to sites with Google ads in favor of other sites why wouldn't they? I wonder...
No, Google's Pigeon Ranking is completely above board. (I will never get tired of reading this)

http://www.google.com/technology/pigeonrank.html
 
Last edited by a moderator:
I can already see the tie breaker function:
Code:
Page A, B;
if(A.Rank == B.Rank){
    if(A.AdRank > B.AdRank) return A;
    else return B;
}

How many pigeons does it take to code that?