如何阻止 Wordpress 插入 noindex 元标记?



我正在尝试让我的网站被搜索引擎索引。据此,来自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();
?>

请访问Settings » Reading并确保在"阻止机器人"设置附近没有选中复选框。

相关内容

  • 没有找到相关文章

最新更新