I am currently trying to analyze the traffic of a website.
Besides specifics regarding the requested resource and timestamps, the tracking system only provides the request's HTTP referrer.
In most instances the referrer is null. Given that the website in question has an ssl certificate, can I assume that this traffic is mostly due to web crawlers?
If the referral data is not enough, what additional (accessible) data can I gather to identify web crawlers?
Thanks