如果使用RankMath的Sitemap,当遇到地图不更新的时候,可以清理一下缓存。

官方教程视频:https://i.rankmath.com/pipRDp

包含两个步骤

第一步:

rankmath->sitemap: Links Per sitemap,把这个数字加1,从200改为201

第二步:

选择Post Name,保存一下

经过试验,有效果,这样操作以后,sitemap更新了

如果使用Nginx服务器,可以添加官方的一段代码。

官方说明:Since you are using an NGINX server, you may need to add the following code to your configuration file if your Sitemap pages are not loading. If you are unsure how to do it, please contact your hosting provider.

 # START Nginx Rewrites for Rank Math Sitemaps
 rewrite ^/sitemap_index\.xml$ /index.php?sitemap=1 last;
 rewrite ^/([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;
 # END Nginx Rewrites for Rank Math Sitemaps

添加到网站的配置伪静态里就可以