Saturday, June 26
Archival: Googlebot Alert
From:
Googlebot Alert:
Googlebot Alert
If you want to know when the Googlebot indexes your page, you can insert the following PHP code at the beginning:
<?
$email = 'yourname@example.com';
if( eregi('googlebot', $_SERVER['HTTP_USER_AGENT']) )
{
mail($email, 'Googlebot Alert',
'Google just indexed your following page: ' .
$_SERVER['REQUEST_URI']);
}
?>
(You need to replace the email address above with yours.)
I've got it working on my blog. Google indexes me everyday at around 3:40.
Relevant Link
Permanent link posted by bytehead @ 6/26/2004 09:30:00 AM
0 comments
0 Comments:
Post a Comment
Links to this post: