Ok here is my website smazs.com well i searched smazs on google just to see if im still ranked for the keyword is created (wich is the name of my website) Google Search I'm not even ranked for the name of the website smazs and i noticed on Rank #1 for My keyword (the name of my website) websneak.com that has the same content as my website Smazs.com Websneak Url: http://www.websneak.net/index.php?q=aHR0cDovL3NtYXpzLmNvbQ== I can say My website has been removed from the search with the keyword "smazs" due to content duplication. I dont know what to do.... i'm looking too see if my website has been removed from other keywords due to some link from websneak.net a lil help please... any idea o how i can fix this ??
Report this to google, This also happened to me - similar but I came back into the serps pretty quickly. I found my site in at least 2 places.
I know it isnt much of a benefit, but your site rank #1 in msn for keyword, Google is being crazy atm, alot of sites are disapering from SERP, my advice would be to wait a day or two. And try not to worry too much
http://64.233.167.99/ie?q=smazs&num=100&hl=en&lr=&filter=0 your #2, you have two versions of your url indexed... http:// and http://www. add Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^yoursite.com [NC] RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L, R=301] Code (markup): to your .htaccess file
Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^smazs\.com$ [NC] RewriteRule ^(.*)$ http://www.smazs.com/$1 [R=301,L] sure that doesn't work i have that on one of my sites and it works fine