Sitemap Blank

#595242
  • Resolved Anonymous
    Rank Math free

    Hi there,

    The sitemap to my website is currently blank: https://webluno.com/sitemap_index.xml

    It was working before but suddenly no longer works, no changes have been made to the website. I have read your article on how to fix it but it’s still not working.

    I have also excluded it from LiteSpeed cache.

    Hope we can find a solution.

    Regards
    Ruan

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for reaching out to Rank Math support. We are sorry to hear that you are having trouble with your sitemap.

    We have checked your sitemap URL and it seems to be working fine on our end. Please see the screenshot below that shows your sitemap is loading properly.

    It is possible that your browser is showing you a cached version of your sitemap that is blank. To fix this, please clear your browser cache and refresh the page. You can follow these steps to clear your browser cache: https://www.refreshyourcache.com/en/home/.

    Another possible reason for your sitemap issue is that your site has a transient cache that is preventing the sitemap from updating. To disable this cache, you can add a small code snippet to your site. If you are not familiar with how to add code to your site, please read this guide: https://rankmath.com/kb/wordpress-hooks-actions-filters/. Here is the code snippet that you need to add:

    /**
     * Filter if XML sitemap transient cache is enabled.
     *
     * @param boolean $unsigned Enable cache or not, defaults to true
     */
    add_filter( 'rank_math/sitemap/enable_caching', '__return_false');

    This code will disable the transient cache for your sitemap and allow it to update regularly.

    We hope this helps you resolve your sitemap issue. Please let us know if you have any other questions or concerns. We are always here to assist you.

    Cheers!

    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 ‘Sitemap Blank’ is closed to new replies.