Hello,
Thank you for contacting Rank Math today and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.
Rank Math doesn’t have any such functionality and that is not at all appropriate. Rank Math creates the sitemap on the fly and doesn’t create save the file.
Hope this helps you. Please do not hesitate to let us know if you need our assistance with anything else.
Thank you.
ok thanks a lot, but what about naming sitemaps? we have many news on our website and it created 3 sitemaps with 200 links per sitemap. Can we have 600 links in one sitemap, but would like also change the name of sitemap. If this function is available only for premium users, we would buy it, however there is also the ticket https://support.rankmath.com/ticket/dns_probe_finished_nxdomain/. Could you please help us to find solution here?
Hello,
Thank you for getting in touch with us.
Yes, you can have the 600 links on one sitemap. You have to increase the links per sitemap by going WordPress Dashboard > Rank Math > Sitemap Settings > General Tab > Links Per Sitemap:

You can’t rename the sitemap. But there is a filter by which you can add any ‘secret-word’ to your sitemap’s URL so that it isn’t accessible by anyone.
Let’s say you want to have a secret word “my-site” in your sitemap’s URL you can add this by this filter:
/**
* Filter to change the Sitemap URL Base
*
* @param string $base New URL Base
*/
add_filter( 'rank_math/sitemap/base_url', function( $base ){
return '/my-sitemap/';
}, 10, 1 );
Here is an article on how you can add any filter for Rank Math:
https://rankmath.com/kb/wordpress-hooks-actions-filters/
Don’t worry. We will take care of your mentioned ticket.
Hope this helps you. Please do not hesitate to let us know if you need our assistance with anything else.
Thank 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.