The TamRank Redirect Manager lets you create, edit, and monitor URL redirects to preserve SEO value and improve user experience.
Accessing the Redirect Manager
Navigate to TamRank → Redirects in your WordPress admin.
Creating a Redirect
- Click Add New Redirect
- Enter the Source URL (the old URL)
- Enter the Target URL (where to redirect)
- Select the Redirect Type
- Click Save Redirect
Redirect Types
| Type | Name | Use Case |
|---|---|---|
| 301 | Permanent | URL has permanently moved |
| 302 | Temporary | URL temporarily changed |
| 307 | Temporary (Strict) | Preserves request method |
| 410 | Gone | Content permanently deleted |
When to Use 301
- Moving to a new domain
- Changing URL structure
- Consolidating duplicate content
- Deleting a page but have a relevant alternative
When to Use 302
- A/B testing
- Temporary maintenance page
- Seasonal content changes
Bulk Import
Import multiple redirects at once:
- Go to TamRank → Redirects → Import
- Upload a CSV file with columns:
- source_url
- target_url
- type (301, 302, etc.)
- Click Import
Managing Existing Redirects
The redirect list shows:
- Source URL
- Target URL
- Type
- Hits (how many times used)
- Last accessed date
Actions available:
- Edit: Modify the redirect
- Delete: Remove the redirect
- Test: Verify it’s working
Best Practices
- Always redirect to relevant content – Don’t redirect unrelated pages
- Avoid redirect chains – A → B → C is bad, A → C is better
- Update internal links – Don’t rely solely on redirects
- Monitor 404s – Create redirects for common 404 errors
- Keep redirects active – Maintain them for at least 1 year
Automatic Redirects
TamRank can automatically create redirects when you:
- Change a post’s URL slug
- Move a page to a different parent
Enable this in TamRank → Settings → Redirects → Auto-redirect on slug change