Why it matters
Lighthouse's best practices audit covers what makes a page trustworthy to a browser: HTTPS everywhere, no deprecated APIs, no errors in the console, images shown at their real aspect ratio, a valid doctype and charset.
How to fix it
Work through the failing audits listed. Most are a single fix each, such as replacing a deprecated API or serving an image at the size it is shown.