AI Crawler Guard

설명

AI Crawler Guard detects popular AI-focused crawlers and lets you block or allow them from scraping your WordPress site. Everything runs locally—rules, decisions, logs, and history stay on your server.

  • Built-in signatures for common AI bots, plus optional custom patterns
  • Global and per-crawler allow/block controls
  • Local crawler registry with first/last seen timestamps and hit counters
  • Lightweight logs with optional retention cap
  • No external calls or remote storage

Requirements

  • WordPress 5.8 or newer
  • PHP 7.4+
  • Works with Classic Editor, Gutenberg, WooCommerce, and major managed hosts
  • Respects wp-admin, wp-login, REST API, cron, and CLI contexts automatically

Performance

  • Detection runs once per front-end request (small O(n) UA scan)
  • No blocking of social preview bots (Facebook, Meta, Twitter, LinkedIn) by default
  • Assets load only on plugin admin pages and stay under 10 KB
  • Logs stay capped by your configured limit with auto-pruning

Privacy

All detection logic and data storage live entirely inside WordPress. No data is sent to third-party services in v1.

설치

  1. Upload ai-crawler-guard to /wp-content/plugins/.
  2. Activate the plugin through the “Plugins” screen in WordPress.
  3. Visit “AI Crawler Guard Settings” to choose your preferred block mode and logging options.

FAQ

Does it block paywall bypassing via HTTP 402?

Not yet. Payment/402 responses are planned for a future release.

Can it fetch remote rule updates?

Remote updates are scheduled for v1.1+. v1 ships with local rules only.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“AI Crawler Guard”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “AI Crawler Guard”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release.