Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Now the network plagiarism has become rife, we do not have to deal with this problem, not the focus of this article. OK, cut to the chase, how to prevent the blog article is copied and copied after the way to deal with.
Prevent blog articles from being copied
(1) If you do not welcome any form of reprint, then you can use the following code to disable the right button.
<body oncontextmenu= ' return false ' onselectstart= ' return false '
Ondragstart= ' return false ' onbeforecopy= ' return False ' Oncopy=document.selection.empty () onselect= Document.selection.empty () >
(2) You can try to add a disturbing code (such as white garbled) in the article, visitors can not see, but when he copied the time will appear these garbled. Disadvantage is unfavorable to SEO, and in Google Robot and Baidu robot seems you these garbled is also part of the article. I'm going to get punished.
(3) Using the right key copy and copyright code provided by Xiaofeng blog
Z-blog, edit b_article-single.html, join in the appropriate place:
<script type= "Text/javascript" >
Document.body.oncopy=function () {
Event.returnvalue=false;
var t=document.selection.createrange (). text;
var s= "This article originates from < #ZC_BLOG_TITLE #> < #ZC_BLOG_HOST #>, the original address:< #article/url#>";
Clipboarddata.setdata (' Text ', ' \ r \ n ' +t+ ' \ r \ n ' +s+ ' \r\n\r\n\r\n ');
}
</script>
WordPress, edit single.php, join in the right place
<script type= "Text/javascript" >
Document.body.oncopy=function () {
Event.returnvalue=false;
var t=document.selection.createrange (). text; á
var s= "This article originates from <?php bloginfo (' name '),?> <?php Echo get_settings (' home ');?>, original address: <?php The_permalink ()? > ";
Clipboarddata.setdata (' Text ', ' \ r \ n ' +t+ ' \ r \ n ' +s+ ' \ r \ n ');
}
</script>
(4) Add the relevant copyright notice below the blog, wordpress related Call function is as follows:
Blog name: <?php bloginfo (' name ');?>
Blog Address <?php Echo get_settings (' home ');?>
Original address: <?php The_permalink ()?>
Other blogs or websites can refer to the relevant information
(5) In the blog reference to the image plus watermark, and as clear as possible
Second, how to deal with plagiarism?
First, the evidence of the other party's infringement is fixed by screenshots or otherwise.
(1) Contact with the parties, and make a request to add the original text link and copyright notice, or delete this article
(2) for the use of Yo2,sina and other BSP built blog, to the BSP complaints
(3) to the independent host, the virtual host website, the blog, complains to the space merchant
(4) for advertising after the plagiarism, as "Yiyidu" said:
For the spam station that put the advertisement, if Caiji This website article, I will keep the choice of bad your advertisement, let your account be sealed.
(5) Complaints to the state Copyright Protection Department
Remember, be tough, and keep in mind that you are defending your legitimate rights.
Original link: http://www.yanxc.com/archives/830.html
(C) Xiaofeng morning, yanxc written, reproduced must be linked to the form of the author and the original source and this statement.