Saturday 7 September 2013

How to Protect your Content from Content Thieves

As we all know that number of bloggers are increasing day by day and so is the number of Content thieves, they tend to copy our original contents while publishing on their blog and websites. Sometime these copycats rank better then the original blog publisher. They easily get high ranks without spending hours of hard work in writing posts, articles. It is indeed unbearable for the blog owner who has spend his previous time in preparing fresh and unique contents and someone easily copy the entire post and publish any where on the web. To make this more sophisticated for copycats who try to copy our post, we must add JavaScript codes which will totally disable copying of text from your blog or website. Or we can copyright website content, but it won't prevent the content from being copied.

Why Disable Copying of Text in Blog?

There are many "plagiarism" issues, we must take care of our contents and keep eyes on our duplicates contents 24/7 hours. Content copying is one of the biggest problem for Google adsense Publishers. Because Google disables your Adsense Account if they find your articles too many time on different web addresses. The latest Google Panda updates also have strict rules against the copying of copyrighted content, we must take care of our content and check out thrice a day who is copying our posts and articles. So i'll be providing you JavaScript/HTML codes that will  disable right click on blogger So that no one cay easily grab and copy text from your blogs or websites.

JavaScript/HTML codes for Blogger

Follow the steps mentioned to completely disable right click on your blogger blog. Following are the steps to add this code in blogger blog :
How to Disable Copying of Text on Blog



  • Go to Blogger Dashboard:
  • Go to layout >> Add Widget >> Html/Javascipt gadget:
  • Now paste the code given below:









<script type="text/javascript"> var omitformtags=["input", "textarea", "select"] omitformtags=omitformtags.join("|") function disableselect(e){ if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1) return false } function reEnable(){ return true } if (typeof document.onselectstart!="undefined") document.onselectstart=new Function ("return false") else{ document.onmousedown=disableselect document.onmouseup=reEnable } </script>

After you've paste the given code >> click on save and your text is now safe from Copycats...

Enjoy!!!!!!
 

0 comments :

Post a Comment