I have put a 301 redirect in place which direct SEOs to prefer the root path… https://domain.com instead of unsecure http://www.domain.com. That’s all fine.
To accompany that it is required to insert the root path inside the of the Home page (index.html). When entering this:
<link rel="canonical" href="https://domain.com/">
in the Page inspector > Extended HTML Attributes, either in Name or Value field, Xway places the code incorrectly like this:
<head ="<link rel="canonical" href="https://domain.com/">">
It should correctly be inserted thus:
<head>
<link rel="canonical" href="https://domain.com/">
Am I doing something wrong in the Extended HTML Attributes?
Thanks,
Adrian