Architecting Authority

Well-Known URLs Updated June 2026 14 minutes

What Are Redirects?

A redirect sends someone from one web address to another. If an old page moved, the redirect tells the browser and search engines where the useful page now lives. Redirects matter because broken or messy routes can waste crawl time, split signals and send buyers to the wrong place.

Simple answer: A redirect is a forwarding rule for a URL. Use it when a page moves, a URL changes, duplicate versions need consolidation or an old page should point to a better replacement.

What you will learn
  • What a redirect means in plain English
  • When to use a permanent or temporary redirect
  • Why redirect chains and loops create risk
  • How redirects differ from canonical tags
  • What to check during a redesign or migration
  • Why sitemaps and internal links should point to final URLs
  • How redirects support Revenue Infrastructure
Time to read14 minutes
Tool mentionedSEO audit tool
Key takeawayA redirect is a route change for a page. It should send people, search engines and internal links to the best new destination with as few steps as possible.
Meaning first signal URL Change Map Groew lens Next move

Plain meaning: this lesson connects the beginner definition to the business system Groew builds around it.

A redirect is a forwarding rule for a URL

Think of a redirect like a sign on an old shop door. The shop has moved, so the sign tells visitors where to go next.

On a website, the old URL responds with a redirect status code and a new location. The browser follows that route. Search engines follow it too and decide which URL should stay in search results.

The redirect should point to the closest useful replacement. Sending every old URL to the homepage usually creates confusion because the destination does not answer the same need.

Old URLThe address people or bots requested.
Redirect ruleThe instruction that names the new route.
New URLThe best matching destination page.

Permanent and temporary redirects send different signals

The main beginner choice is permanent or temporary. A permanent redirect tells search systems the move should last. A temporary redirect says the old page may come back.

Google treats permanent redirects as a signal that the new target should become the canonical page. Temporary redirects usually keep the source URL as the one search should remember.

Use the status code that matches the business decision. Do not use a temporary redirect for a page that is gone forever.

Drag sideways to see more columns
Redirect typeCommon codePlain meaningUse when
Permanent301 or 308This page moved for goodA URL changed, a page merged, or an old service page has a final replacement
Temporary302 or 307Use this other page for nowA page is unavailable for a short time or a campaign needs a short route
Meta refreshPage level refreshThe page tells the browser to moveOnly when server side control is not available
JavaScript redirectScript based routeA script changes the page locationOnly when cleaner server side redirects are not possible

Use redirects when the old URL still has value

Redirects are useful when a page moves, a site changes domain, two pages merge, a product or service page is replaced, or duplicate URL versions need one preferred destination.

They are also important during redesigns. A redesign often changes URLs, navigation and templates at the same time. Without a redirect map, the site can lose the routes that carried search value and buyer bookmarks.

Not every deleted page needs a redirect. If there is no relevant replacement, a clean 404 page can be more honest than sending people to an unrelated page.

Moved pageSend the old URL to the new version.
Merged contentSend weaker pages to the strongest replacement.
Changed domainMap old routes to matching new routes.

Redirect chains and loops make routes harder to trust

A redirect chain happens when URL A redirects to URL B, then URL B redirects to URL C. A loop happens when redirects send visitors in a circle.

Chains add friction for browsers and crawlers. Loops can stop the page from loading at all. Both usually appear after migrations, CMS changes or years of small URL updates.

The cleaner fix is to update the old URL so it redirects directly to the final destination. Internal links should also point to the final URL instead of relying on the redirect.

Drag sideways to see more columns
ProblemWhat it looks likeBetter fix
Redirect chainOld page to middle page to final pagePoint old page directly to final page
Redirect loopPage A to page B to page ABreak the circular rule and choose one final destination
Homepage dumpMany old pages point to homepageMap each old page to the closest matching useful page
Internal redirectSite links point to an old URLUpdate the internal link to the final URL

Redirects are not the same as canonical tags

A redirect sends people and bots to another URL. A canonical tag keeps the page accessible while asking search systems to treat another URL as the main version.

Use a redirect when the old page should no longer be used. Use a canonical when similar pages still need to exist but one version should represent the group.

If a page both redirects and declares a different canonical target, the site is sending mixed signals. Keep the route simple.

RedirectMove users and bots to another URL.
CanonicalKeep page open but name the main version.
Clean signalUse the control that matches intent.

A redesign needs a redirect map before launch

The safest time to plan redirects is before the URL change goes live. Export current URLs, decide which pages stay, which pages merge, which pages disappear and which new URL each old page should reach.

After launch, crawl the old URL list and confirm each important old URL returns the intended redirect. Then inspect priority pages in Search Console after Google has recrawled them.

This is basic website governance. It prevents a design launch from becoming an organic traffic loss event.

Drag sideways to see more columns
Old URL statusRedirect decisionCheck after launch
Same page, new URL301 to new matching pageOld URL resolves to final URL in one hop
Merged page301 to strongest relevant pageDestination answers the same intent
No replacement404 or 410 when appropriateCustom error page gives useful next routes
Temporary outage302 or 307 to temporary pageOld URL can return when the outage ends

Check redirects with final URLs, sitemaps and internal links

A redirect is not finished when the rule is added. You still need to check whether the final URL is the correct destination, loads with a clean status and appears consistently in internal links, canonicals and the sitemap.

For important pages, test the old URL, the destination URL and the internal routes that point there. If the sitemap lists redirecting URLs, update it to the final canonical URL.

The practical rule is simple. Search systems should see the final preferred URL everywhere the business controls.

Final URLDoes the route land on the right page?
One hopDoes it avoid chain redirects?
Signal matchDo links, sitemap and canonical agree?

Redirects protect Revenue Infrastructure during change

Revenue Infrastructure depends on owned pages staying findable through redesigns, migrations and content cleanup. Redirects protect that ownership when URLs change.

A weak redirect plan turns old search value into dead ends. A strong redirect plan keeps buyer routes, search signals and reporting history connected to the new structure.

For Groew, redirects are not background technical admin. They are part of keeping the acquisition system intact while the website improves.

Working notes from Groew

Use these notes when you turn the lesson into a real page, campaign or acquisition decision. This is where the idea becomes operational.

Map old URLs before launchDo not wait until traffic drops. Export the current URL list and decide the best new destination for every important page before the redesign goes live.
Do not send everything homeA homepage redirect often breaks intent. Send old URLs to the closest useful replacement or use a helpful error page when no replacement exists.
Update internal links tooA redirect rule is not a reason to keep old internal links. Point navigation, articles, tools and sitemaps to the final URL.
Check one hop routesImportant old URLs should usually reach the final page in one redirect, not through a chain of old route decisions.

2026 research and expert notes

Use these notes to understand how current search updates, AI answer surfaces and audit platforms change the way this topic should be checked.

Google separates permanent and temporary redirect signals Google Search Central says permanent redirects signal that the target should be shown in search results, while temporary redirects usually keep the source URL as the search result candidate. Google redirects and Search
Server side redirects are the clearest option Google recommends permanent server side redirects whenever possible when a page URL changes permanently because they are easier for people and search systems to interpret. Google redirects and Search
Redirect status codes carry different method behavior MDN notes that redirect codes can differ in permanence, caching and whether a request method may change. This matters most for forms, applications and non standard page requests. MDN HTTP redirections
Field pattern: redesign traffic drops often start with route loss When a redesign changes URLs without a tested redirect map, the business can lose old search routes, internal routes and external link value at the same time. The fix starts with route evidence, not new content volume.

Search standards to keep in mind

Use these rules as guardrails before changing page structure, links or crawl settings. They keep the lesson connected to current search standards instead of one off tactics.

Track blended truth, not channel vanityUse Marketing Efficiency Ratio and customer acquisition cost together so scaling decisions follow business reality.
Keep attribution humbleAttribution models are directional, not absolute. Validate decisions against blended economics and close rate quality.
Separate experimentation from operating budgetProtect learning budgets, but do not let tests hide declining payback in the core acquisition system.
Control LLM crawler policy intentionallySet GPTBot and OAI-SearchBot rules based on your visibility strategy, then document the policy for future teams.
Use revenue quality as the final filterTraffic and leads can rise while business quality falls. Monitor fit, retention signals and payback speed before scaling spend.
Alokk's perspective
Alokk, Founder at Groew
Alokk Founder and Lead Growth Architect, Groew
Redirect problems usually show up after the celebration of a new website. The pages look better, but the old routes are broken. In one redesign recovery, the team had more than 200 technical issues, broken redirect paths and weak internal links. Fixing the foundation helped stop the decline within 90 days, and the business later reached 111 percent more marketing qualified leads within 12 months. Redirects mattered because they protected the route between old demand and the new website.

Questions about What Are Redirects?

A redirect is a rule that sends someone from one URL to another URL. It is used when a page has moved, a URL has changed, or an old page should point to a better replacement.
A 301 redirect means the move is permanent. A 302 redirect means the move is temporary. Use 301 when the old URL should not come back. Use 302 when the old URL may return later.
A clean redirect does not automatically hurt SEO. Problems happen when redirects point to irrelevant pages, create chains, create loops, or leave internal links and sitemaps pointing at old URLs.
No. Redirecting every deleted page to the homepage is usually weak because the homepage does not answer the same question. Redirect to the closest useful replacement, or use a helpful 404 page when no replacement exists.
A redirect chain happens when one URL redirects to another URL, which then redirects again. The better setup is for the old URL to point directly to the final destination.
No. A redirect moves users and bots to another URL. A canonical tag keeps the page accessible while asking search systems to treat another URL as the main version.
Test the old URL list, confirm each important old URL goes to the intended final page, check for chains, update internal links, update the sitemap and inspect priority pages in Google Search Console.
From Groew's Search Authority Team

The Complete Beginner Guide to What Are Redirects

This guide turns the lesson into practical business judgment. Use it to understand the concept, avoid the common mistake and connect the idea back to Revenue Infrastructure.

Start With The Reason The URL Changed

A redirect should begin with intent. Ask why the URL changed before deciding the status code or destination. If a page moved permanently, the old URL should point to the new version with a permanent redirect. If a page is unavailable for a short time, a temporary redirect may fit better. If a page was removed and no useful replacement exists, a clear error page can be more honest than a forced redirect. This first decision matters because search systems use redirect type as a signal. A permanent move says the new destination should become the page people find. A temporary move says the old page may still matter. Many redirect mistakes happen because teams choose a code quickly without writing down the business reason.

Read the complete guide

Map Old URLs To The Closest New Destination

The strongest redirect map pairs each old URL with the closest useful new destination. A service page should usually redirect to the matching new service page, not the homepage. A merged article should redirect to the better combined article. A removed product page should point to the most relevant category or replacement if that page actually helps the visitor. This protects trust. Someone who clicks an old link expects the same subject, not a generic landing page. Search engines also need topical continuity. If the old page was about technical SEO and the redirect lands on a broad homepage, the route no longer carries a clear meaning. A redirect map is therefore part technical work and part editorial judgment.

Avoid Chains By Updating The First Rule

Redirect chains are common on older sites. A page moves once, then the destination moves again later. The old rule keeps pointing to the middle page, so the route becomes longer than needed. This creates avoidable friction and makes audits harder. The best habit is to update the earliest old URL so it points directly to the final destination. Then update internal links so the site does not keep sending visitors through old routes. A chain may still work, but working is not the same as clean. Revenue pages, high traffic articles, tools and client stories deserve direct routes because they carry business value.

Do Not Use Redirects To Hide Weak Page Decisions

Redirects should not be used to avoid hard content decisions. If a page is outdated, decide whether it should be updated, merged, redirected or removed. If the replacement page does not answer the same need, forcing a redirect creates a bad user path. This is why content audits and redirect planning belong together. A redirect is useful when it preserves intent. It is weak when it sends every old page to the nearest commercial page just because the team wants to keep traffic. Search visibility is more durable when the destination is actually helpful.

Keep Sitemaps And Internal Links On The Final URL

After a redirect is added, update the signals the business controls. The sitemap should list the final canonical URL, not the old redirecting URL. Internal links should point directly to the final URL. Canonical tags should agree with that same destination. This makes the site easier to crawl and easier to understand. Leaving old URLs in navigation, articles, tools or sitemap files means the website is asking crawlers to take extra steps. On a small site that may look harmless. On a larger site it creates noise and can hide more serious route problems.

Test Redirects Before And After Launch

Redirects should be tested twice. Before launch, test the planned map in staging or with the platform rules available to the team. After launch, crawl the old URL list and record the status, destination and number of hops. Check the pages closest to revenue first. That usually means the homepage, service pages, industry pages, high traffic articles, tools and pages with external links. Then use Google Search Console after recrawl to confirm that priority destinations are being seen correctly. This process is simple, but it prevents many redesign losses.

Separate Redirect Work From Canonical Work

Redirects and canonical tags both help with URL control, but they are not interchangeable. A redirect removes the old route from normal use and sends visitors elsewhere. A canonical tag leaves the page accessible while naming the preferred representative. Use redirects when the old URL should not remain a destination. Use canonicals when similar pages need to remain available. Mixing both without a plan creates mixed signals. A clean website has one route story: old URLs forward when they should, duplicate URLs consolidate when they must, and final pages carry the public signals.

Connect Redirect Governance To Revenue Infrastructure

Redirect governance protects owned demand. A business may spend years earning links, rankings, bookmarks and internal routes to specific URLs. When those URLs change without a clean map, the business can damage its own infrastructure overnight. That is why Groew treats redirects as part of Revenue Infrastructure. The goal is not to pass a technical checklist. The goal is to keep demand routes alive while the website evolves. Every redesign, content cleanup, domain move and service change should include redirect planning, sitemap cleanup, internal link updates and post launch verification. This keeps the asset compounding instead of resetting whenever the site changes.

Connect This To Revenue Infrastructure

This topic matters because growth should compound, not reset. Groew connects this lesson to technical SEO foundation so the business owns more of the system that creates revenue.

Do this next: Use the SEO audit tool, then continue to What Is Structured Data?.

Continue learning

Learn the next topic here.

These lessons continue the same business problem from a different angle. Use them to move from one definition to a working acquisition system.

Related insights

Read the deeper Groew analysis.

These insights connect the lesson to search visibility, AI answers, and Revenue Infrastructure decisions.

Check what this means for my business.

Use Groew's free tool to turn this lesson into a practical next step for your website, ads or acquisition system.

Run My Free Check
ESC