Google
加入下面的 PHP 代码到任意页:
if (strstr($_SERVER['HTTP_USER_AGENT'], "Googlebot"))
{
header("HTTP/1.1 301");
header("Location: http://www.google.com");
}
?>
如果google bot访问这个页面的话,
这些代码将会利用 http 301或 http302自动转向到www.google.com。
那么google bot 有可能认为这个页面的PR 是Google.com的一个镜像。
所以pr值也就是google.com 的了,
不过要注意,这样的话Googlebot 就没法收集站点信息了,如果放在页脚的话,
将会使整个站点都没办法让 Google 更新. 不过从技巧上讲, 可以在骗得 PR 之后停止使用这个脚本.
PS: PR 最高为10, Google.com的PR 为10,所以这个页面在Google.com更新的时候当然也是10.
Stellungnahme:Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn