• Resolved Kathy

    (@wpzones)


    I’m trying to use jetpack sitemap but getting a major problem.

    With page and post, image URL also include.

    How can I remove image sitemap from jetpack?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Karen Attfield

    (@wpkaren)

    Hi there,

    Currently the image sitemaps are included by default when Jetpack’s sitemaps are enabled.

    You can add a filter like this to your theme’s functions.php file if you are using a child theme, or ideally with a functionality plugin to disable the Jetpack image sitemaps:

    add_filter( 'jetpack_sitemap_image_skip_post', '__return_true' );

Viewing 1 replies (of 1 total)

The topic ‘About Image Sitemap Remove’ is closed to new replies.