SEODiff checks three basic accessibility signals. While low severity for SEO, these affect user experience and are easy to fix. The JSON field is a11y_basic.
<html lang>: The document language isn't declared, which affects screen readers and AI language detection.lang="en" (or appropriate language) to the <html> tag.alt text to all meaningful images.<label for="...">.