B6 · Performance & Mobile UX

    Lazy-Loading Checker — is your important content loading too late?

    Lazy-loading is great for off-screen images — but disastrous when applied to your critical, above-the-fold content. This check looks for important content (your hero image, main text, key elements) that's being deferred when it should load immediately. Lazy-loading the very content that defines your first paint delays it, hurts LCP, and can leave it unseen by crawlers that don't trigger the load.
    Updated June 2026 · Technical SEO & GEO · Part of Performance & Mobile UX

    Check your lazy-loading

    Paste a URL — GEObubbly checks whether critical above-the-fold content is being lazy-loaded when it should load immediately.

    ✓ Free check1 signal✓ No signup required
    In short: Important text, links and images shouldn't require a scroll or click to load. Crawlers don't interact with the page, so interaction-gated content can go undiscovered.

    What does the lazy-loading check look for?

    It checks that lazy-loading is applied to the right things — off-screen content — and not to critical above-the-fold elements. Specifically:

    • Critical image lazy-loading — whether the LCP / hero image is being deferred when it should load eagerly.
    • Main content deferral — whether key text or sections are loaded late via JavaScript or lazy techniques.
    • Appropriate use — confirming below-the-fold images and media are lazy-loaded (good) while above-the-fold content isn't (also good).

    Critical content loading immediately (with lazy-loading reserved for off-screen media) passes; some above-the-fold content deferred is a warning; the main content or LCP image being lazy-loaded is a fail.

    How is it evaluated, and how is it scored?

    GEObubbly inspects how content and images are loaded and flags critical above-the-fold elements that are being deferred. It's an extended Performance check that runs partially, since loading behaviour depends on how the live page is built.

    Why lazy-loading the right content matters for SEO and GEO

    Lazy-loading — deferring a resource until it's about to be needed — is a genuinely useful performance technique, but only when applied to the right things. Images and media below the fold should be lazy-loaded so the browser doesn't waste bandwidth on content the user may never scroll to. The problem is lazy-loading content that's above the fold or critical to the first paint: if your hero image (often the LCP element) is lazy-loaded, the browser deliberately delays the very thing that defines your loading metric, making LCP worse. Worse still, content deferred via JavaScript-driven lazy techniques may never load for crawlers that don't scroll or run JS — so it can be invisible the same way JS-only content is. The rule of thumb is simple: load critical, above-the-fold content eagerly (use loading="eager" or no lazy attribute on the hero image), and reserve loading="lazy" for off-screen images and iframes. Done right, lazy-loading speeds up the page; done wrong, it hides your most important content.

    How this check scores
    Pass: Critical content is present without requiring scroll or interaction.
    Warning: Some important content is lazy-loaded.
    Fail: Key content only loads after scrolling or clicking.

    FAQ

    Lazy-loading defers loading a resource — typically images, iframes or media — until it's about to enter the viewport, so the browser doesn't download content the user may never scroll to. Use it for off-screen, below-the-fold images and embeds, where it saves bandwidth and speeds up the initial load. Don't use it for above-the-fold or critical content, because deferring those delays the first paint and can make them invisible to crawlers. The native way to enable it is the loading="lazy" attribute on images and iframes.

    Related checks in Performance & Mobile UX

    B1
    Core Web Vitals (LCP, INP, CLS)
    B4
    JavaScript dependency / server-rendered content
    B7
    Image optimization

    Audit your page across all 9 checks in Performance & Mobile UX

    See which checks pass, warn or fail — in seconds.

    Run a free audit →
    ← Back to the full Performance & Mobile UX guide
    Free TrialContact