Forum Moderators: martinibuster
I believe they are not counted together.
Use the following command on your site log file to determine the number of visits from various bots [Don't forget to go to the log file directory]:
1. grep Googlebot domain-access-log -c
[which will give you a total count for the particular bot]
2. grep Googlebot domain-access-log >> /www/htdocs/domain/google.html
which print the result in the path and file specified and then you can check it via browser.
You can do so by doing ssh to your site via a ssh client.
Hope that helps.