
內容簡介
總結: AI Readiness Advisor 外掛幫助您驗證和審核 AI/LLM 機器人的訪問。
1. 這個 WordPress 外掛的功能有哪些?
- 提供帶有用戶代理詳細信息和允許/拒絕上下文的請求日誌
- 驗證表,可以檢查已知的 AI 機器人訪問
- robots.txt 查看器
- 快速測試功能(寫入一個測試日誌條目)
- 公共 REST ping 終點,用於自動檢查
- 便捷的伺服器片段
2. 使用這個外掛時,我的隱私是否受到保護?
- 這個外掛不會將數據發送給第三方。
3. 這個外掛的源代碼和開發過程如何?
- 為了符合 WordPress.org 的可讀代碼指引,該外掛提供了可讀的源代碼和文件構建步驟。
- 可讀的源代碼包括在 /src/ 資料夾下
- 構建/壓縮的文件位於 /assets/ 資料夾下(例如,assets/admin.js)
- 例如對應: assets/admin.js 是由 src/admin/index.js 構建而成
4. 如何在本地構建這個外掛?
- 使用以下步驟:
1. npm install
2. npm run build
- 如果有需要,此外插的公共源代碼鏡像也在以下位置提供:
- https://github.com/bmooresolutions/ai-readiness-advisor-free
外掛標籤
開發者團隊
原文外掛簡介
AI Readiness Advisor helps you verify and audit access from AI/LLM bots.
Features
– Request logs with user-agent details and allow/deny context
– Verification table to check known AI bot access
– robots.txt viewer
– Quick Test (writes a test log entry)
– Public REST ping endpoint for automated checks
– Handy server snippets
Privacy
No data is sent to third parties.
Source Code / Development
To comply with WordPress.org’s human-readable code guideline, this plugin ships readable sources and documents build steps.
Readable sources are included under /src/
Built/minified files are under /assets/ (e.g., assets/admin.js)
Example mapping:
assets/admin.js ⟶ built from src/admin/index.js
Build locally
1. npm install
2. npm run build
Optionally, a public mirror of these sources is available at:
– https://github.com/bmooresolutions/ai-readiness-advisor-free
