Noindexi tag

// Remove ‘noindex’ meta tag from all pages unless explicitly set add_action(‘template_redirect’, function () { // Remove Yoast SEO ‘noindex’ if present if (function_exists(‘wpseo_robots’)) { remove_action(‘wp_head’, ‘wpseo_robots’); } // Remove All in One SEO ‘noindex’ if present if (class_exists(‘AIOSEO\Plugin\Common\Main’)) {…Continue reading