Hello Dp Members, I have a Pagerank site which is PR3 with www and PR0 without www.So this means the site is half PR3 and half PR0 and to make Full PR3.I have to do do redirection.So to which i have to do redirection-without www or with www. And how to do Redirection? Anyones Help will be appreciated. Thank You. Cheers, Card
you should use 301 Permanent redirect. you can use cpanel control panel to set such redirect which will help you in SEO
You can check backlinks of your website with www and without www. Then decide which one you will prefer for permanent redirection. For redirection, you can set htaccess rules if your site is in asp.net or php or html.
you can redirect your non www version to your www version. <? Header( "HTTP/1.1 301 Moved Permanently" ); Header( "Location: http://www.new-url.com" ); ?> For More Information: http://www.webconfs.com/how-to-redirect-a-webpage.php