Forum Moderators: open
Nice, thanks!cat access_log ¦ grep googlebot ¦ cut -d"[" -f 2 ¦ cut -d":" -f 1 ¦ uniq -c
cat access_log ¦ grep googlebot ¦ cut -d"[" -f 2 ¦ cut -d"/" -f 2- ¦ cut -d":" -f 1 ¦ uniq -c (Probably pretty obvious to most people, but if you want to count all visits instead of just GoogleBot, simply remove the
[1][b] "grep googlebot ¦ " [/b][/1] bit)
I had thought the deepbot IP was 216.239.46 but I havn't seen him at all despite 1,700 indexed pages.
The back links are one of my main concerns, I thought google directory would be in step with dmoz but it doesn't seem to have been updated for a couple of months. It also hasn't picked up my Yahoo listing yet.
I've just checked my logs and I havn't seen 203.27.237.122 at all.
EX030701.LOG: 6111
EX030702.LOG: 7967
EX030703.LOG: 7043
EX030704.LOG: 3792
EX030705.LOG: 2646
EX030706.LOG: 4156
EX030707.LOG: 8725
EX030708.LOG: 10020
EX030709.LOG: 8039
EX030710.LOG: 7773
EX030711.LOG: 7151
EX030712.LOG: 2682
EX030713.LOG: 4159
But since they stopped using the deep bot IPs, I don't understand how to determine whether this activity is fresh or deep. Can anyone explain this?
P.S. I used the "DOS" FIND command to get these counts:
find /c "googlebot" *.log >google.txt