What exactly this criterion covers
This criterion seems “simple”, but it creates many discrepancies in production.
**G14 — Lazy loading images** (Chapter 7 - Technical SEO): loading=lazy for images outside viewport, do not lazy-load LCP element
This criterion seems “simple”, but it creates many discrepancies in production.
The **G14 — Lazy loading images** criterion is part of our SEO checklist (335 criteria). Here, you have a **practical** method to check and fix it — with a concrete example.
This criterion seems “simple”, but it creates many discrepancies in production.
**G14 — Lazy loading images** (Chapter 7 - Technical SEO): loading=lazy for images outside viewport, do not lazy-load LCP element
Why it matters: it is a UX point that eventually translates into SEO. When poorly applied, we often observe: ambiguity (wrong associated query), duplication between pages, or performance loss on rankings.
On high-volume generated sites, this criterion also acts as a **safeguard**: a stable rule prevents 1,000 errors at once.
Approach: browser-side check (render + code). Recommended tool: **curl (headers)**.
Tip: first isolate 10 “representative” URLs (top pages + generated pages) before scaling the fix.
Strategy: make a “clean” fix (no patch), then measure.
Then: re-crawl 50–200 URLs, then monitor Search Console over 7–14 days (impressions/CTR/indexing).
Example (illustrative):
Applying an overly generic automatic pattern (same logic on all pages) without adding a differentiating element.
For this type of criterion, a crawl (e.g. Screaming Frog) + targeted verification in curl (headers) is generally the fastest combo.
Freeze an auto-generation rule (title/structure/schema/URLs) + add automatic control (crawl or test) before production import.
Validate this criterion with an audit, then deepen the method in the Academy.