Image SEO
Image SEO is the practice of optimising images so search engines can discover, understand, and display them while improving page speed and accessibility.
- Also called
- Image optimisation
- Applies to
- On-page SEO, technical SEO, accessibility
- Commonly confused with
- Image compression alone
Key points
- Use descriptive, hyphenated filenames instead of generic ones.
- Write accurate alt text that describes the image for accessibility and relevance.
- Serve responsive images with srcset or picture to match display size.
- Compress images and use modern formats like WebP to improve load speed.
- Submit an image sitemap to help Google discover images that might otherwise be missed.
How it works
Search engines discover images through HTML img elements, image sitemaps, and crawlable URLs. They understand an image by reading its filename, alt text, surrounding page content, and any structured data such as ImageObject. Google recommends using descriptive filenames with hyphens, writing relevant alt text, and providing useful page titles to give context.
Responsive images delivered via srcset or picture elements help match the image to the display size, reducing bandwidth and improving load times. Compression and modern formats like WebP, JPEG, PNG, and SVG are standard tactics to balance quality and speed. Width and height attributes prevent layout shifts, which supports core web vitals.
Image sitemaps can help Google discover images that might otherwise be missed, especially those loaded via JavaScript or hidden in galleries. Structured data adds extra context when the image is central to the page.
Why it matters
Optimised images improve visibility in Google Images, which can drive additional traffic. They also support the relevance of the hosting page by reinforcing topical signals. Poorly optimised images slow down page load, hurt user experience, and negatively affect core web vitals. Google explicitly values both fast loading and high-quality images.
Image SEO also matters for accessibility: accurate alt text helps screen readers describe images to visually impaired users, which aligns with accessibility seo best practices.
What it is not
- Image SEO is not only about alt text. While alt text is important, it also involves filenames, compression, responsive delivery, sitemaps, and structured data.
- Image SEO is not just about file size. Quality and speed both matter; Google wants high-quality images that load quickly.
- Image SEO does not guarantee rankings. Rankings depend on page context and relevance, not filenames or alt text alone.
- Image SEO is not only for Google Images. It also affects page speed, core web vitals, and accessibility.
Common mistakes
- Using generic filenames like IMG_1234.jpg instead of descriptive, hyphenated names. This misses an opportunity to provide context. For guidance, see image file name seo moz.
- Writing keyword-stuffed or misleading alt text instead of a natural description. This harms accessibility and can be seen as spam. Good alt text examples show how to describe images accurately.
- Uploading oversized images and relying on CSS to shrink them instead of resizing them properly. This wastes bandwidth and slows the page.
- Hiding important images in CSS backgrounds or blocking image paths with robots settings. Search engines cannot discover or index these images.
Questions people ask
Image SEO best practices?
Use descriptive filenames, write accurate alt text, serve responsive images, compress with modern formats, submit an image sitemap, and ensure images are crawlable via HTML img elements.
Best image size for SEO?
There is no single best size; it depends on the display context. Use responsive images with srcset to serve appropriately sized files. Compress images to balance quality and file size, and set width and height attributes to prevent layout shifts.
Best SEO tools for beginners?
Free tools like Google PageSpeed Insights, Lighthouse, and the SEO META in 1 CLICK extension can help. For image-specific analysis, tools like TinyPNG for compression and the Moz image file name checker are useful.
Sources
- Google Search Central: Image SEO Best Practices Primary source for discovery, indexing, responsive images, sitemaps, formats, and image-page optimization.[1]
- Yoast: Image SEO Widely cited SEO reference with practical guidance on filenames, dimensions, alt text, structured data, and sitemaps.[6]
- Search Engine Journal: Image Optimization Tips Useful secondary SEO reference covering alt text, compression, responsive images, lazy loading, and crawlability.[3]
- Google Search Central: Google Images documentation Best source for confirming which image optimization signals Google officially recommends.[1]