We use cookies to improve your experience and analyze our traffic. By clicking "Accept", you consent to our use of cookies.

GLOSSARY TERM

What is Lazy Loading?

Definition

A technique that defers loading of off-screen images and iframes until the user scrolls near them. Reduces initial page weight and improves LCP.

Why it Matters for AI Search

Native lazy loading via <img loading="lazy"> requires zero JavaScript and is supported in every major browser. Don't lazy-load above-the-fold images though — that delays your LCP element and hurts the very metric you're trying to improve.

See if your site is optimized.

Run a free AI Search Readiness scan to detect missing JSON-LD schema, poor Core Web Vitals, and more.

Scan My Website