Home / Tools / Fix: Best Practices
On-Page SEO · Scan Check Guide

Fix: Best Practices

1-2 hr Impact: medium Effort: medium ✓ Scan-verified — no manual checkbox

Lighthouse's Best Practices audit checks a grab-bag of technical hygiene items — using HTTPS, avoiding deprecated APIs, having no browser console errors, correct image aspect ratios — that don't fit neatly into Performance or SEO but still reflect overall site quality.

Lighthouse Best Practices flags trust and security issues — mixed content, deprecated APIs, console errors, insecure resources. These quietly erode user trust and crawler confidence.

How to fix it

  1. 1
    Run the audit and read each specific failure
    This category covers a wide range of unrelated issues — each failed item needs its own specific fix.
  2. 2
    Check browser console for errors
    JavaScript errors showing in the console are a common contributor here and worth fixing for their own sake, not just this score.
  3. 3
    Verify no deprecated or unsafe APIs are in use
    Old libraries or deprecated browser APIs sometimes trigger this — an outdated dependency is often the root cause.

Common mistakes

How you'll know it's done

Lighthouse Best Practices score is 95+.

Tools that help

H.I.V.E. checks this automatically

Fix it, then re-scan — the check confirms itself. No manual checkbox, the scan is the truth.

Run this check in H.I.V.E. →