我试图让我的网站被搜索引擎索引。据此,来自 Wordpress 的某些东西正在注入一个阻止搜索引擎抓取我的网站的元标记:https ://aw-snap.info/file-viewer/?protocol=secure&tgt=chrispokey.com
我开始认为这与wp_head();
功能有关。我可以采取哪些后续步骤来删除以某种方式插入我网站标题部分的 noindex 标记?
谢谢!
<?php
if ( is_singular() ) wp_enqueue_script( 'comment-reply' );
wp_head();
?>