(no title)
jayroh | 3 years ago
Heads up, that page has no `<title>` tag so the browser tab is `githubnext.com/`. That is a _VERY_ minor nit, but still an SEO ding (you're github, that doesn't matter much), and a rough edge that could be buffed out.
Bonus points for adding a favicon too. :)
debugnik|3 years ago
Well, the title is precisely the only mandatory element in a valid HTML5 document, even if forgetting it seems harmless.
capableweb|3 years ago
Edit with details from https://www.w3.org/TR/2014/REC-html5-20141028/document-metad...
> Note: The title element is a required child in most situations, but when a higher-level protocol provides title information, e.g. in the Subject line of an e-mail when HTML is used as an e-mail authoring format, the title element can be omitted.
From https://www.w3.org/TR/2014/REC-html5-20141028/document-metad...
> If it's reasonable for the Document to have no title, then the title element is probably not required. See the head element's content model for a description of when the element is required.
So strictly speaking, if it's meant to be used as a traditional web page, you should really have it (obviously), but it's not strictly required.
justaj|3 years ago
geoffeg|3 years ago
gnull|3 years ago
stby|3 years ago
mooktakim|3 years ago
idan|3 years ago
jayroh|3 years ago
Glad to help