Yoast Seonoindex已添加到WordPress外部的页面

时间:2017-10-10 作者:Axel Garcia

我在wordpress外部调用了wordpress主题标题来服务静态页面。不幸的是,Yoast插件现在正在向这些页面添加noindex元标记,因此这些页面没有被google机器人编入索引。现在有人能帮我吗?谢谢

1 个回复
SO网友:janh

您可以使用wpseo_robots 过滤器(yoast documentation) 来覆盖它。添加以下内容

add_filter("wpseo_robots", function() { return "index, follow"; });
在调用get\\u header()覆盖wpseo设置之前。不要把它放在函数中。不过,你的主题是php,否则它将用于WP中的所有内容。

结束

相关推荐

Virtual Pages plugins

我很难让插件正常工作Virtual Pages (WordPress插件可简化虚拟页面的创建)我确实进行了编辑,根据查询创建了一个循环。add_action( \'gm_virtual_pages\', function( $controller ) { /* Creating virtuals pages for companies */ $args = array( \'post_type\' => array(\'companies\',), \'post_status\'