# What happens to my internal links when a website is redesigned?

> If a redesign changes URLs, every internal link pointing at an old URL breaks unless it is updated to the new one. Relying on 301s to catch them works but is second-best, because chained internal redirects are slower and weaker than direct links. The fix is to rewrite internal links to the new URLs and keep the menu and contextual link structure intact. WPBuildAI rebuilds the internal-link graph to the new URLs, so the redesign keeps the link equity flowing.

Source: https://wpbuildai.com/what-happens-internal-links-website-redesigned/
By lawrence-arya · 2026-06-05

---
When a website is redesigned, what happens to your internal links depends entirely on whether the URLs change. If they do, every internal link pointing at an old URL breaks unless it is updated to the new one. You can lean on 301 redirects to catch them, and that prevents outright breakage, but it is second-best: an internal link that fires a redirect adds a hop, which is slower and a weaker signal than a link straight to the new URL. The clean answer is to rewrite internal links to the new URLs and keep the link structure intact. WPBuildAI rebuilds the internal-link graph to the new URLs, so the redesign keeps the equity flowing.

Internal links carry more weight than they used to, because they are how a crawler finds the pages that answer engines quote: Seer Interactive's 2026 data shows pages [cited in an AI Overview running at roughly 2.1 percent click-through against 0.9 percent uncited](https://searchengineland.com/google-ai-overviews-ctr-recovery-study-475566), and a page orphaned by a redesign is a page that never gets crawled often enough to be quoted.

## Why internal links are worth protecting

Internal links are not decoration; they are infrastructure that routes authority through your site and helps search engines discover and rank pages. Backlinko's analysis of [11.8 million search results](https://backlinko.com/search-engine-ranking) found internal linking and site structure correlate with ranking, because the links tell engines which pages matter and how they relate. Ahrefs found in its [search traffic study](https://ahrefs.com/blog/search-traffic-study/) that a small set of pages carries most traffic, and those pages depend on the internal links that feed them authority from the rest of the site. So the internal-link graph is part of what makes your important pages rank, which means a redesign that breaks it weakens the whole site even if every individual page still exists and still has its content. Treating internal links as something to preserve as deliberately as the URLs themselves is the mindset that keeps a redesign from quietly eroding rankings.

## What breaks and what does not

The trigger for all of this is whether URLs change, so it is worth being precise. If the redesign keeps every URL identical, internal links are unaffected, they still point at live pages. If the redesign changes URLs, then every internal link that was written with an old URL now points at an address that no longer resolves, and breaks. The content of the link, the anchor text and intent, is fine; what broke is the destination it points at. This is why the first lever in any redesign is to keep URLs stable where possible: every URL you do not change is a set of internal links you do not have to touch. When URLs must change, the internal links pointing at them become part of the work, not an afterthought, because they will break the moment the old URLs stop resolving unless they are rewritten or caught by a redirect.

## Direct links beat redirected ones

A redirect is a safety net, not a strategy, and understanding the difference matters. Google's [site move guidance](https://developers.google.com/search/docs/crawling-indexing/site-move-with-url-changes) treats 301s as the way to handle URLs you cannot update, and its [redirects guidance](https://developers.google.com/search/docs/crawling-indexing/301-redirects) confirms a 301 passes ranking signals. So if you change URLs and leave your internal links pointing at the old ones, the redirects will catch them and the site will not visibly break. But that is second-best for your own links. An internal link that points at an old URL and gets redirected adds a hop, which is slower for the user and a less direct signal than a link straight to the new URL. The right split is: use redirects for inbound external links and bookmarks you cannot control, and rewrite your own internal links to point straight at the new pages, since those you can control. This is the same split as in [fixing broken links after a migration](/fix-broken-links-wordpress-after-migration/), and the equity question behind it is in [does a 301 transfer link equity](/does-301-redirect-transfer-link-equity-completely/).

## A worked example: a redesign that relied on redirects

Picture a redesign that changed every URL but, to save time, left all internal links pointing at the old URLs and relied on the 301 map to catch them. At first it looks fine: click any internal link and you arrive at the right page, via a redirect. But every internal navigation now fires a redirect, adding a hop to each click, which slows the experience site-wide and means the internal-link graph that search engines crawl is entirely composed of links to redirecting URLs rather than direct links to live pages. It works, but it is a weaker, slower version of the site than one where the internal links point straight at the new URLs. Now picture the same redesign where the internal links were rewritten to the new URLs: same pages, same redirects for external links, but every internal click is direct, fast, and a clean signal. Same migration, two qualities of outcome, and the difference is whether the internal links were rewritten or left to lean on redirects.

## The three places internal links live

To rewrite internal links completely, you have to find all of them, and they live in three places. First, the navigation: menus, headers, and footers, which link from every page to your key pages and are your densest internal-link set; these come across as their own structure, covered in [extracting WordPress menus into Next.js JSON](/extract-wordpress-menus-nextjs-json/). Second, contextual links: links written inside the body of posts and pages, pointing to related content, which are scattered through your content and easy to miss. Third, structural links: related-product modules, breadcrumb trails, category listings, and other template-generated links. A complete internal-link rebuild addresses all three, not just the obvious navigation. Missing the contextual links inside old posts is the common gap, because they are buried in content and only a crawl finds them all. Knowing the three locations is what makes the rewrite thorough rather than partial.

## How to preserve the link graph

The method is deliberate and follows from the above. First, keep slugs where possible, so most URLs do not change and most internal links need no rewriting at all, the single biggest reducer of the work. Second, inventory the internal links, by crawling the site, so you have the full set across navigation, contextual, and structural links. Third, rebuild them pointing at the new URLs, updating the menus, the in-content links, and the template-generated ones. Fourth, keep the redirect map as the safety net for inbound external links and anything missed. Fifth, verify after launch that internal links point at live URLs in one hop, not through redirects. This belongs on the [redesign launch checklist](/website-redesign-launch-checklist-digital-agencies/). Done this way, the internal-link graph is rebuilt to the new URLs directly, preserving both the speed and the authority-routing the links provide, with redirects backing up only what you could not control.

## Keep the structure, not just the pages

A subtle point worth making explicit: preserving internal links is not only about fixing broken destinations, it is about preserving the structure the links express. The pattern of which pages link to which, how the navigation is organised, which pages are linked most, signals to search engines what your site is about and what matters most. A redesign that rebuilds the pages but flattens or reorganises the internal linking, even if no link technically breaks, changes those signals and can shift how authority flows and how pages rank. So "keep the internal links" means keep the graph's shape, not just keep the links working. If the old site funnelled authority to key landing pages through a particular linking pattern, the new site should preserve that pattern, not just ensure every link resolves. This structural preservation is the deeper half of the job, beyond the mechanical fixing of broken destinations.

## Common mistakes with internal links in a redesign

The recurring errors all treat internal links as automatic. Changing every URL unnecessarily, when keeping slugs would have left most internal links untouched, multiplies the work and the risk. Relying entirely on 301s to catch internal links leaves the whole site navigating through redirects, slower and weaker than direct links. Fixing only the navigation and missing the contextual links buried in old posts leaves a scatter of redirected internal links. Flattening the link structure during the rebuild changes the signals even when no link breaks. And skipping verification means broken or redirected internal links go unnoticed. Each is avoided by keeping slugs where possible, inventorying all three kinds of internal link with a crawl, rewriting them to the new URLs directly, preserving the graph's shape, and verifying, which keeps both the speed and the authority-routing the internal links provide.

## Key points to remember

When a website is redesigned, internal links break only if URLs change, so keeping slugs stable is the first defence, since every unchanged URL is a set of internal links you need not touch. Where URLs do change, internal links pointing at the old ones break unless rewritten; 301s will catch them, but routing your own navigation through redirects is slower and a weaker signal than linking directly to the new URLs, so reserve redirects for inbound external links and rewrite internal links to point straight at the new pages. Find all three kinds, navigation, contextual, and structural, with a crawl, preserve the shape of the link graph (not just that links resolve), and verify after launch. WPBuildAI rebuilds the internal-link graph and menus to the new URLs, so the redesign keeps its link equity; send your site URL for a fixed quote.

Not affiliated with WordPress or Lovable.