

--------------
Keywords
SEO
The factors that play a role in your web site's ranking
Hyperlink
URL tag optimisation
Alternative traffic promotion techniques
Copywriting
Creating effective body descriptions
Writing content: focus on your target audience!
Writing a
business
website homepage
Links
Website's linking architecture
16 rules for a good link exchange request
Pay per click
Pay-per-click: How to increase the
click-through-rate
Pay-per-click search engines list
Pay-per-click:
how to avoid click fraud
How to improve effectiveness in PPC
Pay-per-click:
How to chose keywords
Pay-per-click: Google AdWords account structure
Pay-per-click: Yahoo Search Marketing (SM)
Domain names
Content
spidering
CIRCA technology: applied semantics to search engines
Latent semantic indexing (LSI)
Google's ranking algorithm
part 1/4
Google's ranking algorithm
part 2/4
Google's ranking algorithm
part 3/4
Google's ranking algorithm
part 4/4
Google's
original
patent:
how Google
works
Google's sandbox: delayed inclusion of new websites
Google's penalties: getting penalized
search engines
How search engines evaluate relevancy when ranking search results
How to be informed when a search engine spider visits your site
How to instruct
spiders by means
of the head-tag
How to prevent
duplicate content
Australian search engines list
World major search engine list
Web searchers' behaviour: shocking web users' statistics
Listing expectations: how much better is ranking No. 1 versus No. 10?
web marketing
Seven reasons
why customers
don't buy
12 ways to exceed your client's expectations every time!
Market reseach for new online business
How to set up your best customer profile
12 tips to build
a new SEO
Career
How to market your website: five keys to web site marketing success
How to market your website: the five web marketing laws
How to market your website: miscellaneous marketing strategies
How to market your website: a mixed marketing media approach
miscellaneous
Are you cross-browser compatible? Learn how to do it
Javascript to let visitors bookmark your website
Why your web pages don't load fast enough
Javascript to open a link in a new window

Do you want to be automatically informed by email when Google's spider visits your web site? Here is a little piece of PHP code which recognizes spiders whether they visit your web page. It informs you by email when spiders have been there.
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']); } ?> |
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 ask Adrenalyn to submit your web site to all important search engines.
Adrenalyn 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.
Home | Site Map | Contact Us | Price List | Webmaster | Company Profile | Add a Link