How to stop copy paste in blogger blog

 

Our New Logo
Our new logo

Do you want to stop copy paste on your website made with blogger? Just follow these steps

Why? 

There may be very reasons why you stop copy paste on your website. Someone may be copying content from your website and pasting on their own website without your permission. There can be many reasons. 

Will it affect my SEO? 

No! This will not affect your SEO. 


How? 

Sign in to your blogger account. Then open the blog dashboard. Then, open the layout section. Click add gadget anywhere where ever available (As this does not affect your website, nor it is shown anywhere, that's why it can be added anywhere. It won't be visible) 

Then choose HTML/JAVASCRIPT option. Copy this code from below and add it in your website. Don't customize it as it won't work if you customize it. 

<!- start disable copy paste --><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 false"); } </script>

<!-- End disable copy paste --></!->