Would you like to know how to create a robots.txt file for your website? Even better, would you like to know how to steal the best robots.txt files on the net? and how to hack into Google and The White house?
Ok, well read on…
Well first, I will explain what a robots.txt file is, and what [...] [...more]
This is the ultimate grave for a geek.
[...more]
It is great to see a business sign that is 100% honest.
[...more]
We get a lot of people contacting us and asking for an example of a good viral or buzz marketing video.
Enjoy: Viral Video
[...more]
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’, [...] [...more]