" Blogger Copy Paste and Right Click Disable

Blogger Copy Paste and Right Click Disable

 

Blogger Copy Paste and Right Click Disable

हेलो डियर फ्रेंड्स आज के हमारे इस पोस्ट पर हम आपको बताएंगे कि आप किस तरह"Blogger Copy Paste and Right Click Disable " अपने ब्लॉग पोस्ट को बचा सकते हैं चोरी होने से बहुत से लोग हैं जो आपके पोस्ट को चोरी करने की कोशिश करते हैं यानी कॉपी करते हैं और अपने पोस्ट में जाकर पेस्ट कर देते हैं आज इसी प्रोसेस को हटाने वाले आपके ब्लॉग से ।

 

तो इसी से आपको बचाने के लिए ताकि आपके ब्लॉग के आर्टिकल को कोई copy न कर सके इसके लिए आपको जो हम बता रहे हैं उन स्टाफ को फॉलो करें👇👇

 

Blogger मे Copy Past Disable करने के Benefit

 

  • आपके ब्लॉग से आपके कांटेक्ट को कोई भी चोरी या Copy नहीं कर पाएगा। 
  • कांटेक्ट चोरी होने से safe रहेगा।
  • Content की Copy ना होने की वजह से आपकी ब्लॉग की रैंकिंग गूगल में बढ़ती रहती है। 
  • गूगल वेबमास्टर ने बहुत ही जल्दी आपकी पोस्ट इंडेक्स हो जाती है और वह search में भी दिखाई देने लगती है।

 

 

Blogger Copy Paste and Right Click Disable 

 

इन सभी को बंद करने के लिए आपको 2 स्टेप्स का पालन करना पड़ेगा

1.Blogger पर Copy Paste को Disable कैसे करें. 


शुरू से आपको ब्लॉगर पर जाकर अपना एकाउंट लॉगिन करना है और फिर Layout पर जाकर add a gadget करके HTML/JAVASCRIPT को सेलेक्ट करना है।

उसके बाद आपको नीचे दिए गए code को कॉपी करके आप पर जाकर पेस्ट करना है और save ऑप्शन पर क्लिक कर देना है

 

<!DOCTYPE html> <
html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>This is the title of the web page</title> </head> <body onmousedown="return false" onselectstart="return false"> <div> Founded in 2007, MUO has grown into one of the largest online technology publications on the web. Our expertise in all things tech has resulted in millions of visitors every month and hundreds of thousands of fans on social media. We believe that technology is only as useful as the one who uses it. Our aim is to equip readers like you with the know-how to make the most of today's tech, explained in simple terms that anyone can understand. We also encourage readers to use tech in productive and meaningful ways. </div> </body> </html>
<head> <meta charset="utf-8"> <title>This is the title of the web page</title> </head> <body onmousedown="return false" onselectstart="return false"> <div> Founded in 2007, MUO has grown into one of the largest online technology publications on the web. Our expertise in all things tech has resulted in millions of visitors every month and hundreds of thousands of fans on social media. We believe that technology is only as useful as the one who uses it. Our aim is to equip readers like you with the know-how to make the most of today's tech, explained in simple terms that anyone can understand. We also encourage readers to use tech in productive and meaningful ways. </div> </body> </html>



2.Disable Right Click in Blogger

 
इसके बाद आपको दोबारा वही स्टेप फॉलो करना है और आपको Layout पर जाकर add a gadget करके HTML/JAVASCRIPT को सेलेक्ट करना है।
उसके बाद आपको नीचे दिए गए code को कॉपी करके आप पर जाकर पेस्ट करना है और save ऑप्शन पर क्लिक कर देना है।


<!DOCTYPE html>
<html lang="en" dir="ltr">
 <head>
 <meta charset="utf-8">
 <title>This is the title of the web page</title>
 </head>
 <body>
 <div>
Right Click is disabled for the complete web page.
</div>
 <script type="text/javascript">
 document.oncontextmenu = new Function("return false");
 </script>
 </body>
</html>


इस तरीके से आप अपने ब्लॉग पर पोस्ट के सभी ब्लॉग पोस्ट को कॉपी पेस्ट होने से व राइट क्लिक होने से बचा सकते हैं।
 
 
Tags

एक टिप्पणी भेजें

0 टिप्पणियाँ
* Please Don't Spam Here. All the Comments are Reviewed by Admin.