2010-11-07, 08:04 AM
Don’t Forget Canonicalization:
If you want to maximize your search engine results while also improving your ability to track your site’s traffic, then you need to ensure that your pages aren’t being counted more than once. Your home page may be coming up in different ways as http://yourdomain.com, http://www.yourname.com and http://www.yourdomain.com/index.html. This can confuse the search engines and impact your tracking stats. Use 301 redirects to move your pages to one home page, and fix any issues with other pages on your site as well.
i just want to know how can i do this? i am on windows hosting, does it required some sort of plugin or i need to perform this from my hosting control panel?
i found this from some where, first tell is this a correct code, if yes then tell me where to place this code
If you want to maximize your search engine results while also improving your ability to track your site’s traffic, then you need to ensure that your pages aren’t being counted more than once. Your home page may be coming up in different ways as http://yourdomain.com, http://www.yourname.com and http://www.yourdomain.com/index.html. This can confuse the search engines and impact your tracking stats. Use 301 redirects to move your pages to one home page, and fix any issues with other pages on your site as well.
i just want to know how can i do this? i am on windows hosting, does it required some sort of plugin or i need to perform this from my hosting control panel?
i found this from some where, first tell is this a correct code, if yes then tell me where to place this code
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>