How to Protect your Blog from Plagiarism

Saturday, March 19, 2011

Protect your Blog from Plagiarism - How are you blogger? as a blogger i am sure that your content ever copied by other, may be this is give us a good effect if they write the source [life link to our blog], but, how is they dont do that.

Really you feel upset, cause they use our effort without appreciate to us. This is depend to your selves, how you can see it. but if you want to protect you blog content from plagiarism, may you take attention to following note, Below i write many thing you can do to protect you blog:

1. Patent your content.
You can register at Creativecomments, for free, So you can appear the copyright message at your blog to avoid your content from plagiarism.

2. Link to your articles
If you a wordpress user, you can use a simple script in single.php of you wordpress. this code automatic will link your stolen article to your original post. nice :)

<h1>
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
</h1>

3. CopyScape Tool
Copyscape is another tool that helps you to keep track of your blog content across the web. There are two packages in Copyscape, free and paid. You can browse the content of your blog or your blog link to find duplicate content. This service will give you all the details about the content of your blog. If someone has plagiarized your content, Copyscape will give you all the links.

4. Google Safe Browsing
Google always provides tools that help our daily work, Including the Google Safe Browsing, which will help you on your blog content theft. Google will stop the index of the blogs that steal content, even the tires blog. Worse yet, if the thief that follow the Google Adsense program, Google will also remove their GA account.

5. Right Click Disable
Activate Disable Right Click on your blog, then no one can copy and paste your content. For WordPress users there is a special plugin that can activate.

Download WP Protect Plugins and activate! Now your blog has been protected from right click. For users not WordPress, you can add JavaScript code to enable the disabling right click on your blog.

How to use this code on blogger:
Copy Paste the code below ABOVE the code </body>, in your EDIT HTML blog.

<script language='JavaScript1.2'>

//Disable select-text script (IE4+, NS6+)- By Andy Scott

//Exclusive permission granted to Dynamic Drive to feature script

//Visit http://www.dynamicdrive.com for this script

function disableselect(e){

return false

}

function reEnable(){

return true

}

//if IE4+

document.onselectstart=new Function (&quot;return false&quot;)

//if NS6

if (window.sidebar){

document.onmousedown=disableselect

document.onclick=reEnable

}

</script>

<script language='JavaScript'>curPage=1;

document.oncontextmenu = function(){return false}

if(document.layers) {

window.captureEvents(Event.MOUSEDOWN);

window.onmousedown = function(e){

if(e.target==document)return false;

}

}

else {

document.onmousedown = function(){return false}

}</script>
Finally don't forget to save your template, Good luck

0 comments:

Post a Comment