Now some programmers think how to block AI crawlers. We can block Google or other search engines with few lines of code.
This is example of code in robot.txt file for Bing.
- Code: Select all
User-agent: *
Disallow: *.axd
Disallow: /cgi-bin/
Disallow: /member
User-agent: bingbot
User-agent: ia_archiver
Disallow: /
Do you think this solutions for AI software will become often and will it affect on AI future?






