Skip to main content

Modern Image Format Test

What is it?

This test will check if the webpage is serving images in modern formats. Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption for users.

Pass rate:

  • Top 100 websites: 43%
  • All websites: 32%
Pass rates of Top 100 US websites
2021

32%

2022

26%

2023

38%

2024

43%

100

75

50

25

0

How do I fix it?

In order to pass this test, convert all the images listed in this report into a modern image format such as JPEG 2000, JPEG XR or WebP.

It's important to understand that the modern image formats, like WebP, are not yet widely supported across all devices and browsers. You can find here a full list of supported browsers and devices for the WebP format.

If your target audience falls within one of the unsupported browser/device categories, you should serve optimized fall-back images in the original JPEG/PNG format so that your users don't see a broken or badly designed page:

<!--Before:-->
<img src="image.jpg" alt="">

<!--After:-->
<picture>
	<source type="image/webp" srcset="image.webp">
	<img src="image.jpg" alt="">
</picture>

The browser uses the first listed source that's in a format it supports. If the browser does not support any of the formats listed in the "source" tags, it falls back to loading the image specified by the "img" tag.

Dominate search today on Google and AI Engines.

Join 85,000+ SaaS Marketers, Growth Agencies, Content-Led Companies and E-commerce Brands.

See Pricing
Dashboard preview showing SEO site checkup metrics, page group insights, and issue prioritization