• Resolved Dan Di Gregorio

    (@mzarkoff)


    Hello,

    I am stumbling into “no valid sitemap” error when i try to save my YOAST generated sitemap into crawler preferences of Litespeed cache plugin.

    I’ve already searched in the forum and I’ve tried all the suggested solutions without success.

    I also create the file:

    <?php
    require( './wp-load.php' );
    
    $response = wp_remote_get( 'https://xxx' );
    
    echo '<pre>';
    var_dump($response);
    echo '</pre>';

    With the sitemap URL and it normally returns all pages URL. I don’t know what to try else…

    Can you please help?

    I’m running:
    – Litespeed Enterprise on Scalahosting
    – Latest WP version 6.4.3
    – PHP 8.2
    – sitemap: https://dicasdomundo.com.br/page-sitemap.xml

    Thanks in advance,
    Dan

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No valid sitemap error’ is closed to new replies.