| Share | Tweet |
Canonical URL issue is one of the most common issues in websites which results in under performance of a website and if corrected can give your website the competitive advantage over your competitors.
Canonical URL’s are basically different URL’s which point to exactly the same page on a website. Normally these url’s occur due to carelessness or lack of knowledge of the person/company who made your website and if you are getting SEO done and your seo company was unable to figure it out its a BIG blunder on their part. Matt cutts from google has explained this issue here : http://www.mattcutts.com/blog/seo-advice-url-canonicalization/
Some Common examples of Canonical URL’s and how does it effect your rankings :
Now as you can see both the url’s www.bluewigets.com and www.bluewigets.com/index.html contain exactly the same content but google will consider them as 2 different pages. This can result in distribution of authority of your page into 2 pages which is actually a single page.
This can also lead to duplicate content issue as google will think that both of these different pages contain duplicate content.
I have seen some very big company websites having this issue when we started working on their websites.


Canonical URL issue can be corrected by doing a 301 permanent redirect from different variations of your page to the variation you like the most. For example in the case when you have canonical url’s as www.bluewigets.com and www.bluewigets.com/index.html you can 301 redirect www.bluewigets.com/index.html to www.bluewigets.com
*I recommend that professionals should handle 301 redirects but those who like to DIY here are the details
I ll explain you the method of doing 301 redirect for the case where your website has both www and non www versions.
We can do a 301 redirect by writing a piece of code in the .htaccess file on the server (its located in the root folder on the server). If the file does not exist you can create one and upload it into the root folder of your server.
The code mentioned below will redirect non www version to www version of your site :
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^sitename.com [nc]
rewriterule ^(.*)$ http://www.sitename.com/$1 [r=301,nc]
I hope our visitors are able to make use of this article and grow their organic traffic by figuring out the canonical URL issue and then getting it corrected.
Feel free to contact us in case you have any doubts and we will be happy to help, You can also fill in the Free SEO consultation form and we will be happy to give a detailed seo proposal where we will point out all the technical issues and also propose a plan which you should follow to reach top of google for your target keyowrds.
12.34.09 at 12:34 pm |
[...] Dynamic URL: – Dynamic URLs were very risky with SERP point of view, because they can cause Canonical URL Issue, and hence are not favoured by Search Engines. Typically Static URL Rank in SERP is better than [...]