I'm not sure if this is a converter issue or a Roq issue, but since they live in the same repo, raising this here while I figure which code to blame. :)
The lighthouse reports SEO ranking for quarkus.io dropped from 92 to 75 after conversion.
Before:
After:
There are no further details on Document does not have a valid rel=canonical Is not an absolute URL (/).
The hreflang seems to be something about translation:
head > link
<link rel="alternate" hreflang="en" href="NOT_FOUND" />
Relative href value
head > link
<link rel="alternate" hreflang="pt-br" href="NOT_FOUND" />
Relative href value
head > link
<link rel="alternate" hreflang="es" href="NOT_FOUND" />
Relative href value
head > link
<link rel="alternate" hreflang="zh" href="NOT_FOUND" />
Relative href value
I'm not sure if this is a converter issue or a Roq issue, but since they live in the same repo, raising this here while I figure which code to blame. :)
The lighthouse reports SEO ranking for quarkus.io dropped from 92 to 75 after conversion.
Before:
After:
There are no further details on
Document does not have a valid rel=canonical Is not an absolute URL (/).The hreflang seems to be something about translation: