谷歌机器人爬网通知程序
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了谷歌机器人爬网通知程序相关的知识,希望对你有一定的参考价值。
Include this in any page you want to track for Google bot crawls.Adapt it to your needs (eg: mysql log instead of e-mail announcement, etc).
<?php { if ($QUERY_STRING != "") { $url = "http://".$SERVER_NAME.$PHP_SELF.'?'.$QUERY_STRING; } else { $url = "http://".$SERVER_NAME.$PHP_SELF; } } ?>
以上是关于谷歌机器人爬网通知程序的主要内容,如果未能解决你的问题,请参考以下文章