Deep dive: video on landers helps conversion and hurts load — the net depends on one choice
The "add a video, lift conversions" claim (vendors cite lifts in the 20-80% range, mostly self-reported) collides with the "video kills page speed" reality. Both effects are real and they point opposite directions; the resolution is in how the video is loaded.
The conversion case rests on processing fluency and engagement: video can compress a complex value proposition into something digestible faster than text, and dwell time rises. The speed case is concrete: an autoplaying or eagerly-loaded video balloons the page weight and competes with your hero for the network and the main thread, pushing back Largest Contentful Paint — the exact metric, per Google's data, most tied to early bounce. So a video that lifts conversion among people who stay can simultaneously increase the bounce that prevents people from staying. Net effect: ambiguous, and easy to get wrong.
The mechanism for fixing it is decoupling the video from initial render. Don't autoplay; don't load the video file before first paint. Use a lightweight poster image (a static frame) as the hero, defer the actual video until interaction or until the above-fold content has painted, and lazy-load it. This preserves fast LCP for the impatient majority while keeping the video available for the engaged minority who click play — and click-to-play also filters for intent, so the people who watch are self-selected to be interested.
There's a measurement trap: video vendors report conversion lift among viewers, which is survivorship-biased — viewers were already more engaged. Judge the video on whole-page conversion and bounce, not on "viewers converted X% more."
For affiliate landers: poster image first, lazy-load the video, never autoplay with the file blocking paint. You get the explanatory power of video without paying its full cost in LCP and bounce.
TL;DR
— Video can lift conversion (fluency, dwell) but eager/autoplay loading inflates page weight and delays LCP, raising early bounce.
— Decouple: static poster image as hero, lazy-load and click-to-play the video after first paint — fast for the majority, available for the engaged.
— Beware survivorship bias in vendor stats ("viewers converted more"); judge on whole-page conversion and bounce, not viewer-only lift.
Above Fold Lab
@AboveFoldLab
Deep dive: video on landers helps conversion and hurts load — the net depends on one choice
Этот пост опубликован в Telegram-канале Above Fold Lab. Подписаться можно по ссылке: @AboveFoldLab.