Product tag sitemap shows only 200

#1093178
  • Resolved Indiabizdata
    Rank Math free

    Hello, I’m having around 3K product tags. But only 200 product tags are showing, no pagination at all. Yes I know to increase the limit, but this also not working to have all 3K product tag links in single sitemap.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, we apologize for the issue you are facing with your product tag sitemap. It seems that the sitemap is limited to showing only 200 product tags, and you are not seeing pagination options to view more.

    In Rank Math, the default behavior is to limit the number of items displayed in the sitemap for performance reasons. If you want to include all your product tags in a single sitemap, you may need to check your settings or consider if there are any restrictions imposed by your hosting environment.

    Here are a few steps you can take:

    1. Check Sitemap Settings: Ensure that there are no settings limiting the number of tags included in the sitemap. You can find the settings under Rank Math > Sitemap Settings.
    2. Server Resources: Sometimes, server limitations can affect how many items can be processed. Check your server’s PHP settings, such as max_input_vars, memory_limit, and others, to ensure they meet the recommended values.
    3. Contact Support: If you’ve checked these settings and are still having issues, 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 raising this concern!

    Hello,

    Please follow these steps to flush your sitemap cache:

    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. Disable the transient cache for the sitemap by applying this filter. This will make sure that your XML sitemap always reflects the latest changes on your site:

    /** 
     * 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');

    If you’re not sure how to add this code, you can follow this guide:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Also, ensure that your empty tags are indexed and included by disabling this option in Rank Math > Titles & Meta > Global Meta

    empty

    Looking forward to helping 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 2 replies - 1 through 2 (of 2 total)

The ticket ‘Product tag sitemap shows only 200’ is closed to new replies.