You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The rest of the features look pretty good in this project.
The text was updated successfully, but these errors were encountered: