My website was on the top position in Google not long ago. Now its main page is not being indexed and not shown in SERPs at all, though other pages are shown and indexed. Do you know why could this happen? Please help...
I might be barking up the wrong tree but Yahoo! indicate some kind of mysql/php error on the home page. Maybe last time Google attempted to crawl that page it couldn't.
</wildDarkStab>
the 404 page returns a 302 response which can be a huge problem if not dealt with.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System
something that shows up on a site: search is you are allowing search results to be indexed. This can be a big problem as it can create duplicate URLs to content.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System
I might be barking up the wrong tree but Yahoo! indicate some kind of mysql/php error on the home page. Maybe last time Google attempted to crawl that page it couldn't.
</wildDarkStab>
It seems that there were some problems with my server. But it might last not more than 5 minutes as I really trust my hosting provider
the 404 page returns a 302 response which can be a huge problem if not dealt with.
Could you clear it up? I do not fully understand what you are talking about. There is a line ErrorDocument 404 www.my-site.com/404.php in .htaccess file. And if somebody types incorrect URL it redirects to 404.php page.
something that shows up on a site: search is you are allowing search results to be indexed. This can be a big problem as it can create duplicate URLs to content.
I fixed it and hid search.php in robots.txt from all search engines. I did correct? Or there are any other ways?
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System