Pagerank different on www and non www

mark9510

Regular Member
Joined
Feb 7, 2009
Messages
309
Reaction score
36
I need help because majority of the links I get to my site are to www.techdare.com but there are no pages on that site so Its PR is 2 meanwhile I have techdare.com which has less links to it and has all of my posts but has a PR of 1. How can I set up a redirect to get everything on techdare.com to go to www.techdare.com/*
 
research redirect via htaccess

Code:
http://www.webweaver.nu/html-tips/web-redirection.shtml
 
Will the 301 redirect also carry over my PR
 
go for 301 and NOT 302 or you will be screwing yourself
 
I am not sure but I have read somewhere that backlinks can be transferred with a 301 redirect. It is something I would like to tested but I don't think it works.
 
A 301 redirect would fix the problem. Just like @trax said, you need make sure it is proper 301 and not 302.

301 redirects will pass on all link value/juice. Depending on whether your hosting is Apache or IIS, the way to setup a 301 redirect is different. Just do a quick search on Google to find some tutorials....
 
Back
Top