Skip to content
CMS Max Documentation

Managing 301 Redirects

How to create and manage permanent URL redirects to keep visitors and search engines finding the right pages on your site.

Overview

A 301 redirect automatically sends visitors and search engines from one URL to another. When a page is moved or deleted, a 301 redirect ensures users reach the correct page while preserving your search rankings.

How Redirects Are Created Automatically

When you change a page's URL in CMS Max, the system automatically creates a 301 redirect from the old URL to the new one. This means:

  • Visitors using old links are sent to the correct page without any extra steps
  • Your search engine rankings are preserved
  • You never need to worry about broken links when updating page URLs

The redirect is created as soon as you save the page with the updated URL.

Accessing the Redirects Manager

  1. Click SEO Max in your admin menu
  2. Select 301 Redirects
  3. Your existing redirects are shown in a table

301 Redirects list

Creating a Single Redirect

  1. Click Create 301 Redirect
  2. Enter the original URL (the old address)
  3. Enter the destination URL (where visitors should go)
  4. Click Save

The destination can be a page on your own site or a page on an external website. For external sites, include the full address starting with https://.

URL format: Enter only the path portion of the URL — the part after your domain name. For example, enter old-page or blog/old-article, not https://yourdomain.com/old-page.

Creating a Batch Redirect

If you need to redirect many old URLs to a single destination at once:

  1. Click Batch Redirect
  2. Enter the original URLs, one per line
  3. Enter the single destination URL
  4. Click Save

This is useful when consolidating old product pages into a category page, or redirecting a group of outdated pages to your homepage.

Using Wildcard Redirects

Wildcards let you redirect many URL variations with a single rule. Use an asterisk (*) to match anything that follows a pattern.

For example, a rule for old-blog/* will match old-blog/post-1, old-blog/post-2, old-blog/category/tech, and any other address that starts with old-blog/.

Common uses:

  • Moving an entire blog section: old-blog/* to new-blog/*
  • Retiring a product line: products/discontinued/* to products/
  • Consolidating language variants: en-us/* to /

Editing and Deleting Redirects

The redirects table shows all your active redirects with their original and destination URLs. You can:

  • Edit a redirect to update its destination URL
  • Delete a redirect when it is no longer needed

Be careful when deleting redirects — visitors who follow old links will receive a "page not found" error once a redirect is removed.

One Redirect per URL

Each original URL can only have one active redirect. If you create a new redirect for a URL that already has one, the new redirect will replace the existing one.

Testing Your Redirects

After creating a redirect, verify it is working:

  1. Open a private or incognito browser window
  2. Type in the old URL
  3. Confirm that you are automatically taken to the correct destination
  4. Check that the new URL is shown in the address bar

Best Practices

  • Redirect to the most relevant page, not just the homepage
  • Avoid redirect chains (redirecting A to B, and B to C) — redirect directly to the final destination, as chains slow down page loading
  • Periodically review your redirects list and remove any that are no longer needed
  • Test redirects in an incognito window to see the experience as a visitor would

Why 301 Redirects Matter for SEO

A 301 redirect signals to search engines that a page has permanently moved. This transfers the ranking value of the old page to the new destination, preventing 404 errors, maintaining your search positions during URL changes, and ensuring any external links pointing to the old address continue to benefit your site.