-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
HTML markup on documentation pages contains incorrect <link rel="canonical" ...> elements:
curl -s 'https://firewalld.org/documentation/' | grep 'link rel="canonical"'
<link rel="canonical" href="/documentation/">
<link rel="canonical" href="firewalld.github.io/documentation/" />
- There should be just one canonical link.
- Second link is treated as relative to
https://firewalld.org/documentation/, sohttps://firewalld.org/documentation/firewalld.github.io/documentation/is certainly an error. Likely, having a dedicated domain, you do not want to considergithub.iois the primary location.
Perhaps the theme used to generate documentation should be fixed to avoid github.io links.
Metadata
Metadata
Assignees
Labels
No labels