Page is a not externally linkable
- Google
-- Google SEO News and Discussion
---- Index Page not in Search Results anymore PR6 to PR3


deezin - 11:41 pm on Jan 9, 2008 (gmt 0)


Thanks for your help.This is the redirect I did - basically:

example.com now goes to www.example.com
example.com/index.html now goes to www.example.com
www.example.com/index.html now goes to www.example.com
example.com/directory/ now goes to www.example.com/directory/
example.com/anyfile.html now goes to www.example.com/anyfile.html

I used the following to do this:

Options +Indexes
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example\.com
RewriteRule ^(.*)$ http://www.example.com/$1 [R=permanent,L]

RewriteBase /
RewriteCond %{REQUEST_FILENAME}!-f
RewriteCond %{REQUEST_URI}!(.*)/$
RewriteRule ^(.*)$ http://www.example.com/$1/ [L,R=301]

RewriteCond %{THE_REQUEST} ^.*\/index\.html?
RewriteRule ^(.*)index\.html?$ http://www.example.com/$1 [R=301,L]


Thread source:: http://www.webmasterworld.com/google/3542394.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com