How to import 20.000 links

#15732
  • Resolved jakob olszewski
    Rank Math pro

    Hi…
    i did use broken link checker … for my redirections… i have now a file with a lot of links
    how to i ad the CSV to your plugin ? i found no way to do that

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

    Thank you for contacting Rank Math today.

    While the broken link checker plugin is activated, please head over to Rank Math > Import & Export where you will find an option to import the redirections.
    Please limit the number of redirections that are imported beforehand by using the following code in your theme’s functions.php file:

    /**
     * Number of items to import per run.
     *
     * @param int $items_per_page Default 100.
     */
    add_filter( 'rank_math/importers/items_per_page', function( $items_per_page ) {
     return $items_per_page;
    });

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hello i did do the import in Broken Link checker (from ManageWP)
    But i don’t see any new options in rank math 🙁

    here the screenshots :

    so what can i do now ?

    Hello,

    Thank you for contacting Rank Math today.

    The Broken Link checker plugin does not seem to have a feature to create redirections. It only seems to detect 404s and thus importing these would not work since the redirection module only detects redirections that have been set up.

    Looking forward to helping you. 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 3 replies - 1 through 3 (of 3 total)

The ticket ‘How to import 20.000 links’ is closed to new replies.