Importing more than 100 redirects

#602910
  • Resolved Anonymous
    Rank Math free

    Hello,

    We have a website with a lot of old content that we want to delete and apply 410 status on it.
    I’ve downloaded the example file you provided and filled with almost 5.000 URLs.

    The issue is that when I import the CSV in Rank Math Redirects it only processes one, but it adds 100 URLs in a group.
    Is there a way to import all the URLs individually?

    Thanks,

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    If you want to import the redirections individually into the system then you can try to add the following filter on your website:

    add_filter('rank_math/admin/csv_import_redirection_update', function ($exist, $data) {
        return false;
    }, 10, 2);
    

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Importing more than 100 redirects’ is closed to new replies.