Let's say I have a WordPress site with many Blog Post. I discovered there is someone out there copying the content of every page of my site and paste it on his own site. I believed he does not do it manually as the amount is huge. And I try to replicate what he did, and I find that it's actually quite easy for me to do the same using php by curl and some Dom Parsing (giving I know the class name of where the useful text resides).
Can I have any ways to prevent it, or at least make it harder for them to do it in the future? Thanks!