Url does not remove from XML Sitemap
-
Hi
https://inspire-yoga.com/lessons/week-9-framework-of-integrating-action-and-intention/
https://inspire-yoga.com/lessons/week-4-mechanics-of-alignments-and-posture/
I have disabled both pages url from site map but they are still display in site-map.
You Can see noindex on both pages but it does not removed from site map
I have also use code for remove that
add_filter( 'wpseo_exclude_from_sitemap_by_post_ids', function () { return array( 10136, 10148 ); } ); /* Disable Yoast SEO sitemap caching * Credit: Yoast development team ********* * Please note that changes will be applied upon next sitemap update. * To manually flush sitemap cache, please disable and enable the sitemap feature afterwards. */ add_filter('wpseo_enable_xml_sitemap_transient_caching', '__return_false');Nothing is working
Please help to fix this issue
Thanks
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Url does not remove from XML Sitemap’ is closed to new replies.