Skip to content

SEO009 · <html lang>

Severity: warning

The <html> element in src/app.html must have a non-empty lang attribute. A missing or empty lang attribute is flagged.

The <html lang> attribute declares the page language for search engines, screen readers, and translation tools.

Set <html lang="..."> in src/app.html:

<html lang="en"></html>