Web & SEO

Renaming a Page Without Losing Its Google Traffic

By Novvai · Software Engineer 3 min read
An old street sign with an arrow pointing toward a new sign, standing in for a web address changing to a new destination

The Address Is Part of the Page

Change a page's slug and the content hasn't moved, but every backlink, bookmark and ranking built against that exact address has nowhere to go. None of it shows up as an outage. It shows up later, as a slow drop nobody notices in time.

Arc AI settled these rules before its own site, rebuilt in three days in September 2026, ever went live. The obvious shortcut, keep the new address and let the old one return "not found", would have quietly cost traffic on every page it touched.

Four Words Worth Knowing

A 301 means a page moved for good: search engines pass its history to the new address. A 302 means "temporary", so Google keeps indexing the old page and holds off transferring anything. Use a 302 for a permanent move and the old page can linger in results for months.

Deleting a page is a different question. A 404 means "not found", vague enough to be a dead link or a glitch. A 410 means "gone, on purpose", and search engines act on it faster. No replacement? Use a 410. Have one? That's a 301.

No Chains, No Dead Ends

Rename a page from A to B, then later to C, and a visitor hitting A bounces through B before reaching C. Every extra hop burns crawl budget and load time; enough of them and you get loops that never resolve. Every address a page has ever had should point straight at its current home, not the last stop in a chain.

The same goes when several issues land in one request, wrong host, capital letters, a trailing slash, a tracking parameter. That should still collapse into one redirect, not four. And a deleted page's old address shouldn't sit open for the next unrelated page to claim; years of backlinks are worth more than a free slot.

How Arc AI Built the Rules In

Arc AI's own site normalises host, case, slashes and tracking parameters into a single redirect. Editors can add manual 301 or 302 rules, each tracked for how often it's used. Delete a post, and every address it ever had becomes a 410 with a note, ready to be upgraded later. The site also records the true first-publish date separately from the display date, so a backdated draft is never mistaken for a page with years of earned history. A reviewer caught that gap while checking the plan, before anything went live.

Before You Touch a Single Address

  • Export every indexed address: Search Console, sitemap, analytics.
  • Map each one to a 301 or a deliberate 410. Nothing should default to 404 by accident.
  • Test with a redirect checker: one hop, correct status code, no loops.
  • Keep redirects in place for at least a year.
  • Watch your 404 reports for weeks after launch, not just day one.

Your Redesign, Minus the Reset

Change everything except the address, and Google keeps trusting what it already knows. Change the address without a plan, and it starts over. That's worth deciding before launch, not a month later when the traffic reports start looking strange.