Exclude author XML sitemap from Yoast SEO
<?php add_filter( 'wpseo_sitemap_exclude_author', function () { return []; });