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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -