Hello Friends, Here we know that How to disable right click on blogger blog website’s pictures, video and other content. It is a serious problem with new bloggers when they write an article on their Blog website. Some Other Bloggers copy those content from their blog and publish again on their sites.
The following steps you follow to Protect Article from Copy in Blogger.
- Go to your blogger Dashboard
- Go to Layout and add a Gadget of html/javascript.
- Copy this code given below and paste in html/javascript gadget of your website and save to protect blog content from copying.
Now you have done, Go to your blog website and check if the copy and paste option in a blog post is working or not.
Note: Add this gadget in footer of your blog because more JavaScript may slow your website. If you use this code in footer on your blog. This code run at the last moment, so the website is not affect.
<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>
Why do we need to disable Right click on blogger?
We need to disable copy paste inside blogger because if the post you write and any of your competitor copy that post and use it in their website and the post gets indexed first. So Google will feel that the content which is written on your website has been copied and if there is a website of your competitor, then whether there is a competitor that copied your content, the content in their website is original, so friends. No matter how hard you work, your post will not be able to rank in Google, so for this reason, friends you need to block and disable the copy paste option on blogger to protect our content from being copied.
Will my website be slow down if I use this code in our Blogger site?
You know that if we use a lot of JavaScript code in our website, then our site will be slow. But this code which we have provided here is very simple and short, it will not affect the performance of your website in any way.
More Helpful Posts: