<title> tag in the <head>.<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.
<title> inside <head>lang="en" on <html><html lang="en">
<head>
<title>Page Title Here</title>
</head>