Server error (5xx)

#80657
  • Hi,

    We have been getting the above error on Google search console (links submitted in sensitive data section)

    These are not in our sitemap as far as we can tell. How do we resolve these errors please? Where is Google even finding the URLs? We have any and all feeds disabled as follows.

    /**
     * Disable RSS Feed 
     */
    function itsme_disable_feed() {
     wp_die( __( 'No feed available, please visit the <a href="'. esc_url( home_url( '/' ) ) .'">homepage</a>!' ) );
    }
    
    add_action('do_feed', 'itsme_disable_feed', 1);
    add_action('do_feed_rdf', 'itsme_disable_feed', 1);
    add_action('do_feed_rss', 'itsme_disable_feed', 1);
    add_action('do_feed_rss2', 'itsme_disable_feed', 1);
    add_action('do_feed_atom', 'itsme_disable_feed', 1);
    add_action('do_feed_rss2_comments', 'itsme_disable_feed', 1);
    add_action('do_feed_atom_comments', 'itsme_disable_feed', 1);

    Thank you for your input.

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

    Thank you for contacting support and sorry for the inconvenience caused due to that.

    5xx errors are usually caused due to server misconfiguration or other server issues. Having the error log file will give a clear idea of why this might be happening. Please share the error log with us.

    If you are not sure where that is, please ask your web host and they should be able to help you locate the log files.

    With that said, Rank Math does not fiddle with your RSS feeds and we do not offer any options for disabling those either. So, it is something not related to Rank Math.

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

    Thank you for your response, Uzair. I guess my question related to whether this might be related to WP 5.5 new sitemap feature, which per my understanding, RankMath is redirecting to the one it generates.

    I will follow up with the hosting company.

    Alberto
    Rank Math business

    Hello,

    Perfect, just let us know how it goes once they answer you.

    Looking forward to help 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 ‘Server error (5xx)’ is closed to new replies.