Remove the default sitemap from the robots.txt file in the Jetpack plugin and service.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'jetpack_sitemap_include_in_robotstxt', '__return_false' );
Remove the default sitemap from the robots.txt file in the Jetpack plugin and service.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'jetpack_sitemap_include_in_robotstxt', '__return_false' );
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.