Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

SeoMix Disable core sitemaps

Descrizione

WordPress 5.5 add core XML sitemap functionnality, but there is no user interface to disable it.

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

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

Installazione

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

FAQ

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";
}

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“SeoMix Disable core sitemaps” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“SeoMix Disable core sitemaps” è stato tradotto in 5 lingue. Grazie ai traduttori per i loro contributi.

Traduci “SeoMix Disable core sitemaps” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.