skip to Main Content

WordPress Code Snippets


How to Exclude Specific Post Types from AIOSEO Sitemap

Use this PHP snippet to prevent certain post types from appearing in your AIOSEO sitemap, giving you better control over what gets indexed by search engines.

add_filter( 'aioseo_sitemap_post_types', function ( $postTypes ) {
    unset( $postTypes['custom_post_type'] );
    return $postTypes;
});

I’m a WordPress developer with 10+ years of experience in WooCommerce and custom plugins. I combine technical expertise with design flair to help you create standout, user-friendly websites. Let’s transform your digital presence!

Best WordPress Hosting
Back To Top