Categorized | Search Engine Watch

How To Get Text Updates of the Google Bot

Posted on 05 November 2007 by DeanHunt

Tired of checking your Google rankings and index updates every hour? Wouldn’t it be cool if you could get your server to send a text message to your phone when the Google-Bot is visiting?

Here is how you can do it:

if ( strpos( $_SERVER[’HTTP_USER_AGENT’], ‘Googlebot’ ) !== false )
{
// Send Alert To:
$mobile_address = ‘yournumber@txt.att.net’;

// Send Message
mail($mobile_address,’GoogleBot’, ‘GoogleBot is surfing your site!’);
}

Using a simple STRPOS to check the user agent for GoogleBot, if it comes back valid we just send the message. Now, each carrier has separate domains for their phone accounts. AT&T/Cingular for example use cellnumber@txt.att.net. Where cellnumber is obviously your cell phone number. Using this email address will send a txt message to your phone with an alert when GoogleBot comes to visit.

As seen on smmguru

Note: If you don’t have access to a mobile subscriber email account you can use an online gateway - http://www.txtlocal.com and sent a message to mymobilenumber@txtlocal.co.uk

1 Comments For This Post

  1. Steven Henderson Says:

    Looks like PHP to me so needs embedding in some tags.

    How do you keep the script running on your server? Or is there some sort of wake-up call when Googlebot arrives?

    Steve

Leave a Reply

This is a viral video from Youtube that is getting a lot of attention.

I will let the author set the scene:

It was back in Oct 2005.

My wedding was about a month to go and I decided to make a memorable event for my future wife. But, I and she were working and due to preparation of wedding, I didn’t have enough budgets for expensive proposal. While I was considering for the event, I remembered what she said in the past. “Wow it would be great if I can get a chance to go in the room with full of yellow post it just like Sang Sang Plus” (Sang Sang Plus is one of the famous talk show (TV program) in Korea and they prepare a room with full of yellow post it - questions from fans to famous celebrity)

I wrote all the happy memories that I had with my wife in 5,940 post it. It took me 4 days & 5 nights to write everything and post it in the bathroom. (I tried main living room first, but, due to surface of wallpaper, I had to change the place) Once we back from honeymoon, we took all the post it off and kept it in the box until now.

Recent Videos



Michael Dunlop shows people how to Make Money Online, Top make money as a blogger website - includes free eCourse. Check out today.