|
Search
Engine Optimisation Sydney > Search
Engine Marketing Optimisation
Googlebot
Came To Call - Search Engine Marketing & Optimisation
Article
Do you want to be automatically informed by email when Google's
spider visits your web site?
A search engine spider is an automated software program that locates
and collects data from web pages for inclusion in a search engine's
database. The name of Google's spider is "Googlebot".
If you have a web site that allows you to use PHP code then your
web pages can inform you when Google's spider has indexed them.
Ask your web space provider if you can use PHP code on your site.
If you can, add the following piece of code at the very beginning
of your web page HTML code, before the doctype declaration and before
the <html> tag:
<?php
$email = "you@example.com";
if(eregi("googlebot",$_SERVER['HTTP_USER_AGENT']))
{
mail($email, "The Googlebot came to call",
"Google has visited: ".$_SERVER['REQUEST_URI']);
}
?>
(Source: V. M. Marshalls weblog)
This little piece of PHP code recognizes Googlebot if it visits
the web page, and it informs you by email when Googlebot has been
there.
Of course, you have to replace "you@example.com" with
your own email address. The web page must end with .php and you
must be allowed to use PHP on your web site.
Note that a visit of the Googlebot doesn't mean that Google will
index your web site. Google will decide later if the visited page
is suitable for its database.
You can also use this code with other search engine spiders. To
be informed by email when Yahoo's spider visits your web pages,
replace "googlebot" in the example with "yahoo! Slurp":
<?php
$email = "you@example.com";
if(eregi("yahoo! Slurp",$_SERVER['HTTP_USER_AGENT']))
{
mail($email, "The Yahoo bot came to call",
"Yahoo has visited: ".$_SERVER['REQUEST_URI']);
}
?>
You can also do this with other search engine spiders. You can
get a list of search engine spider names here.
To invite Google, Yahoo and other major search engines to visit
your web site, you have to submit your web site to these search
engines. You can either do this manually or you can use IBP
to submit your web site to all important search engines.
IBP not only helps you to submit your web site to search engines,
it also helps you to optimize your pages so that search engines
rank your web pages higher.
Copyright by Axandra.com
Internet
marketing and search engine ranking software
Search Engine Marketing & Optimisation Article
Get Your Site To The Top of the Search Engines!
Find out how Seo-Xpress can get your site into the top results when someone searches for your keywords |
| If you are serious about improving your sites' web position in Google, Yahoo & MSN by Search Engine Optimisation, simply submit your first name and email address in the form below to receive further information RIGHT NOW. (Check your email in a few seconds) |
| |
|
|
Find out how Seo-Xpress can get your site into the top results of Google, Yahoo & MSN |
|
Submit your details in the form below to receive further information RIGHT NOW |
|
|
|
Latest Services
Learn how search engine optimization can get your website to the top of Google, Yahoo and MSN.
Submit your website to the search engines and directories worldwide.
Submit Your website To The Top 20 Search Engines and Directories For Free
Get Listed Fast with our Priority Paid Inclusion Services To All The Fee Based Engines And Directories
Useful Resources
Search Engine Optimisation Basics. An easy an affordable guide to SEO
Making Money with Google Adwords.
How to Turn Tiny Ads into Big Profits!
Webmasters
Add Your URL By Pasting our code on your site
Webmasters submit an article for possible inclusion in our Articles directory
Become an Affiliate and Earn Cash by referring visitors to our site
Read our Terms of Use, Disclaimer and Privacy statements
|