← All checkpoints
Technical Fundamentals · 1 point

HTML lang attribute declared

Why it matters

A missing or incorrect lang attribute makes it harder for engines to correctly classify the page's language, which affects both indexing and answer-matching.

How to fix it

Set <html lang="en"> (or the appropriate language code) matching your actual content language.