Re: Am I banned from Google?
Well your not banned... but in a Googlefark
Now a googlefark is not a good thing,,,,however it can be fixed.
You see as things are now, Google sees three versions of your site
Results 1 - 1 of 1 for site: h ttp://ww w.teddywear.com
Results 1 - 10 of about 589 for site: w ww.teddywear.com
Results 1 - 10 of about 469 for site: teddywear.com
[spaces added above to prevent urls from linking]
The top results are in supplemental results, due to the fact that Google thinks it is a dupe of one of the other two URls.
Being as your on an linux box if you have access to the htaccess file you can add this code to resolve the issue however it should be noted it will take months for Google to straighten out.
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} !^teddywear\.com [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^/(.*) http://www.teddywear.com/$1 [L,R]
Another issue you seem to be suffering from is unfriendly URLs ....you should find someone to rewrite those also through the .htaccess file to something more search friendly.
Hope it helps
|