Replies: 0
Hello, I need to make an Exception for rel = “canonical”, I need my domain to be complete in this part. At present it is shown in this way:
<link rel = “canonical” href = “// mydomain.com”>
and I would like it to be shown like this:
<link rel = “canonical” href = “https://mydomain.com”>
For SEO issues it is advisable to show the full link or the preferred version on the canonical label. Can anybody help me?