A 301 redirect is a permanent redirect from one URL to another. This is important for:
-
Preserving SEO rankings when migrating from another provider.
-
Avoiding broken links in search engine results pages (SERPs).
-
Maintaining proper URL structure after renaming pages or moving libraries.
Step-by-Step Setup π
1. Create the Redirect File
-
Open a text editor (Notepad, TextEdit) and create a new file named:
-
Save the file to your desktop first.
-
Open Excel β File β Open β Browse β Change file type to All Files β Select
redirect.config.
2. Prepare Your Redirect Data
-
Your file must have two columns:
Old URL (relative path) New URL (relative path) /content/old-page /content/new-page -
Important: Always use relative paths, not full URLs.
-
β Correct:
/content/not-here-anymore -
β Incorrect:
www.asp.com/content/not-here-anymore
-
3. Save the File
-
In Excel, save as: Text (Tab Delimited) (*.txt)
-
Remove the
.txtextension so the file is named exactly:
4. Import to Media Manager
-
Log in to your Media Manager.
-
Upload the
redirect.configfile to the Root Directory (not inside any folders).
5. Notes & Tips
-
Propagation: Changes wonβt reflect immediately on search engines. It can take a few days depending on the search engine.
-
Active Page Conflict: If the old URL is currently active as a page, the redirect may not work.
-
Solution: Deactivate the page first.
-
Alternatively: Submit a support ticket to override this restriction.
-
This process ensures all your old URLs redirect to their new counterparts efficiently, helping maintain SEO performance and user experience.
Comments
0 comments
Please sign in to leave a comment.