-2

I know how to block Google image search through robots.txt, is there something similar for TinEye? I do not want my sites being indexed by them.

  • Welcome to Stack Overflow. Please take the [tour] to learn how Stack Overflow works and read [ask] on how to improve the quality of your question. Then check the [help/on-topic] to see what questions you can ask. Please see: [Why is “Is it possible to…” a poorly worded question?](https://softwareengineering.meta.stackexchange.com/q/7273) (don't just change your question to "How"). – Progman Apr 30 '21 at 17:41
  • You might want to check https://gist.github.com/ai2ik/29863837a888800f2f242326985d245c#file-bad-bots-L47 – Progman Apr 30 '21 at 17:42

1 Answers1

0

Put this into robots.txt:

User-agent: Tineye
Disallow:/
Abdullah
  • 21
  • 7