the wp_sitemaps_posts_query_args, wp_sitemaps_taxonomies_query_args, and wp_sitemaps_users_query_args filters can be used to modify the underlying queries. using these queries, certain items can be excluded. example: ensuring the page with id is not included add_filter( 'wp_sitemaps_posts_query_args'...