Posts

Showing posts with the label SEOTips

How to Secure Your Posts from Content Scrapers

Image
Hi Readers.!  We all take lot of time to write a single post and what if someone copy paste that content to his blog? We feel bad when we see our same post in some other blog.Taking your post without your permission is illegal and Google never encourage this at any cost. How to Secure Your Posts from Content Scrapers To disable "Copy" from your blog please follow the below procedure. 1. Login to your blogger account 2. Go to "Layout " 3. Click on "Add a Gadget" and choose HTML/Java Script. 4. Write the below script in HTML box and save it. 5. Go to your blog and try to copy anything. <!-- START sonabytech 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.onmoused...