如何加黑连,如何在别人网站上加入自己的链接
如何加黑连,如何在别人网站上加入自己的链接
不知道什么是隐藏链接,或者不晓得隐藏链接的作用, 那么您需要马上百度谷歌一下了..
所有的站长都知道交换连接是影响网站收录排名的.所谓黑链就如下面的一样
复制内容到剪贴板代码:
DIV:
<div xxxxx="display:none;">
<a href=http://www.11yh.com/
target="_blank">公司</a></div>
javascript:
<script language="javascript" type="text/javascript">
document.write("<div xxxxx=’display:none;’>");
</script><div>
<a href=http://www.szysea.com/>公司</a>
<script language=”javascript” type=”text/javascript”>
document.write(”</div>”);
</script>
html:
<marquee height=1 width=5 SCROLLAMOUNT=3000 SCROLLDELAY=20000>
<a href=http://www.11yh.com/>公司</a>
</MARQUEE>
css1:
<div xxxxx="position: absolute; top: -999px;left: -999px;">
<a href=http://www.szysea.com/>香港</a>
</div>
css2:
<div xxxxx="position:absolute;left:expression(1-900);top:expression(3-999);">
<a href=http://www.szysea.com/>公司</a>
</div>
把上面的代码加入对方的网站就是这个了!