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   Edit this entry 0 comments Links to this post

0 Comments:

Post a Comment

Links to this post:

Create a Link

 

Article Index

Archival: Googlebot Alert
Copyright © 2003-2010, Bryan Price. Licensed by Creative Commons License: Creative Commons License
Home| This page| Colophon| Disclaimer| Privacy Statement