I am creating a component to prohibit the IP addresses of spam bots based on invalid requests that they make all the time, and that no user can do by mistake.
For example, they always try to submit blank forms or make GET requests for URLs that should only receive POST requests.
What I want to know is if I risk banning Google bots by doing this.
Are they smart enough not to crawl every URL they come across? Should links to forms be avoided?
source
share