Open
Description
So I used this netlify plugin and on building the repo, I received errors of this nature. Usually it marks the page title and the link. Below is some of the errors extracted.
6:32:42 AM: [ (../../..)] error 1: A title should be provided for the document, using a non-empty title element in the head section. (<head><script>start("/");</script>
6:32:42 AM: <s...</head>)
6:32:42 AM: [ (../../..)] error 1: The html element should have a lang or xml:lang attribute which describes the language of the document.
6:32:42 AM: [ (error:/chromewebdata)] error 1: A title should be provided for the document, using a non-empty title element in the head section. (<head></head>)
6:32:42 AM: [ (error:/chromewebdata)] error 1: The html element should have a lang or xml:lang attribute which describes the language of the document. (<html><head></head><body></body></html>)
I am using 11ty to generate pages and I suspect that it could have risen from a page with redirect code. Though I am not sure to be frank.
<meta http-equiv="refresh" content="0; URL='/about/'"><script>window.location = "/about/";</script><p>You should have been redirected to this URL:</p><p><a href="/about/">/about/</a></p>
The rest of the features look pretty good in this project.
Metadata
Metadata
Assignees
Labels
No labels