SEO

How to Set Up a 301 Redirect When You Rename a Page

· 7 min read

Renamed or moved a page and worried about broken links? Here's how to set up a 301 redirect with no code, so visitors and Google land in the right place.

You changed a page's name, or moved it somewhere better, and now the old link leads nowhere. That's a problem. Anyone who bookmarked it, shared it, or found it on Google now hits a dead page. The fix is a 301 redirect, and you can set one up with no code in a few minutes. This guide shows you exactly how.

What a 301 redirect actually does

Think of a 301 redirect like mail forwarding. When you move house, you tell the post office your new address so your letters follow you. A 301 redirect does the same for a web page. It tells browsers and search engines, "This page has permanently moved. Send everyone to this new address instead."

The "301" is just a code that means "permanent." That word matters. Because it's permanent, Google passes most of the old page's search value over to the new one. So the ranking and trust you built up don't get thrown away.

Here's the short version of what a good redirect gives you:

  • Visitors who click an old link land on the right page instead of an error.
  • Google updates its records and keeps your rankings mostly intact.
  • Links other sites pointed at your old page still count.
  • Your site looks maintained, not broken.

When you actually need one

You don't need a redirect for every tiny change. You need one whenever the web address (URL) of a page changes and the old address might still be out there. Common cases:

  • You renamed a page, so /services became /what-we-do.
  • You moved a page under a new section, like /blog/post to /guides/post.
  • You deleted a page but have a similar one that should take its place.
  • You cleaned up messy URLs and made them shorter.

If you're doing a bigger change, like rebuilding your whole site or switching platforms, the same idea applies at a larger scale. Our guide on how to set up 301 redirects when you move or rebuild a site walks through that bigger job step by step.

What happens if you skip it

Skipping a redirect feels harmless because the new page still works. But the old link is still floating around, and here's what breaks quietly in the background:

  1. People who click the old link see a "page not found" error and often leave for good.
  2. Google slowly drops the old page from search, and the new one starts from scratch.
  3. Any other website that linked to your old page now sends people to a dead end, so that link stops helping you.
  4. Your traffic dips, and it's hard to spot why.

None of this shows up on your dashboard as a warning. That's what makes missing redirects sneaky. A little setup now saves you from a slow, invisible leak later.

How to set up a 301 redirect with no code

You don't need to touch a single line of code. Most modern website builders have a redirects tool built right in. The steps are almost always the same, whatever platform you use.

  1. Write down the old URL. This is the full address people used before, like /old-page. Copy it exactly, including or leaving out the slash the same way it appeared.
  2. Write down the new URL. This is where you want people to go now, like /new-page.
  3. Open your redirects settings. Look in your site settings for a section named "Redirects," "URL redirects," or "SEO." On a builder like vq.pe, this lives in your site settings so you can add a redirect without any code.
  4. Add a new redirect. Paste the old URL in the "from" field and the new URL in the "to" field. Choose "301" or "permanent" if you're asked for a type.
  5. Save it. Some tools apply it right away. Others take a minute.

That's the whole job. One row: old address in, new address out. If you renamed five pages, you add five redirects, one per page.

A quick real example

Say you run a small bakery site. Your page about custom cakes used to live at /cakes. You expanded it and renamed it to /custom-cakes. You'd add one redirect: from /cakes to /custom-cakes. Now the flyer you printed last year with the old link still works, and the new page keeps the search traffic the old one earned.

Test that your redirect works

Never assume. Take two minutes to check it yourself.

  1. Open a private or incognito browser window. This ignores anything saved from before.
  2. Type or paste the old URL and press enter.
  3. Watch the address bar. It should quickly change to the new URL, and the new page should load.

If it doesn't jump to the new page, check for a small typo. A missing slash or an extra letter in the old address is the usual culprit. Fix it, save again, and test once more in a fresh incognito window.

Tell Google about the change

Your redirect does most of the work automatically. But you can speed things up by letting Google know. If you haven't already, it's worth learning how to set up Google Search Console for your website. It's a free tool that shows you which pages Google has found and flags broken links.

Inside Search Console you can ask Google to recheck the new page. You can also spot old URLs that still get errors, which tells you exactly where a redirect is missing. Check back a week or two after big changes to make sure everything moved cleanly.

Common mistakes to avoid

A few small errors trip people up. Watch for these:

  • Redirect chains. This is when A points to B, and B points to C. Always send the old page straight to the final page. Update old redirects when you move things again.
  • Redirecting to your homepage. When a specific page disappears, don't lazily send everyone to the homepage. Send them to the closest matching page. It's less confusing and keeps more search value.
  • Using a temporary redirect by mistake. A "302" means temporary, and Google treats it differently. For a permanent move, always pick 301.
  • Forgetting internal links. Redirects catch outside links, but you should still update links inside your own site to point at the new URL directly. It's faster for visitors and cleaner overall.

Broken links also hurt in quieter ways, like pushing people to bounce off your site. If you want fewer people leaving, our tips on how to reduce your bounce rate and keep visitors longer pair well with clean redirects.

A simple habit to keep your links healthy

Redirects aren't a one-time chore. Every time you rename, move, or delete a page, ask yourself one question: "Does an old address still point here?" If yes, add a redirect before you move on. Make it part of the same task, not a thing you'll do later. You won't do it later.

Keep a short list somewhere of every redirect you've made. A basic note with the old and new address is enough. It saves you from creating those messy chains and helps you spot patterns if traffic ever drops.

Redirects are one of those small, boring jobs that quietly protect everything you've built. A few minutes now keeps your visitors happy and your search rankings safe. Next time you rename or move a page, set the redirect right away, test it in an incognito window, and move on with confidence. If you'd rather not fuss with settings at all, a builder like vq.pe lets you add redirects from your site settings with no code, so nothing you publish ever goes to waste.

#301 redirect #seo #broken links #website building #no-code

Frequently asked questions

A 301 means the move is permanent, so search engines pass the old page's ranking value to the new one. A 302 means temporary, so Google keeps the old page in its records and doesn't transfer that value. For a renamed or moved page that isn't coming back, always use a 301.

No, a proper 301 redirect protects your rankings. It tells Google the page moved permanently and passes most of the old page's search value to the new URL. The bigger risk to rankings is skipping the redirect and leaving a dead link behind.

For visitors, it works the moment you save it. For Google, it can take a few days to a couple of weeks to fully update its records. You can speed this up by asking Google to recheck the new page in Search Console.

No. Most modern website builders include a redirects tool in the site settings. You just paste the old URL and the new URL into two fields and save. No code or technical setup is required.

Only if there's truly no better match. Sending everyone to the homepage confuses visitors who wanted something specific and loses more search value. Redirect to the closest related page whenever one exists.

Ready to build your own website?

Launch a professional website and online store with vq.pe — no code needed.

Get started free