There’s no parameter way that I know of for register_taxonomy for this topic, so the best I’m really finding is this:
https://mekshq.com/remove-archives-wordpress-improve-seo/
However, you’d want to use something like https://developer.ww.wp.xz.cn/reference/classes/wp_query/is_tax/ in place of their versions. So something like:
if( is_tax( 'my_taxonomy_slug' ) ) {
Like the tutorial mentions, this would go in your active theme’s functions.php file.
Thank’s a lot. I’ll try it.
All the best,
patrick
Wish I could offer more, but sometimes that’s just how WP can be. I kind of wish they had a “taxonomy archive” the same way they do a post type archive, but the closest we technically get is taxonomy *term* archives.
Alas, I’m off on a brief tangent.