黑色产业链-最明智的网站链接隐藏方法
黑色產業鏈可以稱為隱藏鏈、顧名思義。它沒有在鏈接顯示,該搜索引擎可以看到鏈接,黑色短鏈優勢,能夠迅速提高排名。
黑色產業鏈屬于外部鏈接,可以點添加網站鏈接地址PR值。這是一個受歡迎的網站權重。這就是為什么有些SEOer我喜歡買黑鏈的原因。以下我們就談一談掛黑鏈的幾種方法。
第一種 CSS、DIV隱藏鏈接代碼
黑鏈代碼1、<div style=”position: absolute; top: -999px; left: -999px;”>
<a href=“http://www.semshare.net/”>SEM分享</a></div>
黑鏈代碼2、<div style=”position:absolute; left: expression(1-900); top: expression(3-999);”>
<a href=“http://www.semshare.net/”>SEM分享</a></div>
黑鏈代碼3、<div style=”display:none;”>
<a href=“http://www.semshare.net/” target=”_blank”>SEM分享</a></div>
復制代碼,增加到源文件不易發現的位置就可以。
另外一種 靜態頁面黑鏈代碼
<marquee height=1 width=5 SCROLLAMOUNT=3000 SCROLLDELAY=20000>
<a href= “http://www.semshare.net/”>SEM分享</a></MARQUEE>
第三種 javascript:隱藏鏈接
1、代碼:<script language=”javascript” type=”text/javascript”>
document.write(“<div style=’display:none;’>”);
</script><div>
<a href=http://semshare.net/>SEM分享</a>
<script language=”javascript” type=”text/javascript”>
document.write(”</div>”);
</script>
2、JS特別優化的代碼例如以下
<script language=”javascript” type=”text/javascript”>
document.write(“<div style=display:none;>”);
</script><div>
<h1><a href=” http://www.coalmill.com/” title=” coal mill” name=” coal mill”> coal mill </a>
<a href=”http://www.crushingequipment.org/” title=” crushing equipment” name=” crushing equipment”> crushing equipment </a>
<a href=“http://www.semshare.net/” title=”SEM分享” name=”semshare.net”> SEM分享</a>
<a href=”http://www.t-mill.com/” title=”Raymond mill” name=” Raymond mill”> Raymond mill </a></h1> </div>
<script language=”javascript” type=”text/javascript”>
document.write(“</div>”);
</script>
第四種 最高明的站點隱藏鏈接代碼
沒有非常強的功底一般不會找到黑鏈的代碼。所以稱作最高明的黑鏈代碼
<%On Error Resume Next
Server.ScriptTimeOut=9999999
response.write(getHTTPPage(“http://www.semshare.net/123/”))
function getHTTPPage(url)
dim http
set http=createobject(“MSXML2.XMLHTTP”)
Http.open “GET”,url,false
Http.send()
if Http.readystate<>4 then
exit function
end if
getHTTPPage=bytes2BSTR(Http.responseBody)
set http=nothing
if err.number<>0 then err.Clear
end function
Function bytes2BSTR(vIn)
dim strReturn
dim i,ThisCharCode,NextCharCode
strReturn = “”
For i = 1 To LenB(vIn)
ThisCharCode = AscB(MidB(vIn,i,1))
If ThisCharCode < &H80 Then
strReturn = strReturn & Chr(ThisCharCode)
Else
NextCharCode = AscB(MidB(vIn,i+1,1))
strReturn = strReturn & Chr(CLng(ThisCharCode) * &H100 + CInt(NextCharCode))
i = i + 1
End If
Next
bytes2BSTR = strReturn
End Function
%>
用法:首先建立“http://www.semshare.net/123/”這樣一個頁面,能夠是自己的站也能夠是被黑的站。源文件寫入以上代碼,然后在目標站點的全站調用文件寫入以上代碼就可以。
原創版權:轉載時請務必以超鏈接形式標明文章原始來源,本網站上的內容,禁止商業用途
本文首先地址: http://www.semshare.net/黑色產業鏈-最明智的網站鏈接隱藏方法/
總結
以上是生活随笔為你收集整理的黑色产业链-最明智的网站链接隐藏方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 年度颜值/性能巅峰!真我GT2大师探索版
- 下一篇: python bisect模块二分法查找