I had set up an adsense tracking scheme in which I used a subdomain that was mirrored so I could easily track visitors sent in from different places. Now I noticed there is much duplicate content in search engines. I also notice that many people have linked to my subdomain instead of the main website. So now I have to try to redirect page rank and all pages that link to subforum. How can I redirect to main site. Do I have to use a 301 direct for everypage on my site in htaccess. Is this the best method to retain all the info and get everything straightened out? Yes I'm a dummy Thanks
well what i will say if this is initial phase, then you can redirect the domain to where ever you want... however if the linkbacks and the traffic is there, it is better to have your home page linked with the secondary domain. As this will bring the traffic to both. You just have to put some time and patience and do as the same way you are doing the work right now...
Here is something I found what do you think of it. Will it work? any drawbacks? Redirect entire domain: Redirect 301 / http://www.new-domain.com/ Note: The use of the "/" at the end of the redirected domain. This is necessary so that http://www.old-domain.com/page1.html will be redirected to http://www.new-domain.com/page1.html.