Automatic redirection of all links when changing direct links

#150315
  • Resolved Redakcja
    Rank Math free

    Hi. Thanks for your plugin. It is perfect and I have no problems with it.

    However, I need your help. I want to change direct links in wordpress. Specifically, it’s about TAGS.

    At the moment the tag link looks like this:

    mysite/tag/xxx

    I need to change to

    mysite/topic/xxx

    As you can see, only the “tag” change to “topic” and nothing else. I searched a lot in your documentation but couldn’t find anything. I have a thousand tags and it will be a big problem for me to add these redirects manually.

    Thank you and all the best.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for getting in touch with us.

    In such a case you can use Regex redirection as shown below:

    Source:/tag/(*)
     Target: https://yoursite/topic/$1
    

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Hi. Unfortunately it doesn’t work.

    I get a message that an invalid source link for a Regex redirect

    Hello,

    Thank you for the follow-up.

    Could you please confirm if the URLs mysite/topic/xxx are already existing? If so, please try this format

    
    Source URL: /tag/(.*)
    Regex
    Destination: /topic/$1
    

    Regex Redirect Tags

    I hope that helps. Thank you, and looking forward to your update.

    Thank you. It worked. I wish you all the best!

    Hello,

    We are super happy that this issue is already resolved. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘Automatic redirection of all links when changing direct links’ is closed to new replies.