Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty titles and lang - throwing [ (error:/chromewebdata)] and [ (../../..)] #27

Open
sachinsancheti1 opened this issue Jun 3, 2020 · 0 comments

Comments

@sachinsancheti1
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant