# Отслеживание активности краулеров LLM: можем ли мы определить, какие темы индексируются/сканируются чаще всего?

**URL:** https://meta.discourse.org/t/tracking-llm-crawler-activity-can-we-identify-which-topics-are-being-indexed-crawled-most-frequently/401083
**Category:** Data & reporting
**Tags:** data-explorer
**Created:** [20.Апрель.2026 21:41:17 UTC](https://meta.discourse.org/t/tracking-llm-crawler-activity-can-we-identify-which-topics-are-being-indexed-crawled-most-frequently/401083 "2026-04-20T21:41:17Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![noahl](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/noahl/32/552343_2.png) [@noahl](https://meta.discourse.org/u/noahl)
#### Post date: [20.Апрель.2026 21:41:17 UTC](https://meta.discourse.org/t/tracking-llm-crawler-activity-can-we-identify-which-topics-are-being-indexed-crawled-most-frequently/401083/1 "2026-04-20T21:41:17Z")

</div>

Мы хотим определить, какие именно темы чаще всего индексируются или сканируются ботами ИИ, чтобы убедиться, что наш наиболее «цитируемый» контент не подпитывает галлюцинации больших языковых моделей. Можно ли в [Data Explorer](https://meta.discourse.org/t/32566?silent=true) сопоставить попадания ботов с конкретными идентификаторами тем?

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [20.Апрель.2026 21:59:39 UTC](https://meta.discourse.org/t/tracking-llm-crawler-activity-can-we-identify-which-topics-are-being-indexed-crawled-most-frequently/401083/2 "2026-04-20T21:59:39Z")

</div>

Я могу ошибаться, но, кажется, Discourse не отслеживает трафик веб-скраперов на уровне категорий или тем. (Возможно, есть какой-то математический запрос, который можно применить для получения этих данных? 🤔)

> <https://github.com/discourse/discourse/blob/e9f4e0dca26e39ceaec9763967e782ce0252b551/app/models/web_crawler_request.rb#L38-L50>

---

<div class="post-metadata">

### Author: ![elmuerte](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elmuerte/32/456517_2.png) [@elmuerte](https://meta.discourse.org/u/elmuerte)
#### Post date: [21.Апрель.2026 05:09:28 UTC](https://meta.discourse.org/t/tracking-llm-crawler-activity-can-we-identify-which-topics-are-being-indexed-crawled-most-frequently/401083/3 "2026-04-21T05:09:28Z")

</div>

Большинство ботов Al не идентифицируют себя через user agent. Обычно они маскируются под устаревшие версии Chrome. Единственный способ их обнаружить — по тому, что они посещают только одну страницу и не задерживаются на сайте для просмотра второй. Часто они находятся в дата-центрах, но я также наблюдаю много одностраничного трафика с мобильных и домашних IP-адресов, что, вероятно, связано с заражёнными устройствами.

---

<div class="post-metadata">

### Author: ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)
#### Post date: [21.Апрель.2026 05:26:30 UTC](https://meta.discourse.org/t/tracking-llm-crawler-activity-can-we-identify-which-topics-are-being-indexed-crawled-most-frequently/401083/4 "2026-04-21T05:26:30Z")

</div>

Большинство AI-краулеров указывают user agent. Те, о которых вы говорите, — это SEO-боты/краулеры и другие вредоносные/злоупотребляющие/нежелательные нечеловеческие акторы.
