header("Content-Type: text/plain; charset=utf-8");
if ($_SERVER['SERVER_PORT'] == 443) {
echo "User-agent: *\n" ;
echo "Disallow: /\n" ;
} else {
echo "User-agent: *\n" ;
echo "Disallow: \n" ;
}
这段代码在 robots.php 中有什么作用?
我在我的服务器上找到了它,它似乎阻止了文本被搜索引擎索引