Official statement
Other statements from this video 25 ▾
- 1:36 How can you effectively test JavaScript rendering before taking your site live?
- 1:36 Why has testing JavaScript rendering before launch become essential for Google indexing?
- 1:38 Does migrating to JavaScript really affect SEO rankings?
- 3:40 Hreflang: Why does Google still stress this tag for multilingual content?
- 3:40 Does Googlebot really see every localized version of your pages?
- 3:40 Does hreflang really group your multilingual content in Google's eyes?
- 4:11 How can you make your hyper-local content URLs discoverable without sacrificing traffic?
- 4:11 How can you structure your URLs to enhance the discoverability of hyper-local content?
- 5:14 Can user personalization trigger a penalty for cloaking?
- 5:14 Could personalizing content for your users lead to a cloaking penalty?
- 6:15 Are Core Web Vitals really measured on users or bots?
- 6:15 Are Core Web Vitals really measured from Google bots or from your actual users?
- 7:18 Why isn’t schema markup enough to ensure rich snippets appear?
- 7:18 Why don't rich snippets show up even with valid Schema.org markup?
- 9:14 Is dynamic rendering really dead for SEO?
- 9:29 Should we ditch dynamic rendering for SSR with hydration?
- 11:40 How does the JavaScript main thread block interactivity on your pages according to Google?
- 11:40 How does the JavaScript main thread affect the indexing of your pages?
- 12:33 Can Google really overlook your critical tags in the battle between initial and rendered HTML?
- 13:12 What happens when your initial HTML differs from the HTML rendered by JavaScript?
- 15:50 Is it true that Googlebot doesn't click on buttons on your site?
- 15:50 Should you really be concerned if Googlebot doesn't click on your buttons?
- 26:58 Should you prioritize JavaScript performance for your real users over optimization for Googlebot?
- 28:20 Are web workers truly compatible with Google's JavaScript rendering?
- 28:20 Should you really be wary of Web Workers for SEO?
Martin Splitt confirms that a redesign involving structural changes, content, or URLs forces Google to re-gather all ranking signals, temporarily affecting rankings. Only a strictly identical migration — same URLs, same content, same architecture — preserves positions. For SEOs, this means anticipating a post-redesign transition phase and minimizing unnecessary structural changes.
What you need to understand
What does it really mean to "re-gather the signals"?
When Google talks about gathering signals, it refers to the entire process of evaluating a page: crawling, indexing, semantic analysis, measuring Core Web Vitals, evaluating link context, depth in the hierarchy, and behavioral signals. Each URL has an accumulated history over time.
A redesign that modifies URLs or structure breaks this history. Google then has to start from scratch to rebuild its understanding of each page — even if the textual content remains exactly the same. 301 redirects pass PageRank but not all usage or contextual signals.
What constitutes a "strictly identical copy" according to Google?
Splitt mentions three cumulative criteria: same URLs, same content, same structure. In other words, if you change the depth of a page in the hierarchy but keep its URL, Google considers that the structure has changed.
Specifically, this includes the navigation path, internal linking, position in the XML sitemap, and even the HTML structure of the template. Changing an <aside> to an <div class="sidebar"> doesn’t change anything, but moving content blocks or reorganizing heading levels can be enough to trigger a re-evaluation.
Why can't Google simply transfer the signals?
Because signals are not portable metadata. They are tied to context: a page ranked in position 3 often owes that rank to its place in the architecture, its internal anchors, and its loading time in its specific technical environment.
If you change the template, the server, or even how resources are loaded, Google must revalidate these assumptions. This is a protective mechanism against manipulation: it is impossible to simply "copy" the ranking of one page to another by changing the URL.
- Any URL change forces a complete re-evaluation, even with a perfect 301
- A structural change (depth, linking, hierarchy) triggers a new contextual analysis
- A content modification — even minor — restarts semantic and thematic evaluation
- A technical redesign (CMS, server, loading time) requires gathering performance signals
- Only a pixel-perfect copy (URLs, HTML, hierarchy, content) avoids reset
SEO Expert opinion
Is this statement consistent with field observations?
Absolutely. All SEOs who have managed major redesigns know the post-migration turbulence — even when the redirects are flawless and the content unchanged. Positions drop for 2 to 6 weeks before stabilizing, often at a slightly lower level.
What Splitt confirms is that this is not a bug or a penalty. It is the normal functioning: Google no longer trusts its old signals and must rebuild its understanding. Sites with a solid link profile recover faster, but no one escapes the transition phase.
What nuances should be added?
Splitt does not specify how long this gathering phase lasts. Depending on the site's history, its crawl budget, and how frequently its content is updated, it can range from a few days to several months. [To be checked] on low-authority or infrequently crawled sites.
Another unclear point: what about a redesign that objectively improves the structure or performance? Splitt suggests that even in that case, there will be a re-evaluation phase — thus a temporary drop before any potential gain. But the duration and magnitude of this drop remain opaque.
In what cases does this rule not apply fully?
Very large sites (e-commerce, media) with a high crawl budget and daily updates seem to recover much faster. Google already has a constant flow of fresh signals, so the redesign does not create as marked an information void.
Conversely, a small, less crawled site that changes URLs can remain in limbo for months. The crawl frequency conditions the recovery speed, but Google does not publish any metrics to estimate it in advance.
Practical impact and recommendations
What practical steps should be taken before a redesign?
Minimize unnecessary structural changes. If the sole objective is to improve design or change CMS, maintain the existing hierarchy, even if it is not perfect. An aesthetic gain never compensates for a ranking loss of 3 months.
Document everything: current URLs, page depths, internal linking, anchors, positions in SERPs. This data allows you to compare before/after and quickly detect migration errors. An Excel spreadsheet is not enough — use Screaming Frog, Oncrawl, or Botify to map the existing structure.
What mistakes should absolutely be avoided?
Never initiate a redesign while simultaneously changing URLs, structure, and content. If you must change URLs, keep the hierarchy and content intact. If you rewrite content, keep the URLs. Each modified variable prolongs the re-evaluation phase.
Another pitfall: believing that a 301 redirect is sufficient. It transfers PageRank but not behavioral signals, crawl history, or thematic context. Google must rebuild these elements on the new URL, and that takes time.
How can the impact on ranking be limited?
If a complete redesign is unavoidable, break it down. Migrate the strategic pages first (those generating SEO traffic), monitor the recovery for 4 to 6 weeks, then migrate the rest. This limits exposure to risk.
Temporarily increase the frequency of fresh content publication on the migrated pages: Google crawls more often, gathers new signals quicker, and recovery accelerates. Update modification dates, add dynamic elements, and intensify internal linking to these pages.
- Map out the current hierarchy and URLs before any changes
- Retain the existing structure as much as possible if it works
- Avoid modifying URLs, structure, and content simultaneously
- Prepare a comprehensive 301 redirect plan and test it in pre-production
- Daily monitor positions and crawling for 6 weeks post-redesign
- Anticipate a temporary drop in traffic and brief stakeholders
❓ Frequently Asked Questions
Une refonte graphique sans changement d'URL ni de contenu impacte-t-elle le ranking ?
Combien de temps faut-il pour récupérer son ranking après une refonte complète ?
Les redirections 301 transfèrent-elles tous les signaux de ranking ?
Peut-on éviter toute baisse de ranking lors d'une migration d'URLs ?
Faut-il éviter les refontes en période de Core Update ?
🎥 From the same video 25
Other SEO insights extracted from this same Google Search Central video · duration 30 min · published on 11/11/2020
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.