SX Disable WordPress XML sitemaps

描述

WordPress 5.5 add core XML sitemap functionnality, but there is no user interface to disable it or to mange contents within theses files.

Disable WordPress XML sitemaps simply deactivate all WordPress XML sitemaps and redirect them to your home URL, preventing 404 page generation for Google and other Search Engines.

This SEO enhancement is already included in our SEOKEY plugin. Not only do we deactivate WordPress native XML sitemaps (which are not optimized), but SEOKEY replaces them with much more powerful sitemaps (better crawl, not any harmful content).

More information here about it : Core XML Sitemap Guide (French)

安裝

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/seomix-disable-core-sitemaps directory, or install the plugin through the WordPress plugins screen directly.
  2. Just activate the plugin through the ‘Plugins’ screen in WordPress.
  3. You’re done

常見問題

Installation

Just activate the plugin, and you’re done

Does it redirect old sitemap URL ?

Yes, it does redirect all sitemap URL to homepage URL (301 redirect). It prevents bad 404 for Google and other search engines.

Can I redirect to another URL ?

Yes, you can use a filter for that :

apply_filters( 'seomix_core_sitemaps_redirect_target', $home, $current_url );

$home is the default redirect URL
$current_url is the current 404 sitemap URL being processed
Exemple usage :

add_filter( 'seomix_core_sitemaps_redirect_target', 'seomix_function' );
function seomix_function( $home, $current_url ) {
    return "https://shiny-new-url.fr";
}

評價

There are no reviews for this plugin.

貢獻者及開發者

“SX Disable WordPress XML sitemaps” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

SX Disable WordPress XML sitemaps 外掛目前已有 6 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 SX Disable WordPress XML sitemaps 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄