Today's article is about how to disable copy paste option in blogger. If you have decided to disable copy paste option this means any of the other blogs and bloggers are copying your valuable content without your permission.

If you're a blogger and you put a lot of effort into creating high-quality content for your blog and you should be aware that some people have the ability to duplicate your writing and use it on their own website. You wouldn't want that, of course. Nobody has the right to copy your content unless you grant them permission, but what about other people? By blocking copy-paste on your blog, you can prevent others from doing it as well By using this approach, you can prevent people from selecting any text or paragraph to copy from your site.

These are the main advantages of disabling the copy-paste option in blogger

  1. Improve your User's visibility.
  2. Reduce your bounce rate.
  3. Help in ranking.
  4. Protect your article from copywriters.
  5. Help in Adsense during invalid activity.

5 Simple steps to disable copy-paste option in blogger.

  1. Log in to the Blogger Account Dashboard.
  2. Now Go to the Theme Section.
  3. In the Theme Section go to customize with Edit HTML.
  4. Now Search tag using Ctrl + F.
  5. Copy the code below and paste it before the </body> tag.
<script>
      //<![CDATA[ 
         $(document).ready(function() {
        //Disable cut copy paste
        $('body').bind('cut copy paste', function(e) {
            e.preventDefault();
        });
        //Disable mouse right click
        $("body").on("contextmenu", function(e) {
            return false;
        });
    });
//]]>
    </script>

Conclusion

Congrats !! You have made it. now you have learned that How To Disable Copy Paste in Blogger To Protect Content Visit your blog and check the awesome widget live in action, hope you liked this tutorial, if you enjoyed then please share it with your friends, we are working hard to develop more such awesome widgets please stay tuned with Us.

Post a Comment

Lebih baru Lebih lama