what do you think the order of HTML tag parameters as below <link href="http://www.example.com/canonical-version-of-page/" rel="canonical" /> AND <link rel="canonical" href="http://www.example.com/canonical-version-of-page/" /> Is any issues in the order ? Thanks st
In my opinion the first one is the correct way of things : <link href="http://www.example.com/canonical-version-of-page/" rel="canonical" /> because when you add blank page, rel nofollow etc, you add them at the end, maybe in terms of html programing is ok, but who knows how google bot see these tags..