Results 1 to 12 of 12

Thread: Google's search method?

  1. #1

    Thread Starter
    Hyperactive Member capsulecorpjx's Avatar
    Join Date
    May 2005
    Location
    Renton, WA
    Posts
    288

    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

  2. #2
    Hyperactive Member BillGeek's Avatar
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    440

    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 :

  3. #3
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863

    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!

  4. #4
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Google's search method?

    In the Soviet internet, Google searches you!

  5. #5
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Google's search method?

    Quote 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.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  6. #6
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    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?

  7. #7
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    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.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  8. #8
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    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.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  9. #9
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Google's search method?

    Good idea.

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Google's search method?

    Quote 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.

  11. #11
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Google's search method?

    Quote 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.

    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  12. #12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width