Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Stop Content Thieves from Destroying your Blog

Working so hard but not getting much traffic?
Is your blog content is being reproduced without your permission or any backlink?

Just wait!

Here is the time to stop content thieves from destroying your blog traffic and it's future. Today after a lot of requests on this problem I'm here with my tutorial for 'How to stop content thieves'.


Why stop content thieves

There are many problems related with content copying like your original content will loose it's traffic, you will be disapproved by Google Adsense, you will not be given good ranking, your earning will be effected and many more destruction. So, you should keep an eye on your content copying and Google takes strict action against content thieves with every google panda update.
The best way to stop content thieves is disable copying on your blog. So, let's come to the main part How to Disable Copy Option on your Blogger and Wordpress blog.

How to disable Copy on your blogger blog

To disable copy option forever just follow following steps carefully. Customisation in the code may affect the result.
  • Go to Blogger Dashboard
  • Click on layout (on the left panel) >> Add gadget
  • Select Html/JavaScript

Paste the below code in the content box and leave the label/content box empty.
<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>
 Now save the gadget and you are done!! Now you are safe!! Enjoy your hard work.

How to disable on Wordpress

It is same for the Wordpress users too. 

  • Click on Dashboard
  • Select Widget > Html/JavaScript.
  • Paste the above code and you are done.



This post first appeared on Making Effective, please read the originial post: here

Share the post

Stop Content Thieves from Destroying your Blog

×

Subscribe to Making Effective

Get updates delivered right to your inbox!

Thank you for your subscription

×