What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

For a domain change, Google recommends using 301 redirects for images to maintain the accumulated quality signals.
40:03
🎥 Source video

Extracted from a Google Search Central video

⏱ 54:42 💬 EN 📅 06/06/2019 ✂ 11 statements
Watch on YouTube (40:03) →
Other statements from this video 10
  1. 7:34 Faut-il vraiment nettoyer tous vos paramètres d'URL pour améliorer le crawl ?
  2. 8:44 Faut-il bloquer le crawl des paramètres d'URL qui n'affectent pas le contenu principal ?
  3. 18:27 Google applique-t-il vraiment le même score de qualité à tous les sites web ?
  4. 18:57 Google évalue-t-il vraiment chaque article de votre site d'actualités ?
  5. 28:21 Le 301 détermine-t-il vraiment quelle URL Google va canoniser ?
  6. 43:46 Les backlinks vers une page en noindex perdent-ils vraiment leur valeur ?
  7. 53:32 Les duplicatas dans Search Console sont-ils vraiment un problème pour votre SEO ?
  8. 71:50 Faut-il indexer toutes les variantes produit ou consolider les pages à faible volume ?
  9. 77:01 Pourquoi l'API Jobs surpasse-t-elle les sitemaps pour indexer vos offres d'emploi ?
  10. 82:36 Les sitemaps accélèrent-ils vraiment le crawling de vos pages ?
📅
Official statement from (6 years ago)
TL;DR

Google explicitly recommends setting up 301 redirects for images when changing domains to retain accumulated quality signals. In practical terms, your indexed images carry SEO weight — popularity, engagement signals, history — that a redirect preserves. Without this redirection, you start from scratch and lose a frequently underestimated visibility lever in Google Images.

What you need to understand

Why do images have their own quality signals?

Images are not just decorative files. Google assigns quality signals to them based on their performance history: click-through rates in Google Images, user engagement, age, authority of the source domain.

A well-optimized image generates autonomous traffic. It accumulates signals that strengthen its position in search results. A domain change without redirection breaks this continuity. The URL changes, and Google doesn't automatically make the connection — you lose that history.

What happens without a 301 redirect on images?

Without a redirect, Google discovers new image URLs on your new domain. It treats them as new content, without history. The old URLs become 404s, and the accumulated signals disappear.

Traffic from Google Images collapses. Your images lose their ranking. The re-indexing time and reconstruction of signals can take several months. This is exactly what a 301 redirect prevents.

Do 301 redirects for images work like they do for pages?

Yes. A 301 redirect transfers quality signals from the old URL to the new one, whether it's for an HTML page or a JPG image. Google follows the redirect, indexes the new URL, and consolidates the historical signals there.

The logic is the same as for text pages. The transfer is not instantaneous — Googlebot needs to recrawl the old URLs, detect the redirects, and then re-index the new ones. But the process is smooth if technically well executed.

  • Images have their own SEO signals (popularity, engagement, history) that Google uses to rank them.
  • A domain change without a 301 redirect leads to a loss of these signals and a temporary collapse in Google Images traffic.
  • 301 redirects work for images just like for pages: they transfer signals to new URLs.
  • The technical setup must cover all image URLs, including those hosted in subfolders or CDNs.
  • The signal transfer takes time — several weeks to months depending on crawl frequency and image volume.

SEO Expert opinion

Is this recommendation consistent with real-world observations?

Absolutely. Poorly managed domain migrations regularly show collapses in Google Images traffic that persist long after recovering classic organic traffic. SEO teams that neglected image redirects during migration pay the price.

What's interesting is that Google is finally explicit about what many of us observed empirically. Images are not a detail — for some sites (e-commerce, news, recipes, DIY), Google Images accounts for 15 to 30% of total organic traffic. Losing these signals means losing revenue.

What uncertainties remain in this statement?

Mueller does not specify the time it takes to transfer signals or the percentage of retention. It's known that a 301 redirect transfers the majority of PageRank, but what about signals specific to images (CTR, visual engagement, etc.)? [To be verified] on real cases with before/after measurements.

Another gray area: images hosted on external CDNs. If your images are served from a third-party CDN (Cloudinary, Imgix, etc.) and you change your main domain, the redirect from the main domain does not cover the CDN URLs. This case needs to be managed separately — Mueller does not mention it.

In what cases does this rule not fully apply?

If your images generate very little Google Images traffic (technical B2B site, SaaS without strong visual content), the impact of not having a redirect will be marginal. It may not be worth the effort if implementation is complex.

Also, if you are radically changing your editorial strategy and the old images are no longer relevant on the new domain, it could be counterproductive to redirect to misaligned content. It’s better to let the old URLs expire and start anew — but this is a rare scenario.

Attention: Redirecting an image to an HTML page (instead of to a new image) sends a contradictory signal to Google. Always redirect image to image, unless you are permanently removing the visual content — in which case a 404 or 410 is more honest.

Practical impact and recommendations

How to set up 301 redirects for images during a migration?

First step: inventory all indexed image URLs on the old domain. Use Google Search Console (Performance report, filter by type = Image), a crawler like Screaming Frog, or an XML sitemap export for images. Don’t limit yourself to images on main pages — think about thumbnails, images in blog posts, product galleries.

Second step: map each old image URL to its new URL on the new domain. If the folder structure changes, a correspondence table or regex mapping script is essential. Ensure that the new URLs are accessible and serve the correct image file.

What technical errors must be absolutely avoided?

Do not redirect all images to the homepage of the new domain. This is a classic migration error — Google detects soft-404s and ignores these redirects. Each image must point to its exact equivalent or to a relevant replacement image.

Be cautious of redirect chains (old URL → intermediate redirect → new URL). Googlebot follows chains, but with a signal loss and wasted crawl time. Aim for direct redirects in a single jump. Test your redirects with curl or an HTTP validator to confirm a clean 301 status.

How to check that redirects are working and transferring signals?

Monitor Google Search Console on both properties (old and new domain). The Google Images traffic from the old domain should gradually migrate to the new one. Use the Performance report filtered by Images to compare impressions and clicks week after week.

Regularly crawl the new domain to check that the new image URLs are properly indexed. Use the URL Inspection tool in GSC to force the re-indexing of strategic images. If after 6-8 weeks the transfer stagnates, it’s a warning signal — check the redirect configuration and the crawl budget allocated.

  • Inventory all indexed image URLs on the old domain (GSC, crawler, sitemap)
  • Map each old URL to its equivalent new URL (no generic redirection to home)
  • Configure 301 redirects at the server level (Apache, Nginx) or via .htaccess
  • Test redirects with curl or an HTTP validator (301 status, no chains)
  • Submit the new XML image sitemap in Google Search Console
  • Monitor Google Images traffic transfer for 2-3 months (GSC Performance report)
A successful domain migration is not limited to HTML pages. 301 redirects for images are essential to preserve Google Images traffic and accumulated quality signals. The process requires rigorous inventorying, precise mapping, and post-migration monitoring over several months. If your site generates a significant volume of indexed images or if the migration involves complex structural changes, these optimizations can quickly become technical and time-consuming. Engaging a specialized SEO agency can ensure this transition is secured with tailored support and proactive performance tracking.

❓ Frequently Asked Questions

Les redirections 301 pour les images ralentissent-elles le temps de chargement ?
Non. Une redirection 301 bien configurée côté serveur ajoute une latence négligeable (quelques millisecondes). Le navigateur suit la redirection en un seul aller-retour HTTP. L'impact sur la performance utilisateur est imperceptible.
Faut-il rediriger les images même si elles sont en lazy loading ?
Oui. Le lazy loading affecte le moment où l'image est chargée côté client, mais Google crawle et indexe les URLs d'images indépendamment. Une image en lazy loading sans redirection 301 perd ses signaux lors d'une migration.
Peut-on rediriger une ancienne image vers une image de résolution différente ?
Oui, tant que l'image de destination est pertinente et de qualité équivalente ou supérieure. Google tolère ce type de redirection. Évitez simplement de rediriger une image HD vers un thumbnail de 100px — le signal de qualité en pâtirait.
Les redirections d'images impactent-elles le crawl budget ?
Elles consomment du crawl budget, oui. Googlebot doit crawler les anciennes URLs, détecter les redirections, puis crawler les nouvelles. Sur un gros site avec des milliers d'images, cela peut prendre plusieurs semaines. Optimisez votre sitemap et votre fréquence de crawl.
Que faire si les images sont hébergées sur un CDN externe lors de la migration ?
Si le CDN reste le même, pas de problème — les URLs d'images ne changent pas. Si vous changez de CDN, configurez des redirections 301 au niveau du CDN d'origine ou utilisez un reverse proxy. Sinon, vous perdez les signaux de l'ancien CDN.
🏷 Related Topics
Domain Age & History AI & SEO Images & Videos JavaScript & Technical SEO Domain Name Redirects

🎥 From the same video 10

Other SEO insights extracted from this same Google Search Central video · duration 54 min · published on 06/06/2019

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.