Hello friends, I am Varun and you are welcome to this site and this site gives you all information about technology, gadgets, YouTube, blogging and much more related to tech. so friends , don't forget to subscribe this blog.
Friends, I have also a youtube channel named urs varun so if you don't understand any point in this post or site , you can search my youtube channel and find this topic video on my channel , because I have also make videos related to tech or seo or blogging related field.
![]() |
| How to prevent blog post from copying by other. |
How to prevent blog post from copying by other.
Prevent blog post from copying by other because sometime many new bloggers copy your content because they try to to traffic to their blog without any hard work. so s u c h time the post who copied by the person does rank and the post who write really is doesn't rank so this is a huge impact on bloggers, so prevent from this I have shared you a HTML code that is prevent your blog post from copying by others.
So let's get started...
Benefits to prevent blog post from copying by others.
- Prevent your post from duplicator person , who duplicate your post.
- No one can copy your post.
- Your post is properly safe and secure.
- And you will get a chance to rank your post on Google first page, because no one can copy your post.
Steps to add HTML code in your blog.
- Open your browser then search blogger.com
- Then open your site on your blog.
- After this ,open your blogger layout option.
- After opening this ,click on the add a gadget.
- Then click on html/JavaScript option .
- And then copy my code that I have given below and paste it on the html , JavaScript option and now you all have done.
Code box download:-
<script type='text/javascript'>
if (typeof document.onselectstart != "undefined") {
document.onselectstart = new Function("return false");
} else {
document.onmouseup = new Function("return false");
document.onmousedown = new Function("return false");
}
</script>


0 Comments