Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi, please check your website first, maybe there is a SEO plug-in.

    For some users with no SEO plug-in installed — it might be built-in sitemap, a new function built in WordPress Core since version 5.5. It cannot be disable by default. It’s not “empty” — you can check it through source viewer — but it cannot be display well on some browsers. To disable it, copy code below to function.php of your theme.

    remove_action( 'init', 'wp_sitemaps_get_server' );

    • This reply was modified 5 years, 6 months ago by wangql.
Viewing 1 replies (of 1 total)