Get an email When Google Crawls Your Site
-
Hi friends here is the php code to know whenever google crawl your website.
it automatically sends you an email on your email id.< ?php
if ( strpos( $_SERVER['HTTP_USER_AGENT'], ‘Googlebot’ ) !== false )
{
// Your email address
$email_address = ‘you@yourdomain.com’;
// Send yourself an email
mail($email_address,’Googlebot Alert’, ‘The Googlebot has visited your page: ‘.$_SERVER['REQUEST_URI']);
}
?>If you have any query feel free to contact me
5 Comments
Leave a Comment


March 9th, 2010 at 10:28 pm
any same code for asp server or in asp script
August 1st, 2010 at 11:11 pm
I would like to exchange links with your site http://www.gossiplime.com
Is this possible?
August 9th, 2010 at 8:21 pm
Find here a nice article to get google crawl intimation when google crawls your website.
August 9th, 2010 at 8:25 pm
Oops pasted a wrong link
Find here a nice article to get google crawl intimation when google crawls your website.
August 9th, 2010 at 8:52 pm
Get google crawl intimation when google crawls your website.