Make Money Online at Bloooe.com



Report GoogleBot Visits Script



I have written tutorial about Google SEO optimization before and now i have prepared small script that will send you report by email whenever GoogleBot crawls your web sites pages.

Why is this important?
Well you want to know when Google spidered your web site because if for example you made some changes to web site code (for SEO purposes for example) you need to know when Google indexed that new page so you can check out effects in SERPs (Search Engine Results Pages).

How to use script?
Make changes i listed below and just add this code to each page of web site you want to be reported, simple as that :)

- Change "Your_email_address" with your email adress.
- Optional Change: You can change this "Googlebot just visited this page: " with some other line.

Source Code
<?php
if (strstr($_SERVER['HTTP_USER_AGENT'], "Googlebot")) {
$body = "Googlebot just visited this page: " . $_SERVER["PHP_SELF"];
mail("Your_email_address", "Google Alert " . $_SERVER["PHP_SELF"], $body);
};
?>

More free tips and tools for webmasters at Bloooe.com



More good sites: Mortgage Loan Basics - Free Pics Upload - Tennis Wallpapers - Celebrity Wallpapers
Basketball Wallpapers - Golf Wallpapers - Epic Mythology - Figure Skating Wallpapers

Copyright © 2007 Make Money Online - Scripts used Copyrights