我想在网站的所有内部页面中插入这些元标记,而不是在主页中插入这些元标记
我想通知谷歌index
我的主页,我想在head.php
我的genesis安装。
<meta name = "googlebot" content = "noindex, noarchive, follow" />
我在下面测试了此代码,但它不起作用
if ( is_home() ) {
} else {
<meta name="googlebot" content="noindex,noarchive,follow"/>
}