Forum Moderators: open
Site had been there for a year. No tricks, great content, design. Link exchanges, paid links.
PR used to be 8 now it dropped to 6, but no where to be found unless you type domain name, domain.com or the full title of my site.
Any help will be appreciated
Move that site to another host. It can't be confirmed but Google doesn't like other hosts as well.
wanna_learn - is that site on the same host as your other 4?
In the meantime, I negotiated 20 more strong links and checked to see if Googlebot came by. It did. It hit the front page 128 more times since it was lost. I even managed to move from a PR4 to 5 around Oct. 26, thus confirming that Google didn't have a problem with the site.
But still, the site was nowhere to be found and I contemplated sending corpse sniffing dogs out to go look for it.
36 hours after dumping godaddy and changing the NS, it was back in. This was no coincidence.
Dumping godaddy.com didn't cost me anymore then it did with my new host. It only cost me about 1 hour of time. It was a gamble but at that point, I had nothing to lose because the situation just wasn't going to get any worse.
True, it's only my front page and about 10 percent of my 158 interior pages, and my ranking is gone, but I am just thankful for the small miracle of seeing that front page back in Google. I am confident that in another 2 weeks or so, all the pages will be back in and I will regain the top 10 ranking I had.
Okay so all things being equal(=)
site1 with a link from a page that has "totally hypothetical anchor text" only in the ANCHOR text.
site2 with a link from a page that has "totally hypothetical anchor text" scattered all over the page.
Site 1 wins? Is that right? Did I make my question as clear as mud?
I read your comment about godaddy.. and precisely, I have one of my site's with godaddy and facing the same probles of not being cached and listed in Google results with no title and description.
After a small analysis, I found that even godaddy has no title and description in google (just type their url in google search box and see for yourself).. I guess you are right.. this has some thing to do with godaddy, who now are placing a gdform.php file on every client's server.. (I am not sure what this file is.. and if this is the same with you.. just check it and let me know!)
With warm regards
Rajiv
crawler10.googlebot.com - - [02/Nov/2003:23:25:55 -0500] "GET /robots.txt HTTP/1.0" 302 311 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler10.googlebot.com - - [02/Nov/2003:23:25:59 -0500] "GET / HTTP/1.0" 200 10958 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler10.googlebot.com - - [02/Nov/2003:23:26:00 -0500] "GET / HTTP/1.0" 200 10958 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler14.googlebot.com - - [02/Nov/2003:23:46:04 -0500] "GET /internet-video-conferencing.htm HTTP/1.0" 200 7294 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler13.googlebot.com - - [03/Nov/2003:00:10:22 -0500] "GET /dsl_disclaimer.htm HTTP/1.0" 200 6406 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler14.googlebot.com - - [03/Nov/2003:00:22:44 -0500] "GET /dsl_privacy_policy.htm HTTP/1.0" 200 8123 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler13.googlebot.com - - [03/Nov/2003:00:36:25 -0500] "GET /new-articles.htm HTTP/1.0" 200 9383 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler13.googlebot.com - - [03/Nov/2003:00:43:51 -0500] "GET /dsl_service_providers.htm HTTP/1.0" 200 7922 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler10.googlebot.com - - [03/Nov/2003:00:56:47 -0500] "GET /wireless--dsl-routers.htm HTTP/1.0" 200 8278 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler11.googlebot.com - - [03/Nov/2003:00:57:30 -0500] "GET /partner-sites.htm HTTP/1.0" 200 11224 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler10.googlebot.com - - [03/Nov/2003:00:58:18 -0500] "GET /site-map.htm HTTP/1.0" 200 10038 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler10.googlebot.com - - [03/Nov/2003:01:01:49 -0500] "GET /high-speed-satellite-internet.htm HTTP/1.0" 200 9219 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
crawler10.googlebot.com - - [02/Nov/2003:23:25:55 -0500] "GET /robots.txt HTTP/1.0" 302 311 "-" "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"
This line is suspicious, there seems to be a redirect from /robots.txt to another page.
Did you install this on purpose?
The rest looks good though (200 as response).
But I discovered a problem:
Your server is setup to deliver a 302 (temporarily moved) with the top domain as the new location for every request that can't be fulfilled. This is abnormal behavior for a server.
This is simply not the right thing on the web. A web server should deliver a 404 if a resource could not be found. The way your server handles the robots.txt request is that it says to Googlebot: It's not there, please take "/" as robots.txt. This really could lead to strange results.
Try it out. Go to the server header checker and type in bogus URLs (located under your root domain) and see which response you get. It should be 404 for non-existing documents, but in your case it's not.
Zapatista, have you tried this yet? Anyone else have any thoughts? Good eye, dirkz. Thanks.