SEO analysis is not working

#84507
  • Resolved PT. Game Hub
    Rank Math free

    Whenever I am trying to run SEO analysis …it is showing an API error called- cURL error 28: Operation timed out after 30000 milliseconds with 0 bytes received. Please fix it.

    • This topic was modified 3 years, 7 months ago by PT. Game Hub.
Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math today.

    Please edit the following plugin file:
    /includes/modules/seo-analysis/class-seo-analyzer.php

    Then, change the following line (around line number 378):
    $request = wp_remote_get( $api_url, [ 'timeout' => 30 ] );

    Increase the timeout value to 60:
    $request = wp_remote_get( $api_url, [ 'timeout' => 60 ] );

    The SEO analysis should start working as expected.

    Or, you could also use the online version of the tool which is just as good:
    https://rankmath.com/tools/seo-analyzer/

    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 1 replies (of 1 total)

The ticket ‘SEO analysis is not working’ is closed to new replies.