SEO Tool

Images analysis

Alt-теги, размеры, форматы, оптимизация

What does the tool check?

SEO & accessibility

  • Alt attributes (required for SEO)
  • width/height dimensions (CLS)
  • • Lazy loading
  • srcset for responsiveness

Optimization

  • Formats (WebP, AVIF, SVG)
  • • Размер файлов (>200KB)
  • External images
  • Legacy formats

Disclaimer: Data is collected from public sources. We do not store the checked URLs or analysis results. Use for lawful purposes only.

Image optimization for SEO

Images and speed

Images are usually the heaviest part of a page: they account for half or more of the total weight. Optimizing them is the fastest way to speed up a site and improve Core Web Vitals.

The tool finds images without alt, files that are too heavy, outdated formats and a lack of lazy loading.

Optimization checklist

Compress images when uploading them to the site, serve WebP/AVIF with a fallback, set width and height to prevent layout shifts (CLS), enable loading="lazy" for below-the-fold images.

Fill in alt meaningfully: describe what is in the image with a natural mention of the page topic. Yandex and Google image search is an underrated source of traffic.

Frequently asked questions

Why do you need the alt attribute?+

Alt describes an image for search engines and screen readers. It is necessary for image search ranking and accessibility, and is displayed if the image fails to load.

Which image formats are best for the web?+

WebP and AVIF give 25–50% smaller weight at the same quality compared to JPEG and PNG. For photos use WebP/AVIF; for icons and logos use SVG.

What is lazy loading?+

Deferred loading: images below the first screen load only when scrolling. It is enabled with the loading="lazy" attribute and noticeably speeds up the initial page load.

What image weight is considered normal?+

A guideline: up to 100–200 KB for content images and up to 300–500 KB for large banners. It is desirable to keep the total weight of page images within 1–1.5 MB.