Forum Moderators: phranque

Message Too Old, No Replies

backtracking?

         

lucy24

12:21 am on Jan 24, 2012 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Yes, moderators, feel free to change the title. But note that I'm not asking about backlinks per se.

#1 Search engines find pages by following links.

#2 Your logs say where your visitors came from, even if the source page is completely un-linked, un-indexed, thoroughly invisible. So you now know it exists. (I'm talking of course about human visits from real places, not robotic fakery.)

Question: If you've got a program such as Google Analytics that gives a third party access to this same information, does the third party now know that the source page exists? That is, do they backtrack from B to A if all they "officially" know about is B?

phranque

3:10 pm on Feb 17, 2012 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



the document.referrer property is part of the DOM and is therefore available to javascript (i.e google analytics) assuming the visitor isn't blocking the HTTP Referer Request header or referred from a page using secure protocol.