Click to See Complete Forum and Search --> : why my homepage is not appear when i google it?


costas210012
06-10-2005, 05:56 AM
why my homepage is not appear when i google it?

for example there is a word "asasdsasd"
into my homepage and when
i google the word "asasdsasd" , my homepage is not appear

edcellgavin
06-10-2005, 06:12 AM
it means that the search engine haven't index it yet... search engines have to know first that your site exists by spidering (following) links or asking them to search your site...

justsomeone
06-10-2005, 06:13 AM
Google needs to know about your page before it can index it:

http://www.google.com/addurl/?continue=/addurl

costas210012
06-10-2005, 06:21 AM
thnx!!!
is that happen to all search engines??

justsomeone
06-10-2005, 06:56 AM
All search engines can find out about your page in two ways:

1. You tell them about it

2. Someone else does

For option 1, you browse throught he search engine site for a "submit your site" link. Or you can search for "site submission" tools which will automate the process for you. Some search engines dislike these tools.

For option 2, you need to get other sites which the search engine already knows about, to link to your site. Then, the next time the search engine's spider visits your site it will follow the link and discover your site.

dalecosp
06-10-2005, 11:22 AM
Well, there may be more to it than that, actually:


You might start at:

http://www.google.com/webmasters/

:)

[513] Fri 10.Jun.2005 8:26:41
[kadmin@archangel][~] cat scripts/spell
#!/usr/local/bin/php
<?php

$link=pspell_new("en");
$verify=pspell_check($link, $argv[1]);
if ($verify) {
echo "OK!
";
} else {
echo "WTF is that?
";
}
?>
[514] Fri 10.Jun.2005 8:26:44
[kadmin@archangel][~] spell asasdsasd
WTF is that? :D