• Resolved Tobo

    (@infonetzlichtcom)


    Hi there,

    Im using a custom Sitemap for the Crawler. I import/ export options in Litespeed.

    “The crawler can use your Google XML Sitemap instead of its own. Enter the full URL to your sitemap here.”

    Why I have to enter the full URL? After import/ export settings I have to edit the URL manually on every site :-/.

    Thank you!

Viewing 1 replies (of 1 total)
  • The setting page just accept full URL, but there are few options for you to update the value:

    1) Force set URL by API on functions.php:
    LiteSpeed_Cache_API::force_option( LiteSpeed_Cache_Config::CRWL_CUSTOM_SITEMAP, 'YOUR_URL' ) ;

    2) Using LSCACHE WordPress CLI to update the option, options key is crawler_custom_sitemap

    3) Directly edit on you export options file by base64 decode (Please keep the JSON format correct and base64 encode before import)

    Please check does it help.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Sitemap fro Crawler’ is closed to new replies.