Issue: Accessibility Hygiene Low

Basic accessibility and UX issues — missing html lang, images without alt, unlabelled form elements.

What this means

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.

Checks included

How to fix

  1. Add lang="en" (or appropriate language) to the <html> tag.
  2. Add descriptive alt text to all meaningful images.
  3. Associate labels with form inputs using <label for="...">.