Linux 软件免费装
Banner图

AI Kansoku Lab Tracker

开发者 aikansokulab
更新时间 2026年5月19日 14:39
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

tracking seo ai crawler gptbot

下载

1.0.6 1.1.3

详情介绍:

AI Kansoku Lab Tracker detects visits from AI crawlers such as GPTBot, ClaudeBot, and PerplexityBot using PHP server-side detection. Because AI crawlers do not execute JavaScript, traditional analytics tools like GA4 cannot capture these visits. This plugin solves that problem. Features How It Works When a front-end page is requested, the plugin checks the User-Agent string against known AI crawler patterns. If a match is found — and you have explicitly enabled external tracking — it sends an asynchronous POST request to the AI Kansoku Lab API to log the visit. The site visitor experiences no delay. External Service This plugin connects to an external API: AI Kansoku Lab (https://www.ai-kansoku.com). External tracking is opt-in only. Data is only transmitted after you explicitly enable it in the settings page. When an AI crawler is detected, the following metadata is sent: Requirements

安装:

  1. Upload the plugin ZIP via Plugins > Add New > Upload Plugin
  2. Activate the plugin
  3. Go to Settings > AI Kansoku Lab
  4. Enter your Site ID from https://www.ai-kansoku.com/dashboard
  5. Check "Enable external tracking to AI Kansoku Lab"
  6. Click Save Settings

升级注意事项:

1.0.6 Internal refactor for WordPress.org compliance and improved settings handling. 1.0.2 Added explicit opt-in checkbox for external tracking. Please re-enable tracking in Settings > AI Kansoku Lab after updating.

常见问题:

Where do I find my Site ID?

Log in to AI Kansoku Lab (https://www.ai-kansoku.com), register your site, and copy the Site ID shown in the Tracking Code section of your dashboard.

Will this slow down my site?

No. The plugin uses wp_remote_post with blocking: false, so the HTTP request is fired asynchronously and does not delay page rendering.

Does it run on every request?

No. The plugin only fires on front-end page requests when both a Site ID is set and external tracking is explicitly enabled. Admin pages, AJAX calls, REST API requests, and WP-Cron jobs are excluded.

Can it detect crawlers that do not run JavaScript?

Yes. That is the main purpose of this plugin. GA4 and other JavaScript-based tools miss AI crawlers entirely. This plugin detects them at the PHP level using the HTTP_USER_AGENT server variable.

Which AI crawlers are supported?

GPTBot, ChatGPT-User, OAI-SearchBot, ClaudeBot, Anthropic-AI, ByteSpider, Meta-ExternalAgent, Google-Extended, Grok, xAI, AppleBot, DeepSeek, CopilotBot, PerplexityBot.

What happens when I uninstall the plugin?

All plugin settings stored in the WordPress database are removed automatically on uninstall.

更新日志:

1.0.6 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0