How to disable copy paste on blogger blogspot 2022?

You want to disable copy paste option on your blogger blogspot website. To protect website content from hackers you must block text selection option on your website or blog.

Today in this article, I will explain you How to disable copy paste option on your blogger website or blog. This method will help you in protecting your content from spammers.

Disable Copy Paste in blogger blogspot advanced method
How to prevent copy paste option using CSS Javascript in blogger

Copy other's content is also type of online scam or fraud. It is done only to save time and energy. In field of internet this form is converted to copy writing to gain huge amount of traffic and beat the competitors in search ranking.

Unique article is way better than copy writing in most cases. But for long term purposes.

Before starting tutorial, you must have to learn little things that will help you in preventing content from being copied by your competitors.

This method can be used when writing a blog using the Blogger content management system and you don't want anyone else to replicate the content. Blogger allows you to use an XML theme. To generate a protected HTML output, we'll need to add some code to the XML theme file.

Let start disabling copy paste option on your blogger blog or website. Follow all steps given below to get job done. This method is 100% working.

Method no #1: Using CSS to disable copy paste function on blogger.

Follow these steps to disable the copy paste option in Blogger.

Step 1: Go to Blogger Dashboard.

stop ctrl c option on blogger blogspot latest method
Stop CTRL+C option for Blogger new Interface

Follow the points from above image. If still have issues then read the below tutorial to fix disabling of copy paste on blogger.

After sign in to blogger website.


Image Step 1: Select theme option from left side menu.

Image Step 2: Then you will see Customization button on theme page of your blogger blog. Select small drop down option beside it. Then a drop down menu will appear.

Image Step 3: After a drop down will appear. Select backup option to save backup file before editing the HTML template. It will help you in case any mishaps happen. After a backup file of your template.

Image Step 4: After Successfully creating backup of your template file. Then select Edit HTML option.

I just explain all above options because new blogger interface is annoying for some people to use. But I love the new blogger interface and features.

Now a new page will open and you will see HTML code of your website. Here is the next step you have to pay heed towards it.

Advanced blogger setting to prevent copy paste on blogger blogspot
Method no 1: Stop copy pasting on blogger

Step 1: After opening HTML EDITOR from blogger dashboard.

Right click on HTML text any where and then press CTRL+F button from keyboard.

A new popup will appear simply type the below code in that search bar and hit Enter button.

]]></b:skin>

You are enable to copy the above code as copy pasting is disabled on my website. So, manually type this code in search bar.

Step 2: After finding that particular code. Copy the CSS Code from below CSS box and paste above that skin tag as shown in image.


body {
-webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-ms-user-select: none !important;
user-select: none !important;
}
blockquote{
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
Step 3: Hit Save button to save the CSS Code.

Now open your blog or website in new tab and try to copy text.

Hope you will never copy text from your website.

One last thing I have shown you in below image must follow this step if you got any type of difficulty in disabling copy function on your blogger blog or website.


method no 1 to completely stop copy paste option on your blogger website
Method 2: Prevent Scrapping of Content from blogger blogspot

Step 4: If you still enable to copy text from your website.

Just add <style> tag to your CSS code.

Copy below CSS code and paste instead of the last code you added.


<style>
body {
-webkit-user-select: none !important;
-moz-user-select: -moz-none !important;
-ms-user-select: none !important;
user-select: none !important;
}
blockquote{
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
</style>

The CSS code provided here have one benefit.

Every website or blog have block quotes and user want to copy that quotes for sharing purpose.

CSS code provided here will not effect block quotes.

FAQ: Frequently Asked Question about Copy Content on blogger

Question no 1: How to disable Copy Paste on blogger?

Answer: You must know little bit of CSS and other Java script to disable Copy Paste function on your blogger blog or website. Don't worry if you still don't know about them I will explain to you about them. Just read this tutorial to disable copy option on your blog.

Question no 2: Advantages of Disabling Copy Paste on blogger?

Answer: Disabling Copy Paste option on blogger have a lot of benefits and advantages. Following list will guide you all of them.

  1. Boost the visibility of your users 
  2. Your bounce rate should be as low as possible. 
  3. Save time and effort by assisting in Adsense during invalid activity. 
  4. Assist in SEO and rank your site on top. 
  5. Copywriters can ruin your article if you don't protect it.

Question no 3: How can I keep my content from being stolen?

Answer: Lot of methods are there to prevent your content from being stolen. But the two main and widely used methods are prevention through CSS and prevention through java script. CSS method is most used method and also recommended.

Question no 4: Is there any side effect of disabling Copy Paste on Blogger?

Answer: Big No! is the answer. There is no side effect of disabling copy paste option on your blogger blog or website.

Final Words:

Disabling Copy function is not a bad signal regarding SEO factor. This is only to avoid scrappers from scrapping text from our website or blog. Hope this tutorial helps you in disabling Copy Paste option. Right Click, CTRL+C and CTRL+V both will stop working on your site. As well as stop selection tool in mobile devices.

Share this post with your friends to support me. I will bring more updates regarding blogger tutorials and tips. Stay tunned with us.

Reference:
Admin: Khan Soft PK

Previous Post
No Comment
Add Comment
comment url