- Issue created by @borisr
- 🇳🇱Netherlands borisr
After further investigation, it appears that the reported issue only occurs when the rendered output contains no internal links.
Reproduction / Testing:
- Using a default Article content type (with "Display author and date information" enabled): issue does not occur.
- Using a default Page content type (with "Display author and date information" disabled): issue does occur.
- Using a modified Article content type (with "Display author and date information" disabled): issue does occur.
Removing the wrapping
<article>
tag from the rendered output appears to resolve the issue in all tested scenarios and results in the expected SEO score.