π Introducing Lite Video: Keep Your Pages Fast While Showcasing Video
Video is powerful. It sells, it explains, it connects.
But embedding YouTube or Vimeo directly? That often means sluggish load times, bloated iFrames, and a sad Lighthouse score.
Thatβs why we built Lite Video β a fresh new module designed to make video embeds lightweight and performance-friendly.

β‘ What is Lite Video?
Lite Video is a smart embed solution that:
- Loads only a preview thumbnail until the user clicks play.
- Avoids heavy iFrames that normally load hundreds of KB upfront.
- Keeps your page blazing fast while still delivering the same video experience.
π― Why it matters
- SEO & Core Web Vitals β Faster load, happier Google.
- User Experience β Pages render instantly, videos play seamlessly on click.
- Marketing Teams β Add videos to landing pages without fearing conversion drops.
π How it works
- Drop the Lite Video module on your page.
- Paste a YouTube or Vimeo link.
- Publish β and done.
Your visitors see a clean thumbnail with a play button. When they click, the video player loads just in time.
π¬ See it in action
Weβve set up a simple demo page so you can see Lite Video in action:
It shows how the module works in a real environment β lightweight by default, fully interactive when needed.
π Technical SEO boost
Lite Video isnβt just about looks β it directly improves Core Web Vitals:
- LCP (Largest Contentful Paint) β faster, because your hero video isnβt blocking render.
- CLS (Cumulative Layout Shift) β stable, no jumping elements when the iFrame loads.
- TBT (Total Blocking Time) β reduced, thanks to less JavaScript execution upfront.
That means:
- Better Google PageSpeed Insights scores.
- Higher Lighthouse performance.
- A direct positive signal for SEO rankings.
π§© SEO Schema Built In
Lite Video doesnβt just make your embeds lighter β it also helps your videos get discovered.
If youβre curious why structured data matters so much for SEO, check out our guide: \ π Why Schema Markup Is Important
Every embed automatically includes a proper VideoObject JSON-LD schema, so search engines can:
- Understand what your video is about.
- Display rich snippets with thumbnails in search results.
- Improve discoverability and click-through rates.
You donβt need to write JSON-LD by hand β Lite Video handles it for you, on the fly.
Hereβs what it looks like behind the scenes (generated automatically for your video):
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "Rick Astley - Never Gonna Give You Up (Official Video) (4K Remaster)",
"description": "βNever Gonna Give You Upβ was a global smash on its release in July 1987.",
"thumbnailUrl": ["https://i.ytimg.com/vi/dQw4w9WgXcQ/maxresdefault.jpg"],
"uploadDate": "1987-07-27T00:00:00+00:00",
"inLanguage": "en",
"embedUrl": "https://www.youtube-nocookie.com/embed/dQw4w9WgXcQ",
"potentialAction": {
"@type": "WatchAction",
"target": "https://www.youtube-nocookie.com/embed/dQw4w9WgXcQ"
}
}
</script>
π Our Tests
- Standard YouTube embed β ~700KB resources loaded instantly.
- Lite Video β ~6KB until user interaction.
- Performance boost β +20β25 Lighthouse points.
π Try it today
Get the module here: Install Lite Video
Let your videos be fresh, juicy, and lightning-fast.
May the 4th be with you,
Alex