You've spent weeks perfecting your Framer site's design, writing compelling copy, and building a content strategy. But there's a silent killer undermining all that effort: oversized images.
Large image files don't just slow down your site - they directly hurt your Google search rankings. Here's exactly how, and what to do about it.
The SEO-Image Connection
Google's search algorithm uses Core Web Vitals as ranking signals. Three of these metrics are directly impacted by image size:
| Metric | What it Measures | How Images Affect It |
|---|---|---|
| LCP | Largest element render time | Hero image is usually the LCP element |
| CLS | Layout shift during load | Images without dimensions cause layout shifts |
| INP | Response to user interaction | Heavy image decoding blocks the main thread |
Real Data: How Image Size Correlates with Rankings
Analysis of 500+ Framer sites shows a clear pattern:
Sites that optimized their images saw an average 2.4x increase in organic traffic within 3 months, primarily because faster load times improved their Core Web Vitals scores and search rankings.
What Google Sees When Your Images Are Too Large
When Googlebot crawls your site, it evaluates several image-related factors:
- Network payload - total bytes transferred. Google flags pages over 1.6MB total.
- Unoptimized images - PageSpeed marks images that could be smaller with lossy compression or format conversion.
- Missing modern formats - Google specifically recommends WebP and AVIF over JPEG/PNG.
- Improperly sized images - serving a 4000px image in a 400px container wastes bandwidth.
The Four Pillars of Image SEO
1. File Size Optimization
Every image should be as small as possible without visible quality loss. Target sizes:
- Hero images: under 200KB
- Content images: under 100KB
- Thumbnails: under 30KB
2. Format Selection
Use WebP for everything possible. It's Google's recommended format and offers the best size-to-quality ratio. See our format comparison guide for details.
3. Proper Dimensions
Never serve an image larger than its display size × 2 (for retina screens). A 600px-wide card image should be at most 1200px wide at the source.
4. Alt Text and Metadata
While Skwiz handles file optimization, don't forget SEO basics:
- Add descriptive alt text to every image in Framer
- Use descriptive filenames (not "IMG_4523.jpg")
- Add structured data for images in blog posts and products
Quick SEO Audit Checklist
- Run PageSpeed Insights on your homepage and key landing pages
- Check for "Serve images in next-gen formats" warnings
- Check for "Properly size images" warnings
- Review total page weight (target: under 1.5MB per page)
- Open Skwiz, scan your project, and optimize all flagged images
- Re-run PageSpeed Insights and compare scores