內容簡介
總結:OtterFixer AI Bot Tracker 可記錄前端請求來源,並辨識常見的AI/LLM爬蟲使用者代理,例如GPTBot、ChatGPT-User、ClaudeBot、PerplexityBot和Google-Extended。所有資料都保留在WordPress資料庫中,不會被傳送至任何地方。
1. 這個外掛可以偵測並記錄哪些AI/LLM爬蟲使用者代理的前端請求?
- 答:GPTBot、ChatGPT-User、ClaudeBot、PerplexityBot和Google-Extended。
2. 資料被傳送至何處?
- 答:所有資料都會保存在你的WordPress資料庫中,不會被傳送至任何地方。
3. 該如何找到這個功能?
- 答:在WordPress中,前往「工具」→「OtterFixer AI Bot Tracker」即可找到此功能。
外掛標籤
開發者團隊
原文外掛簡介
OtterFixer AI Bot Tracker logs front-end requests that match common AI/LLM crawler user-agents such as:
– GPTBot
– ChatGPT-User
– ClaudeBot
– PerplexityBot
– Google-Extended
It is designed to be simple and honest:
– No ads
– No bloat
– No tracking of real visitors
Important: The plugin only logs requests that match known bot user-agent patterns. If a real visitor spoofs a bot user-agent, they could be logged as well.
What is stored:
– UTC time
– Bot name
– Page path
– Anonymised IP (IPv4 last octet is zeroed, IPv6 is shortened)
– Full user-agent string
Nothing is sent anywhere. Data stays in your WordPress database.
Where to find it:
Tools → OtterFixer AI Bot Tracker
Usage
Visit Tools → AI Bot Tracker.
Leave it running and check back whenever you want.
When AI bots visit your site, you will see totals, a breakdown by bot, and the most recent hits.
Tip: If you have zero hits, it usually just means no matching crawler has visited yet.
How can I test it?
You can simulate a bot hit by loading any front-end URL with a matching user-agent.
Example (replace YOUR-SITE-URL with your home page URL):
curl -A “GPTBot” “YOUR-SITE-URL”
