Helloo one of my sites are dropped from google when i try to search in google "www.site.com" can i ask, what can be the reason of this. 1. penalty 2. hitjacking 3. long time problems with host and dns 4. 5. i don't sure, but it may be 1. duplicate content filter ?????? 2. 3. pls add, what other reasons you know, when trying to search www.site.com give u "sorry, no information" btw site:site.com give ~50 000 results and Gbot visit and index pages every day. thx
Which url is it that you are having a problem with. We can all take a look to help out if we know which one you are having the problem with.
You are redirecting your home page to http://www.dental.am/index.php - this is your problem. http://www.dental.am/index.php exists in google's index, http://www.dental.am/ does not. Always keep your home page as http://www.dental.am/ - no need to show the index page. Always link to your home page using http://www.dental.am/
1. yes. but i'm redirecting with 301 redirect 2. http://www.dental.am/ is in google index too (but not in "www.domain.com" search) so i don't think that u are right
http://www.google.com/search?source...GLD,GGLD:2005-16,GGLD:en&q=site:www.dental.am I just did a search and I came up with 54,400 listed results. Seems like you are in there to me.
as i said above .. site:dental.am give 54k results but try "www.dental.am" wihtout quotes and u will see .. sorry no information
if you have SERPS problems then see http://validator.w3.org/check?verbose=1&uri=http://www.dental.am/index.php open tags may make a bot believe to have NO text and hence nothing to index after open tags clean your code for clean results in SE it never is only about finding a page but also about correctly READING a page by bots for clean successful processing leading to correct SERPS you have too many code mistakes that cause a bot to get messed up. in some situations ONE single mistake may mess up the entire page up to the end tag of the body
2 phoenixcarpet check this link and u will understand what i mean. http://www.google.com/search?hl=en&q=www.dental.am&btnG=Google+Search
about validator ok i'll check it once again. for example u can view errors for yahoo.com http://validator.w3.org/check?verbose=1&uri=http://www.yahoo.com
alexo, I see what you mean. I can only come up with a couple of answers for you on this one. 1. Your homepage shows up as http://www.dental.am/index.php when I go to your site so I searched that url in google and the only thing that came up was this www.souz.co.il/internet/link/link-a-33007/ Now the interesting thing is that this url pointed directly to your hompage as well. So google must be confused about which listing is your homepage. 2. Yes the www.dental.am doesnt show up, but you are srill listed so I wouldnt worry. The url they have for your homepage still points to your site. Hope this helps you out.
Again, there is your answer. You are "telling" the SEs that http://www.dental.am/ is now http://www.dental.am/index.php That is why www.dental.am does not show any results when entered into Google. In may opinion, you are playing a dangerous game with the SEs by 301 redirecting http://www.dental.am/ to http://www.dental.am/index.php They get confused very easily.
i don't redirect http://www.dental.am/ to http://www.dental.am/index.php ~! the only 301 redirect i have from index.html to index.php (because some 2-3 old backllinks +>on index.html) if u check google guide page, u'll see .. that google recomend to use this redicect instead of others. but unfortunately, i don't sure that he understand it on 100% :-( G loss my cononical page 4 months , and during this period google 3-4 times as canonical page ( www.dental.am ") give result 2-3 years old homepage [dental.am/nnews/] on which is 301 redirect. that's why u may be right ...
Everyone is missing the point. He's trying to search for his domain but no results come up. The site: shows plenty of entries. Simple explanation IMO is that his domain is NOWHERE written out. It's like searching for OUHOYW76648YOHS32423YH32423WOHSIOHW, no one has ever written it before so no results show up. Try again tomorrow and this thread will be a result.
btw can this link www.souz.co.il/internet/link/link-a-33007/ cause any problem for me ? (something like hijacking .. ) i check headers of this page HTTP/1.1 302 Found Date: Wed, 20 Jul 2005 18:44:45 GMT Server: Apache/1.3.33 (Unix) mod_accel/1.0.31 mod_ fastcgi/2.4.2 PHP/4.3.11 Location: http://www.dental.am/nnews/ Connection: close Content-Type: text/html; charset=iso-8859-1
u are absolutely right. it will be very nice there are a lot of backlinks to http://www.dental.am/ (dmoz, yahoo dir , etc) no ... it's something else
Are you sure? If you enter http://www.dental.am/ in your browser, you are immediately redirected to http://www.dental.am/index.php. Not sure if if goes http://www.dental.am/ > http://www.dental.am/index.html > http://www.dental.am/index.php, but the fact is, you end up on index.php
Apache normally makes a html page default before the php so if you have a 301 for the .html then basically it's the same as root being forwarded. I suggest you use htaccess and make the .php the index page over the .html.