Ask HN: Dealing with a competitor who is scraping my content and ranking higher
11–20 of 130 posts
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#12Also, you can use the fake data as evidence they scraped you.
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#13This is a good article I've followed in the past. idk how helpful this is, you might have already gone through it. https://github.com/JonasCz/How-To-Prevent-Scraping
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#14Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#15Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#16Can you implement a captcha somewhere? Or figure a way to obfuscate your html if that’s what he’s scraping. Something that can scramble the css class names each build.
Ideally changing the children counts to prevent things like $(body).children().children()[3].html().
Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#17Re: Ask HN: Dealing with a competitor who is scraping my content and ranking higher
#18If you are able to detect them, serve them garbage data instead of blocking them. Mix in some false entries etc. If you completely block them they will work hard to work around the block, but if you give them some bad data randomly it will take them longer to notice. Also, you can use the fake data as evidence they scraped you.