What are the common black chain codes

Source: Internet
Author: User
Keywords Talking about the black chain
Tags analysis code codes display html code http read script

Absrtact: I have written before about the definition and harm of black chain, which introduces the definition of black chain in SEO, and the effects of using it. Next, I would like to further analyze some of the common black chain code, so that you can deepen the

I've written an article on the definition and harm of black chain, which introduces the definition of black chain in SEO, and the effect of using it. Next, I would like to further analysis of some common black chain code, so that you can deepen the understanding of the black chain, but also to their own site is hung black chain has a better way to troubleshoot.

The first is the use of CSS to achieve black chain

<div style= "Position:absolute; top:-1000px;right:-1000px ">

<a href= "http://www.xxx.com" > Black chain </a>

</div>

This approach is to define the CSS location properties, so that the black chain's div away from the screen. The above code is the implementation of the div layer defined to the top right corner of the screen 1000px position. Black chain to a place we can not browse, we are not see, but the search spider just put it when the general code to read, will judge it is an effective link.

The second is the use of DIV+JS to achieve the black chain

<div id= "Heilian" >

<a href= "http://www.xxx.com" > Black chain </a>

</div>

<scriptlanguage=javascript>

document.getElementById ("Heilian"). style.display= "None" </script>

This is a div and JS combined to do a black chain of a common method. Spiders generally do not read <script> content, will only read the div in the link, but the display of Div attributes are script control, so the spider was fooled. For example, the above code, is through the script control Heilian Display Properties (display= "None"), so that the Heilian layer in the browser does not display, so that the black chain is not seen, but was crawled to the effect.

The third is the use of HTML code to implement the black chain

<marquee height=2 width=2 scrollamount=5000 scrolldelay=5000>

<a href= "http://www.xxx.com" > Black chain </a></marquee>

This method is relatively simple, neither CSS, nor JS, direct HTML code can achieve the effect of invisible. The principle is to put the black chain in a small square with a length and width of 2, in the definition of this small square scrolling speed to extremely fast (the definition of speed is fast to if you are Superman can not see the extent), and the search engine is still silly thought is a common code, but also happy to take the links inside.

Black chain to achieve the method of more ruthless, but the above is some of the most common basic methods, I hope we have a general understanding of it, in addition to remind everyone better not to use, or the consequences of their own.

This article by http://www.codetk.com Webmaster Original, respect the author Intellectual property Rights, reprint please keep this information, thank you!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.