RankWiki

Technical SEO

SEO Pictures

SEO pictures are website images optimized so search engines can understand, index, and potentially rank them while also improving page speed and user experience.

Also called
image SEO, image optimization
Applies to
all website images
Commonly confused with
alt text

Key points

  • Descriptive filenames and alt text help search engines understand image context.
  • Compressing and resizing images improves page load speed and user experience.
  • Responsive images using srcset serve appropriately sized files to different devices.
  • Image sitemaps aid discovery of images loaded via JavaScript or other hard-to-find methods.
  • Alt text should describe the image naturally, not be stuffed with keywords.

Where it changes your decision

Image SEO affects several practical decisions when building or updating a website.

  • When choosing images for a page: select relevant, representative images that support the page topic rather than generic visuals.
  • When optimising page speed: compress and resize images, and use modern formats like WebP to reduce file size without sacrificing quality.
  • When structuring images for discoverability: use descriptive filenames, alt text, and an image sitemap to help Google find and index them, especially if loaded via JavaScript, where proper rendering seo ensures they are crawlable.

What it is not

Several common misunderstandings about image SEO can lead to wasted effort.

  • Belief: Image SEO is only about adding alt text. Correction: Alt text is important for accessibility and context, but image SEO also includes filenames, compression, responsive images, sitemaps, and structured data.
  • Belief: Larger images with higher resolution always rank better. Correction: While high-resolution images are recommended, oversized files hurt page speed; proper resizing and compression are essential.
  • Belief: Keyword-stuffed alt text improves rankings. Correction: Google advises natural descriptions that accurately represent the image; keyword stuffing can harm accessibility and may be seen as spam.
  • Belief: CSS scaling or lazy loading alone is sufficient for image SEO. Correction: Images must be crawlable and well-structured; lazy loading should be implemented with care to ensure search engines can still discover the images.
Read next Alt Text After understanding the basics of image SEO, learning how to write effective alt text will further improve accessibility and search engine understanding.

Questions people ask

Image SEO best practices?

Use relevant images, descriptive filenames, natural alt text, compress and resize, use responsive images, add image sitemaps, and implement structured data where appropriate.

How to SEO pictures?

Start by choosing relevant images, save with descriptive filenames, write accurate alt text, compress the file, use modern formats like WebP, set width and height attributes, and include images in an XML sitemap.

How to name pictures for SEO?

Use descriptive, hyphen-separated filenames that reflect the image content, e.g., 'red-apple-on-tree.jpg' instead of 'IMG_1234.jpg'. Avoid keyword stuffing.

Sources

  1. Google Search Central: Image SEO Best Practices Primary guidance on discovering, indexing, and optimizing images for Google Search.
  2. Google Search Central: Google Images documentation Most authoritative source for how Google handles image search and image optimization.
  3. Yoast: Image SEO Clear practical checklist covering filenames, alt text, captions, dimensions, and `srcset`.
  4. Search Engine Journal: Image Optimization Useful overview of common image SEO tactics and on-page implementation details.