Why Blog Image Optimization Matters for SEO
Google's Core Web Vitals measure page loading performance, and blog posts with large images consistently score poorly. The Largest Contentful Paint (LCP) metric — which measures how quickly the main content loads — is almost always determined by the featured image.
Optimizing your blog images can improve your LCP score from 'Poor' (over 4 seconds) to 'Good' (under 2.5 seconds), which directly improves your Google search rankings. For content sites competing on SEO, this is one of the highest-impact optimizations available.
Blog Image Size Targets
Use these file size targets for different types of blog images:
Recommended Dimensions for Blog Images
Use these dimensions for different blog image types:
| Image Type | Recommended Dimensions | Aspect Ratio |
|---|---|---|
| Featured image | 1200 × 630px | 1.91:1 |
| In-content image | 800 × 450px | 16:9 |
| Infographic | 800 × 2000px | 2:5 |
| Screenshot | 1200 × 800px | 3:2 |
| Social sharing (OG) | 1200 × 630px | 1.91:1 |
| Author photo | 200 × 200px | 1:1 |
Blog Image SEO Best Practices
File names: Use descriptive, keyword-rich file names before uploading. 'how-to-compress-images-for-blog.jpg' is far better than 'screenshot-2024.jpg'.
Alt text: Write descriptive alt text for every image. Include your target keyword naturally. Keep it under 125 characters.
Lazy loading: Add loading='lazy' to all images below the fold. This improves initial page load time significantly.
Captions: Use image captions where appropriate. They're read more than body text and can include keywords naturally.
Image sitemaps: Include images in your XML sitemap to help Google discover and index them for Image Search.
Platform-Specific Tips
WordPress: Use a caching plugin (WP Rocket, W3 Total Cache) alongside image compression. Enable lazy loading in WordPress 5.5+ (it's built-in). Consider a CDN for global audiences.
Ghost: Ghost automatically resizes images on upload, but pre-compressing gives you better quality control. Use the Ghost image optimization settings in your theme.
Substack/Medium: These platforms handle image optimization automatically, but uploading pre-compressed images ensures better quality control over the final result.