Wrong html markup for link rel canonical
-
change this:
<link rel="canonical" content="example.pl">'
to this:
<link rel="canonical" href="example.pl">'
otherwise google is not seeing this canonical link.
And than plugin is ok.
- The topic ‘Wrong html markup for link rel canonical’ is closed to new replies.