Sitemap Links not Loading

#1098246
  • Resolved Manuals Library
    Rank Math free

    /post-sitemap1.xml is ok as it should have 1000 links
    /post-sitemap2.xml is ok as it should have 1000 links
    but /post-sitemap3.xml is not loading the urls in it on frequent basis

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

    We apologize for the issue you are facing with your sitemap links not loading properly. It seems that the third post sitemap is not consistently displaying the URLs as it should.

    Here are a few steps you can take to troubleshoot this issue:

    1. Flush Permalinks: Sometimes, flushing the permalinks can resolve issues with sitemaps. You can do this by going to Settings → Permalinks in your WordPress admin area and clicking the “Save Changes” button, even if you don’t make any changes.
      Flush permalink settings

    2. Check for Plugin Conflicts: Use the Health Check plugin to see if there are any conflicts with other plugins that might be affecting the sitemap generation.

    3. Server Resources: Ensure that your server has enough resources allocated. You can check this by navigating to Tools → Site Health → Info and looking at the server configurations. Make sure they meet the recommended values:

      • PHP max input variables: 1000
      • PHP time limit: 120
      • PHP memory limit: 512M
      • Max input time: 150
        Server configurations
    4. Caching Issues: If you have caching enabled, it might be interfering with the sitemap functionality. Try clearing your cache or temporarily disabling caching plugins to see if that resolves the issue.

    If these steps do not resolve the problem, please reply to this ticket with your site URL so that a human agent from our support team can assist you further. Thank you for bringing this concern to our attention!

    Sources:
    Rank Math Sitemap Issues and Their Fixes » Rank Math

    Hello,

    Thank you for contacting us. We apologize for any inconvenience that may have been caused.

    Please try to follow the steps below and see if that works for you.

    1. Flush the Sitemap cache by following this video screencast: https://i.rankmath.com/pipRDp

    2. Exclude the Sitemap files of the Rank Math plugin in your caching plugin. The cache could be via a plugin or from the server. For plugins or Cloudflare, please follow this article:
    https://rankmath.com/kb/exclude-sitemaps-from-caching/

    3. If the above steps don’t seem to work, kindly apply the following filter to your site.

    add_filter( 'rank_math/sitemap/enable_caching', '__return_false');
    

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

    Once done, clear your website cache and check the sitemap again.

    Let us know how it goes. We look forward to hearing from you.

    Thank you.

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

You must be logged in to reply to this ticket.