Experiment: Redirecting all inner pages to main domain

pokerente

Regular Member
Joined
Apr 12, 2010
Messages
347
Reaction score
100
Somehow I managed to get around 5000 autoblog articles indexed in Google.
Since many of them have a nice amount of backlinks I'd like to redirect all the inner pages of the website to the main domain.

Somehow got an idea how to do this with .htaccess?

Would be very interesting to see how it will effect the rankings of that website for its main keyword :)
 
Around 100 uniques per day.
It's not really about redirecting the traffic but more about bringing all the linkjuice to the main domains root :)
 
You would be better off just doing an html link great big for visitors to the home page rather than mess with redirects.
 
not sure but remove content of inner pages and add in .htaccess:
Code:
ErrorDocument 404 *

cant post links but replace * with your url.
 
Back
Top