
內容簡介
Citrail 是一款專為提升網站 SEO 表現而設計的外掛,透過檢查網站的各項 AI 讀取信號,提供健康評分和改進建議,幫助網站內容更易被 AI 引用。
【主要功能】
• 提供網站健康評分,範圍從 0 到 100
• 檢查 robots.txt、sitemap 和 JSON-LD schema
• 一鍵應用改進建議,簡化操作流程
• 設定嚮導逐步引導使用者進行優化
• 自動偵測並避免與其他 SEO 外掛重複工作
外掛標籤
開發者團隊
② 後台搜尋「Citrail – AI SEO for GEO and AEO」→ 直接安裝(推薦)
原文外掛簡介
Citrail audits your site for the signals AI (ChatGPT, Claude, Perplexity, Google) need to read and cite it: robots.txt, sitemap, llms.txt, JSON-LD schema, canonical meta tags, and whether your content is readable without relying on JavaScript. The result is a Health Score from 0 to 100 and a clear checklist grouped by category, with status indicators and a one-sentence explanation for each check.
When something can be improved, Citrail explains it and offers to apply it with one click: it explicitly allows access for known AI bots in your robots.txt, publishes a basic llms.txt file, and adds JSON-LD schema (Organization and Article) if no other SEO plugin is already generating it. A setup wizard guides you step by step through these improvements, and every change is reversible: you can undo it at any time from the checklist or from the wizard itself.
Citrail works exclusively with open, public standards — schema.org, the robots.txt protocol, and the llms.txt convention — exposed through WordPress’s native APIs. It does not manipulate search rankings, does not promise guaranteed results, and does not run any third-party code or external scripts on your site. It also automatically detects whether Yoast SEO, Rank Math, or All in One SEO are active so it doesn’t duplicate their work.
Build / compiling the JavaScript
The admin interface is a React application. Its uncompiled source lives in the
src/ directory and is bundled into build/ (the files WordPress actually
loads) with @wordpress/scripts,
the official WordPress build tooling, which wraps webpack and Babel with no
custom configuration.
Requirements: Node.js 20+ and npm.
To compile src/ into build/:
npm install — install the build dependencies listed in package.json.
npm run build — produce the minified production bundle in build/
(index.js, index.asset.php, style-index.css, style-index-rtl.css).
For development with an unminified build and file watching, run npm start
instead of npm run build.
Both src/ and build/ are shipped inside the distributed plugin ZIP so the
compiled code can always be traced back to, and regenerated from, its source.
