function noindex_query_params() { if (!empty($_GET)) { echo ''; } } add_action('wp_head', 'noindex_query_params');