Common ways to hide text and hidden links

Source: Internet
Author: User
Keywords Text can search engine

Hidden text: Black Hat seo in a way, through the code programming settings, so that search engines can crawl to, but users can not see, to improve the density of keywords and does not affect the aesthetic effect of a method.

Hidden Links: A method in Black Hat SEO that allows search engines to crawl to links, but users cannot see them. Usually black hat seo get someone else http://www.aliyun.com/zixun/aggregation/8984.html "> site management right after adding, is to increase external links and not be found a way."

Common ways to hide text and links:

There are many ways to hide text and links, which can be divided into: color hidden, css hidden, small size hidden, below I explained.

1, color hiding: Hides the effect by setting the text to the same color as the background.

Code case:

<font color= "#FFFFFF" > Hidden text </font>, the text is set to white, the default background color is white, you can achieve the effect of hidden text, But this is the most retarded hidden method, any search engine can be easily detected.

<table><tr><td background= background picture. Jpg><font color= "#000000" > Hidden text </font></ Td></tr></table>, the text set to black, if the background picture is also black, can also achieve the effect of hidden text, the current search engine has not been able to intelligently identify the color of the picture, I do not know whether the current easy to identify this hidden method.

2, CSS hidden: through the CSS code to achieve the hidden effect, is the current black Hat SEO use more frequent methods.

Code case:

<div style= "Display:none" > Hidden text </div>, the simplest but easiest way to get the most out of a hidden code.

. Texthidden {
display:block;/* Unified into block-level elements */
Overflow:hidden;
width:0;
Height:0;}
<div class= ". Texthidden" > hidden text </div>0, and then more than part of the hidden, you can achieve the effect of text hiding, the current search engine is not perfect to identify the individual CSS file all the code, this hidden method may survive longer.

. Texthidden {
Positon:absolute;
Margin-top:-9999px;
Margin-left:-9999px;}
<div class= ". Texthidden" > Hidden text </div>, with absolute positioning to place it outside the visual area, although there is no real hiding, but also to achieve the desired effect.

3, small size hidden: The text size set to 1, and placed in the humble corner, the user is difficult to detect, and search engines can be read normally.

Code case:

. Texthidden {font-size:1px}
<div class= ". Texthidden" > hidden text </div>, This way only allows text to appear as 1 font size, but if more text, it will become very long, the user looks like a horizontal line, will affect the aesthetic effect.

. Texthidden {font-size:1px}
<marquee width= "1" ><div class= ". Texthidden" > Hidden text </div> </marquee>, this way is to display a large number of text in a scrolling marquee with a width of 1, so that only one point is displayed.

Summary: Most of the hidden text can be easily identified by search engines, this article summed up these methods in order to make it possible to correctly distinguish between black hat and white hat related technology, I hope you choose carefully.

Author: Sun Yunqun


start: Shandong SEO Training Team


URL: http://www.xueseo.com.cn
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.