Redirects

A redirect manager with regex rules and CSV import, feeding directly from the 404 monitor.

4 min read

Seofyme's redirect manager lets you map old URLs to new ones without editing .htaccess or server config — redirects are matched and served by the plugin on every request.

What you can do

  • Create exact-match or regex redirect rules
  • Choose 301 (permanent) or 302 (temporary) status codes per rule
  • Bulk-import redirects from a CSV export
  • Convert a logged 404 straight into a redirect from the 404 monitor
Example CSV import format
csv
old-path,new-path,type
/old-post/,/new-post/,301
/blog/(.*),/articles/$1,301

Careful

Redirect chains (A → B → C) slow down crawlers and users. Point old URLs straight at their final destination instead of stacking rules.