Missing Meta — Demo Page

⚠ This page is missing a <title> tag in the <head>.
⚠ The <html> element has no lang attribute.

Screen readers announce the page title as soon as a page loads — without it, users have no idea where they are. The lang attribute tells assistive technology which language to use for pronunciation.

What's wrong here

How to fix it

<html lang="en">
<head>
  <title>Page Title Here</title>
</head>