It’s really annoying and too bad thing when anybody copies your blog posts, quality content or image posts. All your hard work goes down when anybody posts it in its own website and the matter goes worse when the stolen content ranks higher than original in the search engines. If you are also one of the new blogger and thinks that anyone has stolen your website content then read here that how to prevent the blog posts from being copied. You can also check that anybody has copied your content or not by just putting the sentence of any article in double quotes and then search it in google.
Why and how your blog content gets copied?
Most of the new bloggers are not aware about the preventing the blog from copied but it becomes very necessary when you writes a quality content article that gets the good traffic. Most of the other sites try to stole that content and post it on their own site for attracting more organic or inorganic traffic than the original. Generally, they use to practise select-copy-paste, select-drag-drop, copy from RSS feed and copy from source code methods for copying the article. So, read here how to protect your blog from all these different methods.Best ways to protect blog content from copied
1) Disable drag and drop option – To prevent you blog from drag and drop option, you must ned to disable it. To do this, do the following steps:=> Go to your blogger template and search for this code - <b:includable id='post' var='post'>
=> Now, expand it and you will find something like this - <div class='post hentry' itemprop='blogPost'itemscope='itemscope'itemtype='http://schema.org/BlogPosting'>
=> Insert the following code there instead of the above- <div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting' ondragstart='return false' onselectstart='return false'>
=> Now save the template.
2) Disable mouse right click button - Many bloggers find it useful to disable the right click option from the blog images. It is considered as a best way to protect the copyrighted images of your blog.
3) Shorten RSS feed - You can shorten your blog feed by the following steps.
=> Go to dashboard=>Settings=>Others=>Site Feeds=>Allow Blog Feed (select short jump).
4) Disable text selection - You can make your blog post unselectable by doing the following methods:
=> .post {-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none;}
Search for the above code and change the select word to none to disable the text selection from your blog posts.
5) Watermark images - You can add watermark images to your blog to prevent it from stolen. You can do this by using different softwares like Photoscape, glimp, etc. Also, it can be done on online websites like picmarke.com and watermark.ws.
The above are the best ways to prevent your blog posts or high quality content from being copied by others. Please share your views by your valuable comments.
No comments:
Post a Comment