
內容簡介
Laudia Connect 是 Laudia 的伴隨外掛,提供 AI 搜尋可見性服務。透過此外掛,使用者可以輕鬆地將修正內容發佈到網站,並確保搜尋引擎的最佳化。
【主要功能】
• 支援 JSON-LD 結構化資料
• 提供 FAQ 區塊功能
• 自動生成虛擬 llms.txt 檔案
• 增加 robots.txt 的 Sitemap 和 Allow 行
• 設定最小權限的專用角色
外掛標籤
開發者團隊
原文外掛簡介
Laudia Connect is the companion plugin for Laudia, the AI search visibility service. After you approve a fix in your Laudia dashboard, Laudia publishes it to your site through this plugin’s small REST surface:
JSON-LD schema and an FAQ block, printed in your site’s head. Theme-independent and reversible.
A virtual llms.txt served at /llms.txt. No file is written to your server.
Additive robots.txt lines (Sitemap:, Allow:) appended to the robots.txt WordPress generates. The plugin refuses any Disallow: or Noindex: line, so it can never block a crawler. If a physical robots.txt file exists, the plugin reports that honestly instead of pretending to deploy.
Deliberate non-goals: the plugin writes no files, edits no themes, manages no users, and has no settings screen. Everything it serves lives in four options rows and is removed when you delete the plugin.
Least-privilege access
The plugin registers a dedicated Laudia Connect role carrying only its own capability (plus read). You create one user with that role and issue a WordPress Application Password for it. Laudia refuses to operate with an administrator account.
Every REST request must carry that capability. All content is pinned by hash: the plugin recomputes the checksum of every payload and refuses a mismatch.
