• When Jetpack Boost is activated on my site, my All in One SEO sitemap becomes empty and only shows “This XML file does not appear to have any style information associated with it. The document tree is shown below.”

    There are no links listed. Deleting my cache, editing my .htaccess file, and deactivating WP Fastest Cache, Cloudflare, Gravity Forms, and other XML sitemap plugins didn’t help in my case. Only deleting Jetpack Boost got my sitemap reappear.

    I’d love to see this conflict get fixed as I’m using Boost to defer js and optimize CSS loading.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @arcfires,

    We’ve have a fix for this in the next update, which will be out early January.

    If you’d like, you can already add the following code snippet in your child theme’s functions.php file to fix it –

    if ( preg_match( '#(\.xml)$#i', $_SERVER['REQUEST_URI'] ) ) {
    	add_filter( 'jetpack_boost_should_defer_js', '__return_false' );
    }
Viewing 1 replies (of 1 total)
  • The topic ‘All In One SEO Sitemap Conflict with Jetpack Boost’ is closed to new replies.