How to prevent your content from being copied ?
You have to ask your self a Question first ,do you need to prevent stealing content or stealing your rights on copied content?
If you want to prevent content from being copied at all then use the following script that will disable the right click but you should know that any one can skip that by disable JavaScript from browser option
1- Disable copy paste:
copy the following script any where between head tags
<!-- Disable Copy and Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
2- Use Tynt tool
another method to protect content is to use Tynt script that adds a link to the original post it`s a good trick to increase your backlinks , this tool will enable you to get statistics about copied content too.
3- add an invisible link inside your content
the last method is to add an invisible random link for your website inside content in case the content was copied as it is you will get a backlink and this will help you to know who copied your content too.
blogger tips