php - Wordpress - random URLs getting called by some bot -


I have this WordPress site in which the bbPress plugin was installed (basically forums plugin). Later it was not used and flooded by spambots, so I disabled it. There are still random links in the forum that were the first (e.g., / platform / tag / {random_string}) they are not available anywhere because the plugin is no longer active, however, these calls are too large. Should I be worried about them or leave them? The site does not seem very slow or anything, and visitors call / forum / links with different IP addresses, so they will be very difficult to blacklist.

itemprop = "text">

Dismiss those people, unless you are positive they get a "404" error and not "200" .

In addition, add

  to robots.txt: / platform /   

so that the good bots will be forgotten.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -