0
It’s time to know when Googlebot visits your web page
Everybody want to know when Googlebot has visited to your site?
I use little piece of script that shows when Googlebot comes around my site to visit by sending an email to me.
<?php
if ( strpos( $_SERVER['HTTP_USER_AGENT'], ‘Googlebot’...
