add_action('save_post', function($post_id) { if (wp_is_post_revision($post_id)) return; $post = get_post($post_id); if ($post->post_type !== 'page') return; $title = strtolower($post->post_title); $slug = $post->post_name; $exclude_keywords = ['kassa', 'tack', 'tacksida', 'test', 'duplikat', 'checkout', 'cart', 'thank-you']; foreach ($exclude_keywords as $kw) { if (strpos($title, $kw) !== false || strpos($slug, $kw) !== false) { update_post_meta($post_id, '_yoast_wpseo_meta-robots-noindex', '1'); return; } } }); ?> Warning: Cannot modify header information - headers already sent by (output started at /customers/6/0/c/allttillhemmet.se/httpd.www/wp-content/plugins/seo-med-log/seo-med-log.php:141) in /customers/6/0/c/allttillhemmet.se/httpd.www/wp-content/plugins/onecom-vcache/vcaching.php on line 621 Warning: Cannot modify header information - headers already sent by (output started at /customers/6/0/c/allttillhemmet.se/httpd.www/wp-content/plugins/seo-med-log/seo-med-log.php:141) in /customers/6/0/c/allttillhemmet.se/httpd.www/wp-content/plugins/onecom-vcache/vcaching.php on line 629 Warning: Cannot modify header information - headers already sent by (output started at /customers/6/0/c/allttillhemmet.se/httpd.www/wp-content/plugins/seo-med-log/seo-med-log.php:141) in /customers/6/0/c/allttillhemmet.se/httpd.www/wp-includes/pluggable.php on line 1450 Warning: Cannot modify header information - headers already sent by (output started at /customers/6/0/c/allttillhemmet.se/httpd.www/wp-content/plugins/seo-med-log/seo-med-log.php:141) in /customers/6/0/c/allttillhemmet.se/httpd.www/wp-includes/pluggable.php on line 1453