Pas d’indexation des produits WooCommerce cachés par Yoast

Les produits WooCommerce avec le statut de visibilité caché (exclus du catalogue) sont toujours indexés par l’outil Yoast SEO. POUR les supprimer des Sitemaps générées automatiquement et définir le statut de l’index à “noindex, nofollow” ajoutez les 2 fonctions suivantes à vos fonctions.phpadd_filter( ‘wpseo_sitemap_entry’, ‘we_remove_hidden_products’, 99, 3) ;function we_remove_hidden_products($url, $type, $post) {si($post->post_type == ‘product’ && is_object_in_term( $post->ID, ‘product_visibility’, ‘exclude-from-catalog’)){retourner ” ;}retourner $url ;}add_filter(‘wpseo_robots’, ‘we_noindex_hidden_products’, 10, 2) ;function we_noindex_hidden_products($robots, $indexable) {si(!isset($indexable->model)) {return $robots ;}si(!isset($indexable->model->object_id)) {return $robots ;}si(is_object_in_term( $indexable->model->object_id, ‘product_visibility’, ‘exclude-from-catalog’)){$robots=’noindex, nofollow’ ;}return $robots ;}

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Close Popup

We use cookies to give you the best online experience. By agreeing you accept the use of cookies in accordance with our cookie policy.

Close Popup
Paramètres de confidentialité sauvegardés !
Privacy Settings

When you visit any web site, it may store or retrieve information on your browser, mostly in the form of cookies. Control your personal Cookie Services here.

These cookies are necessary for the website to function and cannot be switched off in our systems.

Technical Cookies
In order to use this website we use the following technically required cookies
  • wordpress_test_cookie
  • wordpress_logged_in_
  • wordpress_sec

Decline all Services
Save
Accept all Services