Official statement
Other statements from this video 42 ▾
- 42:49 Can hreflang really be used across multiple distinct domains?
- 48:45 Can hreflang really be used across multiple distinct domains?
- 58:47 Should you really avoid duplicating your content across two distinct sites?
- 58:47 Should you really avoid creating multiple sites for the same content?
- 91:16 Is it really necessary to index the internal search pages on your site?
- 91:16 Should you block internal search pages to prevent indexing of infinite space?
- 125:44 Do Core Web Vitals Really Influence Google's Crawl Budget?
- 125:44 Can reducing page size really enhance your crawl budget?
- 152:31 Does the internal links report in Search Console truly reflect the state of your link structure?
- 152:31 Why does the Search Console's internal links report show only a sample?
- 172:13 Should you really be concerned about redirect chains for Google's crawl?
- 172:13 How many redirects does Google really follow before it splits the crawl?
- 201:37 How does Google actually segment your Core Web Vitals by groups of pages?
- 201:37 How does Google actually segment your Core Web Vitals by page groups?
- 248:11 Is it true that AMP or canonical really captures the SEO signals?
- 257:21 Does the Chrome UX Report really count your cached AMP pages?
- 272:10 Should you really redirect your old AMP URLs to the new ones?
- 294:42 Is AMP really neutral for Google rankings, or does it hide an invisible visibility lever?
- 296:42 Is AMP really a Google ranking factor or just a ticket to access certain features?
- 342:21 Why does copied content sometimes outrank the original despite the DMCA?
- 342:21 Is the DMCA really effective in protecting your duplicated content on Google?
- 359:44 Why does copied content outrank your original material on Google?
- 409:35 Why do your featured snippets disappear seemingly without a technical reason?
- 409:35 Do featured snippets and rich results really fluctuate randomly?
- 455:08 Is it true that mobile hidden content is really indexed by Google?
- 455:08 Is it true that Google really indexes hidden content in responsive CSS?
- 563:51 Can structured data really force the display of a knowledge panel?
- 563:51 Is there any structured markup that guarantees the appearance of a Knowledge Panel?
- 583:50 Why do most websites never get sitelinks in Google?
- 583:50 Can you really force sitelinks to appear in Google?
- 649:39 Do 301 redirects really transfer 100% of SEO juice without any loss?
- 649:39 Do 301 redirects really transfer 100% of PageRank and SEO signals?
- 722:53 Should you really delete or redirect expired content instead of keeping it indexable?
- 722:53 Should you really remove expired pages or can you leave them labeled 'expired'?
- 859:32 Are keywords in the URL a ranking factor or just a temporary crutch?
- 859:32 Do words in the URL really influence Google rankings?
- 908:40 Should you really add structured data to embedded YouTube videos?
- 909:01 Should you really add video structured data when you're already embedding YouTube?
- 932:46 Does Page Experience really only matter for mobile SEO?
- 932:46 Why is Google ignoring desktop Core Web Vitals in its ranking algorithm?
- 952:49 Do the API and Search Console interface really display the same data?
- 963:49 Can you use different templates for each language version without harming international SEO?
John Mueller claims that AMP URL redirections are less critical than for standard URLs because Google refreshes its AMP cache in just a few days. Specifically, a change in AMP URL without redirection will only cause a temporary interruption of a few days, compared to weeks for a standard URL. Despite this tolerance, Google still recommends implementing a redirection — a piece of advice that warrants case-by-case analysis based on your technical context.
What you need to understand
Why does Google differentiate between AMP URLs and standard URLs?
The distinction lies in the very architecture of the AMP cache. Unlike standard URLs that depend on Google's traditional crawling, AMP pages are served from the Google cache (cdn.ampproject.org). This cache operates under a much more aggressive refresh logic. When you change a standard URL without a 301 redirect, Google must rediscover the new page, understand that it replaces the old one, and transfer historical signals. This process generally takes several weeks, if not months, depending on the site's authority and crawl frequency. For AMP, the system detects and refreshes content in just a few days — hence this increased tolerance. Mueller mentions a delay between discovery and update of just a few days. However, this does not mean that the transition is instantaneous. During this time, your old AMP URL will likely return a 404 error if you have removed it, which diminishes user experience. Visitors coming from Search or Google Discover will encounter a broken page until the cache updates. This is tolerable for a blog with little AMP traffic, but far less so for a media outlet that generates thousands of daily clicks from Google surfaces. The risk is a temporary but measurable loss of traffic. This statement specifically concerns changes to AMP URLs made by the publisher — structural redesign, domain migration, slug modification. It does not apply to AMP validation errors, caching issues, or de-indexing for quality reasons. It is also important to understand that even though Google refreshes quickly, other players in the AMP ecosystem (Twitter, LinkedIn, third-party aggregators) may not follow the same pace. Hence, you risk broken links in environments outside of Google if you do not redirect properly.What does this few-day delay actually mean?
In what cases does this rule really apply?
SEO Expert opinion
Is this statement consistent with practical observations?
Yes, experience confirms that the AMP cache reacts much faster than a classic crawl. On AMP migrations I've supervised, new URLs indeed appeared in Google's cache within 48-96 hours without redirection. But — and this is a significant but — this speed does not offset collateral damage. During these few days, old URLs generate 404s in the Search Console, users encounter errors, and most importantly you lose the benefit of continuity in signals. A 301 redirect instantly transfers authority and engagement metrics. Without it, even if Google quickly finds the new page, it treats it as a new entity — at least temporarily. The first risk is purely business-related: a few days of 404 errors on a high-traffic AMP site can result in thousands of lost sessions. For an ad-driven media outlet or e-commerce that generates revenue with each visit, this loss is tangible and measurable. [To verify] if Google really compensates for this delay by speeding up ranking transfer — no official data on that. The second risk concerns user signals. Pages generating 404s for several days see their Core Web Vitals metrics degrade (since visitors immediately bounce), which can impact ranking even after the cache updates. And unlike a standard URL where you manage the redirect, with AMP you depend on Google's cache system's goodwill. This tolerance only works if Google can quickly discover the new URL via the AMP sitemap, RSS feed, or natural crawl. If your new structure is not properly flagged, the delay can extend considerably — and there, you lose the benefit of fast refresh. It also does not apply to complex AMP domain migrations involving a change of host or CDN. In such cases, even with a fast cache, server-side redirections are needed to avoid DNS resolution conflicts and HTTPS errors. Let's be honest: forgoing redirects during an AMP migration remains a risky practice, even if Google can technically cope with it.What risks does this tolerant approach pose?
In what cases does this rule absolutely not apply?
Practical impact and recommendations
What should you do concretely when changing AMP URLs?
Even if Google tolerates the absence of redirects, set up 301 redirects server-side for all your modified AMP URLs. This is the only way to ensure a seamless transition for users and bots while preserving link equity and historical signals. Configure these redirects at the Apache, Nginx, or via your CDN. Simultaneously, submit your updated AMP sitemap through Search Console immediately after the change. This accelerates the discovery of new URLs and reduces the latency window mentioned by Mueller. If you use an RSS feed for AMP, update it simultaneously. And especially, manually purge the AMP cache via Google's tool if you need an almost instant update. Do not rely on technical tolerance to neglect post-migration monitoring. Many sites change their AMP URLs, notice that Google does indeed find them in a few days, and conclude that everything is fine — when in fact, their AMP traffic metrics have dropped by 20-30% during this period. This loss is not always recovered afterwards. Avoid also treating AMP and non-AMP differently during a migration. If you redirect your standard URLs but not the AMP ones under the pretext that "Google refreshes quickly", you create a structural inconsistency that complicates analytical tracking and may generate conflicting signals for algorithms. Standardize your approach: a URL that changes must be redirected, period. Monitor your server logs and the AMP Search Console for 7 days following the change. You should see a gradual decline in requests to the old URLs (if you redirected) or temporary 404s (if you did not redirect). In any case, the new URLs should appear in the coverage report within 72 hours. Manually test the AMP cache by visiting What errors should you absolutely avoid?
How can you verify that the transition went well?
https:\/\/cdn.ampproject.org\/c\/s\/yoursite.com\/new-url to verify that the cached version corresponds to your new page. If not, after 96 hours, there is a discovery or validation issue that needs investigation. And of course, compare your AMP traffic week by week to detect any prolonged anomalies.
❓ Frequently Asked Questions
Combien de temps faut-il pour que Google rafraîchisse une URL AMP modifiée ?
Peut-on se passer totalement de redirections lors d'un changement d'URLs AMP ?
Cette règle s'applique-t-elle aussi aux migrations de domaine AMP ?
Comment forcer Google à mettre à jour le cache AMP plus rapidement ?
Les redirections AMP transfèrent-elles le PageRank comme les redirections classiques ?
🎥 From the same video 42
Other SEO insights extracted from this same Google Search Central video · duration 996h50 · published on 12/03/2021
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.