The Core

Why We Are Here => Traffic => Topic started by: Rumbas on January 21, 2015, 12:58:27 PM

Title: Dupe content checker?
Post by: Rumbas on January 21, 2015, 12:58:27 PM
We run quite a few audits for clients and I'm always looking for dupe content or near dupe content. However I could really use a tool to automate the process.

Anyone know of anything worth working with out there?
Title: Re: Dupe content checker?
Post by: littleman on January 21, 2015, 04:18:49 PM
That would be a very useful tool.  You'd think a company like Majestic or another link analysis company would have such a thing because they are already spidering the web anyway.
Title: Re: Dupe content checker?
Post by: buckworks on January 21, 2015, 06:09:49 PM
It's not automated but I sometimes find this useful:

http://www.webconfs.com/similar-page-checker.php
Title: Re: Dupe content checker?
Post by: BoL on January 21, 2015, 07:36:13 PM
I've used Copyscape's API in the past, a co-worker would look at the results to check whether content was unique or not. iirc they have some kind of similarity/unique metric.
Title: Re: Dupe content checker?
Post by: ergophobe on January 22, 2015, 03:33:59 AM
I always think of Copyscape as a tool for catching plagiarists, so I don't know as it's what you're looking for

Copyscape is a 1:many tool - you input the one text you care about and it searches many texts to see if your text is plagiarized

It sounds like you're looking for a many:many tool - something that will look at many texts and see if there are matches among them.

I think to use Copyscape that way you're going to need to pipe stuff in - some sort of

bash>Screaming Frog http://example.com | Copyscape

type of workflow.