Check if lazy loading is configured for images on your page to speed up site performance
This only checks lazy loading. For a comprehensive analysis, use the full page check.
You can also audit your entire site. Duplicate titles and descriptions, orphan pages, broken links between sections, and other site-wide issues can only be found with a full site audit.
If you don't have an SEO specialist, we can help fix the errors found.
Lazy loading is a technique where images are loaded only when the user scrolls to them. Without lazy loading, the browser loads all images at once, even those far below the fold. This slows initial loading and worsens Core Web Vitals scores.
loading="lazy" attribute on <img> tags, supported by all modern browsers