|
-
Apr 4th, 2008, 07:20 PM
#1
Thread Starter
Hyperactive Member
Google's search method?
I think I figured out part of Google's search method.
User searches for term in Google,
Google pulls up results by keyword (crawling), linking algorithms, and relevance.
User clicks on a result on the second page.
Google records that click, and bumps the relevance of that page.
I noticed this when searching for a really obscure term (my wow guild name) in google. The first time I searched for it, it appeared on the second page. The following times I searched for it, it got bumped up until it was the first result.
"I like to run on treadmills, because at least I know I'm getting nowhere."
- Me
-
Apr 7th, 2008, 07:35 AM
#2
Hyperactive Member
Re: Google's search method?
So basically what you are saying is that if I search for BillGeek over and over again in Google, eventually it will end up where if someone searches for VBF, they will get my name there first? Interesting... : ponders :
-
Apr 7th, 2008, 08:48 AM
#3
Re: Google's search method?
I bet you get a price on that finding!
You're welcome to rate this post!
If your problem is solved, please use the Mark thread as resolved button
Wait, I'm too old to hurry!
-
Apr 7th, 2008, 11:18 AM
#4
Re: Google's search method?
In the Soviet internet, Google searches you!
-
Apr 7th, 2008, 11:25 AM
#5
Re: Google's search method?
 Originally Posted by capsulecorpjx
Google records that click, and bumps the relevance of that page.
Sorry but that's not possible. If you look at the source of the page, the search results are just plain hyperlinks. There is no JavaScript attached nor any redirections; it's just a direct link. There is no way Google can record this click.
Even if they somehow received a Click event within their code (which I don't think is possible with JavaScript as only global items like windows.load is available, AFAIK) they would have to send the data then load your page and I just don't think there is anyway they could even attempt that as it would put an insane load on their web servers and it would delay pages opening.
-
Apr 7th, 2008, 12:07 PM
#6
Re: Google's search method?
Would you PLEASE start doing research before you go making claims?
Straight from a View Source on a Google search:
Code:
<a href="http://www.vbforums.com/" class="l" onmousedown="return clk(this.href,'','','res','1','')"><b>VBForums</b> - Visual Basic and VB .NET Discussions and More!</a>
Notice the handled onmousedown event?
-
Apr 7th, 2008, 12:31 PM
#7
Re: Google's search method?
But I did do research. Did you see the piece of my post where it said "If you look at the source of the page, the search results are just plain hyperlinks"
When I did a search for "Test" I looked through the hyperlinks and only saw JavaScript on the ADs. Most of the ones I saw did not include JavaScript.

Is it browser dependant or something? Or were you looking at an AD?
Code:
<a href="http://www.test.com/" class=l><b>Test</b>.com Web Based Testing Software</a>
I grabbed that from the page's source when I did a search for Test. This is the code from the first result.
-
Apr 7th, 2008, 12:37 PM
#8
Re: Google's search method?
Actually, I'm even more confused now. It looks like the scripting is different when looking at it in Opera than IE 
Ugh, I give up.
-
Apr 7th, 2008, 12:40 PM
#9
Re: Google's search method?
Good idea.
-
Apr 7th, 2008, 12:45 PM
#10
Re: Google's search method?
 Originally Posted by kasracer
Actually, I'm even more confused now. It looks like the scripting is different when looking at it in Opera than IE
Ugh, I give up.
Check to see if they're attaching events rather than using inline events.
-
Apr 7th, 2008, 01:22 PM
#11
Re: Google's search method?
 Originally Posted by mendhak
Check to see if they're attaching events rather than using inline events.
I would but they compress their code which makes it difficult to follow. It looks like, at least in Mozilla and IE, that the code is generated inline. It appears that they may do it differently in Opera but I'm not that worried about it.
-
Apr 7th, 2008, 11:29 PM
#12
Hyperactive Member
Re: Google's search method?
Who cares? Google works. That's the bottom line.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|