Easy Ways to Prevent Copy Paste Articles
Action copy and paste posts / articles from blogs of others is not a new thing anymore . Along new bloggers increasing ( sorry ) without knowing the rules , they just wants to get a lot of visitors and income exorbitant briefly , This action will not stop even be increasing . The victims are bloggers who have painstakingly compiled articles with words alone , even barely slept all day , with the atmosphere of mixed emotions - stirring , sacrifice time and other activities . .
Suddenly there came a new blogger who has been waiting for a copy - paste of the article . If caught concerned , it is not only infuriates overabundance , passion for writing on the blog was suddenly faded and crumbling .
Actually there will be no ban or angry will copy-paste action if the offender or blog copy-paste satisfy the conditions / requirements below.
- Enclose a copy-paste the source article
- Followers Google plus or social media is not much (no more than 100 people)
- Ranking blog is not higher than that in coffee-paste, good position and alexa Serf, with a ratio of 1: 10000, and
- Readers converted into a private blog (blog author specifically), meaning that only blog authors can read the blog.
If the perpetrator or perpetrators blog copy-paste are not fulfilling the above conditions, then do not ever do coffee-paste categorically against articles which have been painstakingly created.
What if just want to take a small part, but it's actually an important thing?
If faced with a situation like this, for example, only want to take the script, important points that you need to do is, make searching (the search) in advance, whether something you want to take is purely the result of the experiment the author (if the script ) and the pure result of the author's thinking (if that opinion, or key points). If it turns out the tutorial or statement (key points) as it is only in the blog in question, then you must include the source or even ask permission to the author for your blog. However, if the tutorial or statement (important points) is already rampant in the search engines, until it was no longer found the main source of the blog, then you do not need to include the source link, but still have to change trace the word according to your writing style.
Hopefully, the above is read and understood by new blogger (newbie) or anyone who still like copy and paste.
Well, now we return to the topic that is the easy way to prevent the action articles copy paste / blog posts but can still copy the script in blockquote. It is suitable for a blog with content that includes tutorials scripts must be in the coffee at each posting.
I will share ways that are using only a few lines of CSS. With this css article on the post will not able to copy, but blockquote still able to copy.
Easy Ways to Prevent Copy Paste Articles Besides Blockquote
1. Log in to blogger> Dashboard blog> tempate> Edit HTML
2. Copy the code below and place it under the <style>
.post-outer {
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-ms-user-select:none;
-moz-user-select:none;
}
.post blockquote,.post pre,.post code{
-webkit-touch-callout:text;
-webkit-user-select:text;
-khtml-user-select:text;
-ms-user-select:text;
-moz-user-select:text;
}
3. Save Template
CSS code above detectable Warning for CSS3 validation , no impact on SEO , and copy and paste the code is not very friendly.
Easy Ways to Prevent Copy Paste Articles
Reviewed by Unknown
on
Thursday, July 02, 2015
Rating:
Reviewed by Unknown
on
Thursday, July 02, 2015
Rating:

No comments: