Forum Moderators: DixonJones
[edited by: rogerd at 1:18 am (utc) on June 22, 2005]
[edit reason] examplified [/edit]
My experience is that most, but not all visitors without referrers are bots. But that is declining as more and more 'human' visitors are blocking referrer. The best way to determine if something is a 'well behaved' bot is to check for requests for the file robots.txt. The almost as good way is to read the agent/browser string.
As an aside, I read your question originally as "How many visitors who are referred from search engines have no referrer". The reason I stated 100% is because they would still have been referred from search engines.
As reality sets in you will find that you have to look at a series of requests to determine if a specific visitor is a human who typed something in directly, a human who came from a search engine without allowing referrer headers, a well behaved bot who asks for robots.txt, or a rogue bot who just downloads your content.
Good luck!
Larry
Maybe you could go and install a javascript based page counter/tracker on your pages for a few days (just find one with a 30 day free trial) and compare the difference in the number of unique visitors the system says.
Javascript tracking is better at identifying humans, because bots tend to ignore the javascript.