powerful search engine optimization
effective link popularity development

 

Below our informational pages about search engine marketing. All content provided by M. D. Conti, Search Engine Optimizer

--------------

Keywords

How to choose keywords

Keyword
prominence

SEO

The factors that play a role in your web site's ranking

Optimised
web-design

Search engines strategies

Optimized body description

Content is king

Invisible
text

Comment tag optimisation

Meta tag optimization

Title tag
optimisation

Hyperlink
URL tag optimisation

Alt tag optimisation

Getting your
PDF indexed

Alternative traffic promotion techniques

Copywriting

Creating effective body descriptions

Writing content: focus on your target audience!

Content is king

Writing a
business
website homepage

Actractive web
page titles

Links

Linking
tips

Linking
strategies

Trading
links

Link popularity development

Website's linking architecture

Automated linking software

16 rules for a good link exchange request

Pay per click

Pay-per-click: How to increase the
click-through-rate

Pay-per-click: PPC strategies

SEO versus PPC

Pay-per-click: PPC campaigns

Pay-per-click: Landing pages

Pay-per-click: PPC management

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

Pay-per-click: Google AdWords account structure

Pay-per-click: Yahoo Search Marketing (SM)

Yahoo SM
versus
Google AdWords

Domain names

Domain name strategies

Domain
registration
rules

Content
spidering

TDL: country top domain level

CIRCA technology: applied semantics to search engines

Latent semantic indexing (LSI)

Real simple syndication (RSS)

Block-level link analysis

Google

Google "jagger" update

Google "link" command

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
page rank

Google's sandbox: delayed inclusion of new websites

Google's penalties: getting penalized

Google's
sitemap
service

Google's
search
page

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

How search engines work

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

Web
Marketing
Plan

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

Site
defacements

Link in a
new window

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

Hexadecimal

Hexadecimal color codes

Decimal RGB color codes

 

Add a Link
Company Profile
Keyword Tracking
Search Engine Optimisation
Link Popularity Building
Pay Per Click - PPC
Links
Home

 

How can you automatically be informed by email
when Google visits your web sit
e

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.


Back to top

Home | Site Map | Contact Us | Price List | Webmaster | Company Profile | Add a Link

Price List
Site Map
Contact Us
Webmaster