Hi. Why is my html sitemap not showing the latest updates?

#944510
  • Resolved appert
    Rank Math free

    I had this question before, but i cannot access it anymore…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, we apologize for the issue you are facing with your HTML sitemap not showing the latest updates. This can happen for a few reasons:

    1. Caching Issues: If you have caching enabled on your website, it might be serving an older version of the sitemap. Try clearing your website cache to see if that resolves the issue.

    2. Sitemap Settings: Ensure that you have correctly configured the HTML sitemap settings in Rank Math. You can check this by going to Rank Math SEO → Sitemap Settings and ensuring that all relevant pages are included.

    3. Shortcode Usage: If you are using a shortcode to display the HTML sitemap, make sure that it is correctly placed in your post or page. You can refer to the following guide for adding the HTML sitemap shortcode:

      • Add a Shortcode block in your post/page editor and insert the HTML sitemap shortcode.

      Add shortcode to post/page

    4. Updates Not Reflected: If you have recently added new content, ensure that it is set to be indexed and visible in the sitemap. If you have custom canonicals set for posts, they may not appear in the sitemap.

    If these steps do not resolve the issue, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.

    Sources:
    How to Create HTML Sitemap Using Rank Math » Rank Math

    Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    Can you please share your HTML sitemap URL with us so that we can check this further for you?

    Meanwhile, 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. Apply the following filter to your site to disable the transients cache for sitemap.

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

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

    Let us know how it goes. Looking forward to helping you.

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

You must be logged in to reply to this ticket.