• Resolved Christoffel

    (@christoffel)


    Hi,

    Jetpack sitemap doesn’t seem to list archive pages for taxonomies.
    Is this correct or has something gone wrong?

    Thanks,
    Christoffel

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @christoffel,

    The default Sitemap only includes Posts, Pages, and the Custom Post Types included in Jetpack. If you’d like to add a new Custom Post Type to the default Sitemap, you can use the jetpack_sitemap_post_types filter to specify your own array of post types to include:

    https://developer.jetpack.com/hooks/jetpack_sitemap_post_types/

    I hope that helps!

    Thread Starter Christoffel

    (@christoffel)

    Hi @tmmbecker,

    Thanks, but I aleady used that. I was wondering if you know how to add the category archive page? These pages are important on our website.

    Christoffel

    The posts on the category pages are already included in the sitemap automatically.

    For that reason, Jetpack doesn’t include a way to add category pages, as it becomes redundant. If you’d like to include those, then you may want to investigate other options for your sitemap.

    I hope that helps.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Jetpack sitemap archive pages’ is closed to new replies.