sitemap – shows deleted posts
-
Hi,
in my sitemap are posts shown, that are deleted some weeks ago.
I’ve added the following code to rank-math.php:
`/**
* 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’);… cleared the cache and added this into cache plugin:
[a-z0-9_\-]*sitemap[a-z0-9_\-]*\.(xml|xsl|html)(\.gz)?
([a-z0-9_\-]*?)sitemap([a-z0-9_\-]*)?\.xmlBut the sitemap is not updated as expected.
Can you give he a hint, what to do?
Thx, Bettina
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘sitemap – shows deleted posts’ is closed to new replies.