标签: wordpress seo
这是我的wordpress网站:linearedge.com
如果您查看源代码,您会发现:
<meta content="noindex,nofollow" name="robots">
我没有使用任何SEO插件,所以,这是从哪里来的?我还检查了我的header.php,那条线不存在。
感谢。
答案 0 :(得分:0)
通过调用您主题的wp_head()文件中的header.php来加入它。检查搜索引擎可见性设置(设置&gt;阅读)。确保未选中此框。
wp_head()
header.php