Back to Glossary
L
Glossary Term

Lazy Loading.

Learn what Lazy Loading means in modern search and SEO.

Part of speechnounOriginOld Norse laskr (lazy) + Old English lad (way, course)

A technique that defers the loading of non-critical resources—images, videos, iframes—until they are about to enter the viewport.

Lazy loading delays the fetching of offscreen resources until a user scrolls close to them. By loading only what is immediately visible, pages reduce initial payload size and improve Time to Interactive (TTI) and Largest Contentful Paint (LCP) scores.

Implementing Lazy Loading

The HTML `loading='lazy'` attribute on `<img>` and `<iframe>` elements enables native browser lazy loading with no JavaScript required. For more complex cases, the Intersection Observer API allows fine-grained control over when elements load.

SEO Considerations

Images that are lazy-loaded must still have descriptive `alt` attributes, proper file names, and be accessible to Googlebot during rendering. Avoid lazy-loading above-the-fold images—those should load eagerly to protect LCP scores.

Ready to close the loop?

See every term in action

Aergos tracks your AI and organic visibility across every channel, in one platform.

Not ready to talk? Audit your site free →