How can we solve Canonicalization issue ?

Started by krishnanayak, 03-12-2016, 04:39:55

Previous topic - Next topic

krishnanayakTopic starter

How can we solve Canonicalization issue ?


brknny

You can resolve this issue by using .htaccess file.


RH-Calvin

My preferred method and a pretty air tight solution for canonicalization problems is using 301 redirects. A 301 redirect is a permanent redirect from one URL to another, using a 301 redirect will carry over any link authority from one URL to another, even from a different domain!

TomClarke

Here I found an article http://www.trickyenough.com/canonicaliztion/
where you can find the information about cannonicalization issue!