CF LLMS Stats Tracker

설명

CF LLMS Stats Tracker creates an optimized llms.txt file at /llms.txt that provides AI crawlers (like those from GPTBot, ClaudeBot, etc.) with structured information about your recent content, contact details, and usage policies.

Key Features:
– Automatically generates llms.txt with your 20 most recent posts
– Tracks every llms.txt request with IP, user agent, referrer, and bot detection
* Detailed admin dashboard with statistics, bot analysis, and timelines
– Export visitor data as CSV
– Configurable contact information and privacy policy links
– Automatic cache refresh (hourly + on post publish)
– Data retention settings (default 90 days)
– Dashboard widget with key metrics

Perfect for:
– Blog owners wanting AI-friendly content discovery
– Privacy-conscious site owners tracking AI crawlers
– Developers monitoring llms.txt usage patterns

설치

  1. Upload the plugin files to /wp-content/plugins/cf-llms-stats-tracker
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit LLMS Stats Settings to configure contact information
  4. Your llms.txt is now live at yoursite.com/llms.txt
  5. Check LLMS Stats dashboard for visitor analytics

FAQ

What is llms.txt?

llms.txt is an emerging standard for websites to provide structured information to AI training crawlers, similar to robots.txt but specifically for Large Language Models. It helps you control what content AI systems can discover and use.

Where can I find my llms.txt file?

Your llms.txt file is available at https://yoursite.com/llms.txt

Does this replace robots.txt?

No. robots.txt controls crawling permissions. llms.txt provides content discovery and licensing information for AI systems that respect both files.

Can I customize what content appears in llms.txt?

Yes! Configure owner contact info, privacy policy links, and post types in LLMS Stats Settings.

How does bot detection work?

The plugin analyzes User-Agent strings against common bot patterns (Google, Bing, Facebook, etc.) and categorizes requests as human or bot visits.

Is my data secure?

Yes. All data is stored securely in your WordPress database with proper sanitization and nonces. Data retention is configurable (default 90 days).

Can I export the statistics?

Yes! Use the Download Stats CSV button in the stats dashboard to export all visitor data.

후기

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

기여자 & 개발자

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

기여자

“CF LLMS Stats Tracker”(이)가 2 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “CF LLMS Stats Tracker”(을)를 번역하세요.

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

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

변경이력

1.3.2

  • Fixed reset stats button issue

1.3.1

  • Added translations

1.3

  • Fixed WordPress Coding Standards compliance

1.2.2

  • Fixed WordPress Coding Standards compliance (WP_Filesystem, wpdb::prepare, sanitization)
  • Added %i placeholders for table names in all queries
  • Improved CSV export using WP_Filesystem API
  • Enhanced superglobal sanitization (HTTP_USER_AGENT, HTTP_REFERER)
  • Added cache invalidation for dashboard statistics

1.2.1

  • Added wp_safe_redirect, wp_parse_url, gmdate compliance
  • Full register_setting sanitization callbacks
  • Prefixed global functions
  • Added object caching for statistics queries
  • Improved admin interface with proper escaping

1.2.0

  • Initial release with llms.txt generation and stats tracking
  • Bot detection and analysis dashboard
  • Admin settings and CSV export
  • Automatic cache management