Page is a not externally linkable
andrea99 - 9:54 pm on Jul 28, 2005 (gmt 0)
This is the ONLY "major" change that I made to my Directory site that was deleted... added a 301 redirect using coding someone here recommended:
RewriteEngine ON
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
I also made this exact change recently and it was the first thing I changed back this morning when my site (a directory) disappeared from Google. I admit it may be something else entirely but if a few more of those dropped added this code to their .htaccess we may have a pattern. I hope so, because at least that was easy to fix.