Skip to content

Instantly share code, notes, and snippets.

@uprise10
Created November 16, 2017 14:02
Show Gist options
  • Save uprise10/82899d25d57bc0b47b5cd9714eb02c34 to your computer and use it in GitHub Desktop.
Save uprise10/82899d25d57bc0b47b5cd9714eb02c34 to your computer and use it in GitHub Desktop.
Exclude author XML sitemap from Yoast SEO
<?php
add_filter( 'wpseo_sitemap_exclude_author', function () {
return [];
});
@iamRahul1973
Copy link

Yeah, the 404 is gone when i removed this code. May be an issue with a theme or plug-in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment