Title: Crawler Record
Author: dizzysoft
Published: <strong>2025 年 9 月 16 日</strong>
Last modified: 2026 年 4 月 28 日

---

搜尋外掛

![](https://ps.w.org/crawler-record/assets/banner-772x250.png?rev=3362637)

![](https://ps.w.org/crawler-record/assets/icon-256x256.png?rev=3362637)

# Crawler Record

 由 [dizzysoft](https://profiles.wordpress.org/dizzysoft/) 開發

[下載](https://downloads.wordpress.org/plugin/crawler-record.0.9.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/crawler-record/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/crawler-record/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/crawler-record/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/crawler-record/#developers)

 [技術支援](https://wordpress.org/support/plugin/crawler-record/)

## 外掛說明

**Crawler Record** logs the last time specific user agents (for search and AI chat/
LLMs) accessed your content including:

 * Google
 * Bing
 * ChatGPT (OpenAI)
 * Claude (Anthropic)
 * Perplexity
 * DuckDuckGo
 * Meta
 * Apple

You can view this information:

 * **Admin page**: a grouped list of all crawlers, with last seen time, last page,
   and robots status for the crawler.
 * **Admin Bar (front-end)**: quick-glance status for the current singular or URL
   context (no dropdowns in wp-admin).
 * **Per Page/Post**: From the edit screen on any page or post, you can see that
   last time each crawler visited that page.
 * **Recent Pages**: From the admin page you can select a crawlwer and get a list
   of the recent pages this UA has visited.

**Robots-aware:** The plugin checks your **robots.txt** and evaluates **Allow/Disallow**
rules for a given path. If **Settings  Reading  “Discourage search engines”** is
enabled, all agents are shown as blocked with a prominent warning.

**Performance-friendly by design:** Write-throttling (default 10 minutes) and an
auxiliary “last post ID per agent” record avoids heavy admin queries on large sites.

**Privacy-friendly:** Saves only bot visit timestamps and last URLs crawled — no
personal data.

Learn [**how to use this plugin**](https://www.dizzysoft.com/crawler-record-plugin-for-wordpress/).

#### Highlights

 * Supports common user-agent variants for Google, Bing, OpenAI (ChatGPT), Anthropic(
   Claude), Perplexity, Meta, Apple, and DuckDuckGo.
 * Robots status computed from local robots.txt (physical or virtual) without outbound
   requests.
 * Clear UI with grouped sections, microsecond timestamps, and a small diagnostics
   toggle showing the matched robots group and rule.

#### Known limitations

 * Can only track crawlers from the time the plugin is installed- cannot look into
   the past.
 * robots.txt **wildcards** (`*`) and end-of-line marker (`$`) are **not** interpreted;
   matching is prefix-based only. Future versions may add full spec support.
 * To reduce database load and avoid slowing the website, bot tracking is throttled,
   so not every crawler visit will necessarily be recorded.

### Privacy

This plugin stores:
 – **Timestamps** of crawler visits (float, with microseconds)–**
Last URL** seen per crawler (per-URL records) – **Last post ID** per crawler (for
admin performance)

It does **not** collect or store personal data about site visitors. No data is transmitted
to third parties.

### License

GPLv2 or later. See LICENSE file.

## 安裝方式

 1. Upload the plugin folder to `/wp-content/plugins/`, or install via the admin Plugins
    screen.
 2. Activate the plugin.
 3. Visit **Crawler Record** under **Admin  Crawler Record** to review crawler activity.

## 常見問題集

### Why are there no crawler visits recorded?

This plugin can only begin to track crawler/bot visits from the time you have installed
the plugun- not before. It may take several days or weeks (depending upon the popularity
of your website) before any come for a visit.

### Why do I see “Blocked by WordPress setting”?

If **Settings  Reading  Discourage search engines** is enabled, so none of these
systems are allowed to read the pages on your site.

## 使用者評論

![](https://secure.gravatar.com/avatar/5468068da473b01ae2eef7026d1206415dc052db5a31a9cd841ab1a1a9222b8c?
s=60&d=retro&r=g)

### 󠀁[Great plugin – Easy to use](https://wordpress.org/support/topic/great-plugin-easy-to-use-355/)󠁿

 [triciaclements](https://profiles.wordpress.org/triciaclements/) 2026 年 1 月 22
日

Great plugin, does exactly what it says it will do and the developer is active and
answers questions. I was concerned that LLM bots were being blocked from my site
and this plugin shows they aren’t (or if any are being blocked) and also lets me
know when specific bots visited my site and what page they visited.

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/crawler-record/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Crawler Record〉的開發相關工作。

參與者

 *   [ dizzysoft ](https://profiles.wordpress.org/dizzysoft/)

[將〈Crawler Record〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/crawler-record)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/crawler-record/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/crawler-record/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/crawler-record/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/crawler-record/)。

## 變更記錄

#### 0.9.2

 * Added Recent Pages history for each crawler.
 * Added support for additional crawler variants including Google-Agent (mobile 
   and desktop), Google-Extended, Bing (Search, Chat, and Copilot), Claude-SearchBot,
   Perplexity-User, DuckDuckGo AI, Applebot-Extended, and Meta-ExternalFetcher.
 * Improved crawler tracking for non-post frontend URLs such as archives, taxonomy
   pages, and other site URLs.
 * Improved site-wide reporting so the latest page visited by each crawler is more
   accurate.
 * Improved admin bar reporting for both singular content and non-singular frontend
   URLs.
 * Improved robots.txt reporting with clearer diagnostics showing the matched group
   and rule.
 * Added informational robots status handling for agents that may ignore or bypass
   robots.txt, such as Google-Agent and Meta-ExternalFetcher.
 * Improved handling of the WordPress “Discourage search engines” setting with clearer
   blocked-status warnings in the admin interface.
 * Improved storage of recent crawler activity with bounded recent-page history 
   per agent.

#### 0.9.1

 * Fixed error on any WP archive pages (pages that list posts).

#### 0.9.0

 * Updated for WordPress 6.9
 * Now monitoring for Meta and Apple User Agents
 * More accurate site-wide UA reporting.
 * Ensured video tutorial appears on all admin screens.
 * Fixed small code errors.

#### 0.8.0

 * Google updated its useragents so I updated the matching strings to account for
   these changes.

#### 0.7.0

 * The robots.txt checker wasn’t actually working. It does now.
 * When you look at the report in the admin section, the robots checker is looking
   for a site-wide rule; when you look at the back-end of a page, the robots checker
   is looking at that particular page.
 * If a page is blocked by the robots.txt file, a link appears sending you to the
   robots.txt file.
 * Added a video to explain how to use this plugin.

#### 0.6.0

 * Clarified distinction between Googlebots.
 * Better distinguishes Bingbots.
 * Cosmetic changes to page in admin section.
 * More clear documentation.

#### 0.5.0

 * First public release

## 中繼資料

 *  版本 **0.9.3**
 *  最後更新 **4 週前**
 *  啟用安裝數 **80+**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/crawler-record/)
 * 標籤:
 * [Bingbot](https://tw.wordpress.org/plugins/tags/bingbot/)[googlebot](https://tw.wordpress.org/plugins/tags/googlebot/)
   [gptbot](https://tw.wordpress.org/plugins/tags/gptbot/)[robots](https://tw.wordpress.org/plugins/tags/robots/)
   [seo](https://tw.wordpress.org/plugins/tags/seo/)
 *  [進階檢視](https://tw.wordpress.org/plugins/crawler-record/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/crawler-record/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/crawler-record/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/crawler-record/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/crawler-record/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/crawler-record/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/crawler-record/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/crawler-record/reviews/)

## 參與者

 *   [ dizzysoft ](https://profiles.wordpress.org/dizzysoft/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/crawler-record/)