HTML / XML / JS, low-level validity (cross-cutting)MediumInferred
Missing DOCTYPE
What it is
No <!DOCTYPE html>.
Why it matters
Triggers quirks mode; rendering inconsistencies.
How to fix it
Add the HTML5 doctype.
Impact
Low-medium. Inferred.
Evidence
Standards-mode rendering supports correct display. Google Search Central, Understand JavaScript SEO Basics