How to prevent the articles from being randomly collected by Dedecms construction station

Source: Internet
Author: User

Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall

These days in busy with Dede build station, after a busy more than half a month, the website finally in the last few days officially online. Before the establishment of the station often in the forum to stroll, heard a lot of sites have been collected instances; although other people collect your station is to appreciate you, but after all, collect or will consume resources, if the other side of the station weight than your high, collect the article even than your station of the article to be included first, this will lead to the site's original content is delayed. So I went online to see a lot of data, summed up the following several practical methods, hope to webmaster friends help.

First, set up the copy of the article at the end of the copyright information

The basic principle of acquisition is to copy the article, here you can set up a piece of code to achieve the copy of the article at the end of the add copyright information; This copyright information is not displayed in the article, only appear in the pasted content when the content of the article is copied. Of course, if the collection rules block this tail, then copyright information will not exist. But for those who collect a lot, they may not notice the copyright tail.

<script language= "javascript" type= "Text/javascript" >
<!--
Document.body.oncopy = function () {
settimeout (function () {
var text = clipboarddata.getdata ("text");
if (text) {
Text = text + "\ r \ n (here is your article copyright information, remove parentheses):" +LOCATION.HREF;
Clipboarddata.setdata ("text", text);
}
}, 100)
}
-->
</script>

This code is added to the article_article.htm template, where you can add more tests, or you can view the source code of my site to confirm the location.

Second, set Dede collection string

Dede is a collection of anti-capture string function, by setting the collection of anti-capture string, you can allow others to collect the article after the scattered string, so very affected reading, so that the collection of sites have to give up collection. Of course, this is not foolproof, for villains Outsmart, if the collection string is less, a little set under the acquisition rules can replace those meaningless strings, if the string is more, the keyword density of the article will play a dilution effect. In addition, a few people suggested that the Site keyword, site links as a string, it is said that this can increase the site outside the chain, others gather more outside the chain will be more. Personal to such a practice of reservations, after all, set up to prevent collection string and SEO cheating is very similar, make bad by the search engine k off that is a big loss. So, at present many websites do not have this kind of function, do not know is because of this reason.

Third, the picture adds the watermark

If you have a lot of pictures in the article, then the image watermark is a good choice; In addition, you can set up a watermark in the background of random, so that the other party after collecting pictures can not cover your watermark. Of course, the best watermark is transparent background and lighter color, so that will not affect the quality of the picture. At this point, the other party will either continue to advertise for you, or give up the collection of pictures, or give up your site, which is good for you.

Iv. key Content Set Membership access restrictions

If your site does have more important content to retain, fixed resources can attract fixed users, so you can set membership access restrictions to allow registered members or senior members to access this part of the content. Of course, this will also shut down the search engine, but to maintain the attractiveness of the site, the appropriate rare resources are necessary to retain. If the site does not allow users to leave the resources, then the user is very easy to run away.

Of course, there are many ways to prevent collection, we can go to the major websites to learn, imitate. Personally feel, if it is to be prepared through the original content to improve the weight of the new station, the collection is still necessary; If the site has been developed relatively large, like A5, prevent collection is not much necessary, after all, the search engine has been recognized here is the article starting.

This article by the love does not net (www.aibue.com) in A5 First, reprint please indicate the source.

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.