Content theft is the one of the main problem that every blogger faces on their blogging journey.
We spent a lot of time in researching and writing content but some people copies and publish our contents on their blog without giving us credit and that’s annoying.
So I goggled and finally I got a better solution to kick those content thieves.
1. Copyright Your Contents
First of all you need to copyrights to your contents. To get copyright for your blog Register your blog at DMCA. Don’t worry you don’t need to spend a dime for it (Yep.. You read it correctly).
2. Prevent hotlinking to your Images
Now we are going to stop Image hot linking, Just create a .htaccess file in your root folder (If it is already created just open it) and enter the below code. Note: Make backup of .htaccess file before editing so that you can restore when something went wrong Thanks to Jean-Baptiste Jung for this trick
123456 RewriteEngine On#Replace ?mysite.com/ with your blog urlRewriteCond %{HTTP_REFERER} !^http://(.+.)?mysite.com/ [NC]RewriteCond %{HTTP_REFERER} !^$#Replace /images/nohotlink.jpg with your "don't hotlink" image urlRewriteRule .*.(jpe?g|gif|bmp|png)$ /images/nohotlink.jpg [L]
3. Use Copyright Proof Plugin
This plugin digitally certifies our contents thus it provides authorship and copyrights to our contents.
You can get this plugin from here
4. Link back to Your Article
It’s a cool WordPress trick to automatically link the stolen post to your original article all you need to do is just add simple code in your wordpress single.php
1 2 3 |
<h1> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </h1> |
5. Use Tynt Service
This tool track all your pages and automatically add link back to your site when someone copies and paste your contents
Here’s a short video about tynt and how it helps you to rank better in search engine.
How to Check for Plagiarism ?
There are lot of duplicate content checking websites out there using which you can find the content thieves and kick them away just by entering your blog URL. I have listed my favorite tools below.
My favorite tools
Hey Ashik!
Great post. Really useful and practical stuff. Also you don’t see much good information about content protection online. I’ve never heard about Tynt but I’ll check them out. Well done! You’ve done your research and came up with a unique, helpful post. Keep them coming!
Welcome to my blog,bro..Glad you found this helpful
Hope to see more of you here.
Hi! Ashik. You’ve written a very good post here. It’s important to stop plagiarism. You’ve taken a good initiative to keep scrapers away. I’ll try this methods. Thanks for sharing.
I’m glad the article helped you,Avi 🙂
Hi Ashik – Thanks for included Tynt in your post! Just one note, the link is broken because of a typo. It’s tynt, not tytn. Much thanks!!
Jim @tynt
@Jim Thanks for Notifying it!
Hi Ashik Thanks For Sharing Awesome Post 🙂
Like To Try Tynt 🙂
Thanks for your comments,Buddy!
Pretty! This has been a really wonderful article.
Thank you for supplying this info.
Hі there, just wаnteԁ to mention, I loved this article.
Especially about I never know about Tytn and how it can protect our blog from content scraplers
I’ll implement these on my blog
Keep on ρosting!
Great blog. Thanks for the tips, I am using Tynt right now on my blog and it is very helpful to let me check how often my content is copied.