Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Anh Tran

    (@rilwis)

    Hi @weeklykorea,

    The code that I posted in the other topic works in this case:

    add_filter( 'slim_seo_sitemap_taxonomies', function( $taxonomies ) {
        $taxonomies = array_diff( $taxonomies, ['your_tax_1', 'your_tax_2'] );
        return $taxonomies;
    } );
    Thread Starter Bryan

    (@weeklykorea)

    Works like Charm!
    Thank you for kind reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exclude multiple taxonomy from Google XML sitemap’ is closed to new replies.