• the_itsb [she/her, comrade/them]@hexbear.net
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 month ago

    How did you find this information? I know how to check traffic for my website, but idk how to get from “list of IPs” to “these ones are crawlers”

    apologies if this is a silly question

    • neo [he/him]@hexbear.netOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 month ago

      I used to sit and monitor my server access logs. You can tell by the access patterns. Many of the well-behaved bots announce themselves in their user agents, so you can see when they’re on. I could see them crawl the main body of my website, but not go to a subdomain, which is clearly linked from the homepage but is disallowed from my robots.txt.

      On the other hand, spammy bots that are trying to attack you will often instead have access patterns that try to probe your website for common configurations for common CMSes like WordPress. They don’t tend to crawl.

      Google also provides a tool to test robots.txt, for example.