Yoast SEO plugin keeps telling me that my theme has a meta description that is interfering with SEO. How can I remove this?
Hello, Go to header.php present in your theme directory and remove the code given below Code: <?php if (inkthemes_get_option('inkthemes_description') != '') { ?> <meta name="description" content="<?php echo inkthemes_get_option('inkthemes_description'); ?>" /> <?php } else { } ?> This will solve your issue. Thanks & Regards Gourav Shrivastava