Image SEO: The Checklist That Wins Visibility and Speed
Images are where SEO and performance meet: they're the heaviest assets on most pages, a visibility channel through image search and AI multimodal retrieval, and an accessibility obligation — all governed by the same handful of practices.
Here's the image SEO checklist that covers all three at once.
Key takeaways
- Descriptive file names and alt text help rankings, accessibility, and AI understanding simultaneously.
- Modern formats (WebP/AVIF) plus right-sizing typically cut image weight dramatically — the cheapest speed win on most sites.
- Lazy-load below-the-fold images, never the hero — and set dimensions to kill layout shift.
- Image search and visual AI answers are real traffic for products, recipes, how-tos, and local — structured context decides who wins them.
Name and describe like it matters
File names should say what the image shows in plain hyphenated words — engines read them, and 'IMG_4021.jpg' says nothing. Alt text describes the image for someone who can't see it: specific, concise, naturally including relevant terms when they're genuinely what's pictured. Skip 'image of', skip keyword lists, and leave alt empty only for pure decoration. This single habit serves screen readers, image rankings, and the multimodal AI systems increasingly describing your pages — one effort, three audiences.
Make them light
Serve modern formats with fallbacks, compress at quality levels users can't distinguish, and size files to their largest displayed dimension — shipping camera-resolution files into card thumbnails is the most common weight crime. Use responsive srcset so phones get phone-sized files. Lazy-load everything below the fold; eager-load the hero so the largest contentful paint doesn't wait. Always declare width and height (or aspect-ratio) so the layout doesn't jump as images arrive — layout shift is a measured experience signal and an unmeasured trust killer.
Win the visual surfaces
Image rankings lean on context: the surrounding text, captions, page topic, and structured data tell engines what the image means. Product, recipe, and how-to schema explicitly associate images with entities — and feed the visual results and AI shopping answers where image-first decisions happen. For sites where images are the product (ecommerce, food, design, travel), an image sitemap plus consistent naming and markup is a visibility channel competitors with prettier-but-unlabeled photos simply forfeit.
Frequently asked questions
Does alt text really affect rankings?
It's a relevance input for image search and helps engines understand page content — modest for blue links, decisive for image and visual-AI surfaces. Accessibility alone justifies it.
WebP or AVIF?
AVIF compresses best but encode cost is higher; WebP is universal and fast. Serving either over legacy formats captures most of the win — automate via your CDN or build pipeline.
Should I lazy-load all images?
All except above-the-fold content — lazy-loading the hero delays your largest paint. Eager-load what users see first, lazy-load the rest.