Protected by Copyscape Original Content Check

Friday 26 December 2014

Blogger Tips: Want to Stop Copying Content from your Blogger blog?

We can see many blog sites use copied content from other established blog or site. Using copied content is not at all good for SEO ranking, Search engines like Google and Yahoo would simply block such sites that use copied content.

How to right protect our article? There are many copy right labels available online. Using such labels along with the publishing date would protect contents in our blog to some extend. We can also block the right click function of 'Copying' to discourage people from copy content from a blog and use somewhere on the web.

There are many tricks to do that in blogger blog. Here is one simple way to disable  content copy option in blogger blog so that no one can copy contents from that blogger blog.



Just follow the steps:

1. Log in to your blogger account. In the dashboard, click on Design / Layout > Edit HTML
2. Click on the box named Expand Widget Templates
3. Now copy the set of code metioned below.

<script type="text/javascript">
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
</script>


4. Paste this code anywhere between head tag, ie. <head> and </head>
5. Save the changes made by clicking on Save Template tab

Finished. Now go back to blogger site and see the change! Content copy option is disabled now.


Image sources: Google and blogger

4 comments:

  1. Does use of CSS trick vs Javascript will affect loading time?

    ReplyDelete
    Replies
    1. No it will not affect loading time.

      Salman

      Delete
  2. Thanks Neha for sharing such a knowledgeable blog. This blog provided answers to all my questions and I m feeling satisfied by reading this as I was searching for the same information. www.jemereviews.com

    ReplyDelete
  3. I am very thankful for your posts. Of course, Digital marketing is the best way to get more traffic and sales for any online business. I am also looking for a Digital Marketing Agency.

    ReplyDelete