GPTBot
OpenAI's crawler used to collect publicly available web content that may be used to improve future models; controllable via robots.txt.
OpenAI's agent that fetches a specific page in real time because a user or an agentic task requested it, rather than for indexing or training.
User-triggered fetches are one-off requests on behalf of a person, analogous to Google's user-triggered fetchers. Blocking them means a user who explicitly asks the assistant to read your page gets nothing, which is usually undesirable even for publishers who block training. Traffic from these agents shows in logs but rarely in analytics, since they typically do not execute the JavaScript that analytics depends on.
A user pastes a URL and asks for a summary; the request appears in server logs as ChatGPT-User seconds later.
OpenAI's crawler used to collect publicly available web content that may be used to improve future models; controllable via robots.txt.
OpenAI's crawler that builds the search index used to surface and link websites in ChatGPT search results; distinct from the training…
AI systems that navigate websites on a user's behalf — reading pages, filling forms, comparing options and sometimes completing…
Visits arriving from AI assistants and answer engines, identifiable in analytics by referrer hosts such as chatgpt.com, perplexity.ai…
Examining raw server access logs to see exactly which URLs crawlers fetched, how often, with what status codes and response times.