Protect-Blog-Content-By-Content-Thieves

This tutorial is very useful for all those bloggers who are really sick of plagiarists. If you are a Google Blogger and want to protect your content from being copied i.e, not letting anyone simply copy and pasting your content then this tutorial will surely be a great help for you.

Here’s a technique which will allow you to do this task within few seconds, all you have to do is simply adding some HTML codes in your blog template. If you will follow all the things correctly then you can easily protect your content from getting copied by other bloggers.

Although, there are other methods which one can follow for copying content, but this trick will surely make this task a lot harder for the content copier.

So, Let’s Get Started!

How To Protect Your Content From Being Copied?

1. Login to your Google Blogger account and go to Blogger Dashboard.  
2. Now in the left sidebar menu select Template > Edit HTML.
3. Next, you have to find the <head> tag in your Template editor.
4. After finding the <head> tag, simply paste the following code right below the line.
<script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script> <script type='text/javascript'> if (typeof document.onselectstart!="undefined" ) { document.onselectstart=new Function ("return false" ); } else { document.onmousedown=new Function ("return false" ); document.onmouseup=new Function ("return true" ); } </script>
5. Then click on Save template button and you are all done.

Congratulations! Now your blog content can never be copied by any content thief as long as this code continues to be there in your blog template.

In case if you want to disable this then all you have to do it to simply remove the above line of codes from your blog template.

Hope, you liked this short and easy tutorial. In case, you are using any other technique to protect your content from being copied then let us know in the comment section. Also, if you have any type of relevant questions or want to give your feedback then you are most welcome to leave your valuable comments down.... :)