Hi everyone, For any given page on my site...
Given that a link to the page in the Google index can appear in the form: [somedomain.com...] (fictional) and given that a link from inside my web pages to the same page can also appear the same way....
Is there some way for me to tell when a visitor comes to a given page on my site from clicking on a Google search verses by clicking on one of the internal links on my site?
Without relying on the HTTP_REFERER variable which is notoriously unrealiable and not always set by all browsers? For example I have Opera set to never give out referrer info.
As far as my site is concerned a URL request from Google looks the same as a URL request initiated by clicking on one of the links on my site pages.
Does anyone know of a technique to differentiate them reliably?
Thanks.
Carlos