sitemaps doesn’t appear pagination for urls that are over 200 items_per_page
-
Hi and special thanks for your nice plugin…
If I set items_per_page on 200 (or another value), then other urls that are over this threshold not appear on sitemap (in pagination or sub level or another thing) and google not detect theme…
For example, I have about 600 product tags (I set settings to display tags with 0 product on sitemap), your plugin just listed first 200 urls in product_tag-sitemap.xml
I can see other urls if enter product_tag-sitemap2.xml and product_tag-sitemap3.xml in address bar manually, but these addresses not linked and not appeared in main sitemap (on under product_tag-sitemap.xml)I was tried this ways to resolve but not worked:
1. Flushing the Sitemap cache by following this video screencast:
https://i.rankmath.com/pipRDp2. Excluding the Sitemap files of the Rank Math plugin in my caching plugin.
3. applying the following filter code to my rank-math.php File.
add_filter( 'rank_math/sitemap/enable_caching', '__return_false');
Can you please help me?
- The topic ‘sitemaps doesn’t appear pagination for urls that are over 200 items_per_page’ is closed to new replies.