How to Install Anti Copy and Paste on Blogger Amp theme
Hello MashByte Readers, today am going to share with you a tutorial on How to Install Anti Copy and Paste on Blogger Amp theme using Pure CSS to avoid low ranking ... and by so doing with will increase google ranking.
Reasons for Adding this code
Importance of adding this code to your is simply to help avoid other people from copying your content and by doing this, it protects your content..... It also help to increase search ranks, this is because when others copy your content, its likely that search crawlers, will be ranking their post, instead of you the original content creator...
You can also use this option to protect your code and contents on your site...Kindly read it here
or Click here to learn How to Install Anti Copy and Paste on Blogger as discussed earlier on
HOW TO ACCESS THE FRAMEWORK?
- Go To Blogger.com
- Select Your Blog.
- Select Theme >> Always Remember to Backup first!!!
- Then click on the arrow near 'Customize' and click on Edit HTML
Now search for "<style amp-custom='amp-custom'>" then Copy and Paste the CSS code below just after it.
/* Anti Copy Paste by MashByte.com */
.post-body{
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
user-select: none;
}
Once everything is done, Save the template..
After saving the theme, try to highlight or copy anything on your blog, you will see that it won't work,except the code box and the Quoted words
I hope you find this useful, but if in any case you find it difficult to apply it to your site, then leave a comment below for help and a quick reply, or use our Contact page for a personal assistant.
Note: You have the right to share this with anyone of your choice or on your blog....but Don't forget to link back to MashByte.com.... Read our ToC or our DMCA here to understand how our Terms very well.
Remember to Subscribe and share.......
head 1 | head 2 |
---|---|
row1 col 1 | row1 col 2 |
row2 col 1 | row2 col 2 |
Post a Comment