Frankfurt studio for multilingual digital presence +49 69 95209894 [email protected] Mon–Fri 9 AM–5 PM Client Area →
EnglishEN

2025-06-18 · Baduno Editorial Team · 7 blog.readMin · Blog & Knowledge

Image SEO: WebP, alt texts, and the end of loading time excuses

Images are the heaviest ballast on most pages and at the same time the worst-used SEO area. Both can be changed in one afternoon.

Format question settled

WebP (or AVIF) instead of JPEG/PNG typically saves 30–70 percent weight with the same effect. There are hardly any reasons left for the old formats – every image pipeline should convert automatically, as ours does.

Dimensions and loading

width and height attributes prevent layout shifts, loading=lazy defers offscreen content, the hero image gets priority. Three attributes, noticeable impact on all Core Web Vitals.

Alt texts: for humans, then machines

A good alt text describes what is visible and for what purpose – for screen reader users first, for image search afterwards. Keyword stuffing harms both target groups. Multilingual: Alt texts are translated along, not forgotten.

Framed photo with light meter

Own Images Win

Everyone recognizes stock photos, and image search is full of them. Own, consistent visual landscapes – now also producible with AI support – strengthen brand and distinctiveness. Every image on this website is self-produced; that's exactly the point.

Efficiency through AI-powered image optimization

AI can automatically choose the optimal format and best compression. Tools analyze the image subject and adjust parameters without requiring manual checks for each image. Typically, a 40–60% reduction in file size is achieved while maintaining quality. However, the results must be spot-checked by a human because AI sometimes misses details. In practice, many content management systems integrate such optimizations via plugins. For example, a travel portal automatically converted thousands of images, saving 55% bandwidth and improving load time by 1.2 seconds, without any employee having to touch each image.

Image sitemap: Structured data and indexing

Images are only found if the search engine can crawl them. Use the image sitemap to report all URLs, even for dynamically generated images. Supplement structured data (breadcrumb, product, video) with image URLs so that Google displays the images in rich results. Ensure that the image URLs point directly to the original and not via a script parameter. For example, an online furniture store includes all product images in the XML sitemap and uses Product schema with the image property. As a result, the images appear prominently in Google Image Search and are clicked more often.

Responsive images and art direction

With the srcset and sizes attributes, you deliver the appropriate image to the browser depending on the viewport. This saves a lot on mobile devices. Art direction (picture element) even allows different image sections – e.g., on a smartphone, focus on the product, on the desktop, the entire scene. Implementation requires multiple image variants, but modern CMSs can automate this. A travel blog uses a hero image for each destination; on mobile devices, a centered section is loaded that weighs 70% less. The click-through rate on the image increased by 15% because it looks optimal on all devices.

Images are the heaviest ballast on most pages and at the same time the worst-used SEO area. Both can be changed in one afternoon.

Monitoring and error correction for images

Even optimized images can cause problems: 404 errors, wrong dimensions, missing alt texts. Regular crawls of the image inventory help identify such errors. Tools like Screaming Frog or integrated SEO plugins show which images have no alt texts or are too large. Establish a workflow: after an update or new image series, automatic check, then manual sampling. Example: A news website finds that 20% of images in older articles are not converted to WebP. A script converts them retroactively, improving loading time by 0.8 seconds.

Image CDN and Caching: Where the Pixels Live

Delivering images via a Content Delivery Network (CDN) relieves your server and accelerates rendering on all continents. A CDN stores optimized copies of your images on edge servers near the user. Combined with intelligent caching – e.g., long cache duration for unchanged images and short for dynamic ones – you reduce the number of requests to your origin server. Ensure that cache headers are set correctly: Cache-Control: public, max-age=31536000, immutable for static image versions. When updating, change the filename or use a cache buster. Modern image CDN services can also automatically deliver WebP or AVIF, depending on browser capabilities. Setup is usually via a subdomain (e.g., media.yourwebsite.com) and a CNAME record. In practice, migrating to a CDN reduces load time for images by 40-60% for international visitors. Important: monitor HTTP status codes – 304 Not Modified is desired, 503 or 403 indicate misconfiguration. After the switch, perform a crawl to ensure all image URLs resolve correctly and no duplicate or erroneous entries appear.

Image Licenses and Legal Pitfalls in SEO

The SEO impact of images can be nullified by copyright issues. Search engines also consider the legality of content in their evaluation. Use only licensed or self-created images. Pay attention to license terms for stock photos: many allow only a limited number of impressions or exclude commercial use. Properly credit authors, as a missing credit can lead to a warning despite a license. For Creative Commons images, distinguish the variants: CC0 permits everything without attribution, CC BY requires a creator credit. Implement a workflow: each image receives a license note in its metadata (e.g., EXIF-XMP) before publication, and on the page a visible or structured data-based notice. Use the og:image property with correct license information to create transparency on social networks as well. Legal cleanliness strengthens trustworthiness, which can positively impact rankings in the long term. Regularly check whether images without a valid license are embedded – automated tools can detect missing metadata. Example: A blog removed inadvertently used non-free images and replaced them with CC0 images; the bounce rate decreased as no legal warnings deterred users.

CDN and Image Caching: Optimizing Load Time Globally

A Content Delivery Network (CDN) is almost indispensable for image delivery once your website has international visitors. CDNs store your images on servers in various regions and deliver them from the geographically closest location. This significantly reduces latency. Correct configuration of cache headers is crucial. Set long cache times for static image versions (e.g., one year) and use a cache buster (like a hash in the file URL) so that updates immediately serve the new version. Without this mechanism, visitors may see outdated or broken images. Many CDNs also offer automatic image optimization: they convert to WebP or AVIF depending on client support, adjust resolution to the device, and compress losslessly. These features relieve your server and improve load time by measurable fractions of a second. However, check whether the CDN's optimization overrides your own settings – you want to maintain control over alt texts and metadata. Example: A European online shop uses a CDN with image optimization and reduces load time for Asian customers from 5 seconds to under 2 seconds. The switch required only adjusting the caching strategy and enabling optimization rules. Ensure your image URLs are CDN-compatible and all images are served via the same CDN to avoid mixed-content warnings.

Image licensing and legal safeguards

When using images on your website, there are legal pitfalls to consider that can jeopardize both SEO performance and your reputation. Every image that you did not create yourself requires a valid license – this also applies to AI-generated images, whose legal status has not yet been conclusively clarified. Use only licensed images from reputable sources or your own photos. Document the licensing per image in your CMS, ideally with a link to the source. Missing or incorrect license information can lead to warnings that are costly and time-consuming. Also, in alt texts and image titles, do not use brand names or protected terms without permission. Another aspect: images showing people require consent (model release) in many countries. Without it, you may not use the images commercially. Therefore, check stock photos to see if they are also cleared for advertising purposes. For example, a travel portal used images from a free database that were only licensed for editorial use – this led to a cease-and-desist lawsuit. Therefore, integrate a review step into your workflow: before uploading an external image, record the license and confirm the terms of use. This discipline protects you in the long term and builds trust with visitors, as you can demonstrate that all content is used lawfully.

blog.faqT

Should I really check every image manually for alt texts?

Ideally yes, but with very many images you can use AI tools to generate suggestions. However, you must check the results on a random basis, as AI often misses contextual nuances. A proven workflow: have automatically generated alt texts checked by a native speaker — especially in multilingual projects.

How do I find out whether my images are already optimally compressed?

Use a tool like PageSpeed Insights or Lighthouse in Chrome DevTools. These show the savings potential through optimized images. Crawl your entire website with an SEO tool that lists the file size per image. If an image is over 200 KB, you should optimize or convert it.

Request a non-binding quote

Response within 24 hours on business days.

German GmbHLocal Court Frankfurt am Main · HRB 111727
D-U-N-S® registered315030052
GDPR-compliant processingHosting in Germany
Fixed prices with written delivery guarantee