• Resolved William Larson

    (@parveztkg)


    Hello,

    I have been trying to solve this problem for days. We have 3 sites on the same server, but the crawler does not work on 1 site. All sites have the same settings, and the sitemap plugin (Rank Math SEO) is the same.

    The problem is : No valid sitemap parsed for crawler.

    On the LiteSpeed Cache Crawler – Map section (https://captionscraft.com/)

    *** LiteSpeed Report

    Report number: SYVMQBXI

    Report date: 01/05/2024 03:43:21

    Please help

    Regards

    William Larson

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support qtwrk

    (@qtwrk)

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

    please create a php file with above code , place it at same dir as your wp-config.php , replace https://xxx to your sitemap URL

    then open it in browser, see what it returns.

    Thread Starter William Larson

    (@parveztkg)

    Hello

    Thank you for your fast reply.

    Now, I am getting this.

    Please check the pic

    Please help

    Regards

    William Larson

    Plugin Support qtwrk

    (@qtwrk)

    hmmm? please re-verify the steps, you must have done something wrong to see this page , you should see a pure HTML output

    Thread Starter William Larson

    (@parveztkg)

    Hi

    Please check the both pictures

    1

    2

    I have done as your instruction, i think.

    Please give me the point where i have done wrong.

    Regards

    William Larson

    Plugin Support qtwrk

    (@qtwrk)

    the file name and URI is case sensitive ,so please make sure it is same on both sides

    Thread Starter William Larson

    (@parveztkg)

    Hi

    Thank you for your fast reply.

    I understood my mistake.

    Now the result is in the picture HERE

    Please check

    Regards

    William Larson

    Thread Starter William Larson

    (@parveztkg)

    Hi

    Thank you for your fast reply.

    Now the result is in the picture HERE

    Please check

    There is showing error.

    and now i am getting a issue Litespeed is not making WEbp from last 2 days. I checked in hosting file manager but in the WordPress dashboard is showing webp created, which is not correct.

    So the crawl issue and not making webp issue started same day.

    Check the pictures

    1

    2

    Please help

    Regards

    William Larson

    Plugin Support qtwrk

    (@qtwrk)

    on your screenshot , you can see the request to site end up in some kind of SSL error , image optm will break as well

    I am not sure where did it come from , but perhaps some kind of server issue

    the test code is essentially use wordpress’s wp_remote_get function to open a page from your site , which is independent to any and all plugins but only wordpress core function, if that breaks , that means something is probably wrong on your server.

    please forward the above screenshot and test script to your hosting provider and kindly ask them to investigate.

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

The topic ‘No valid sitemap parsed for crawler’ is closed to new replies.