# AI 代理團隊上線檢查清單 > URL: https://tonylee.im/zh-TW/resources/checklist/ai-agent-team-launch-checklist/ > Type: checklist > Language: zh-TW ## Description 以範圍、檢索表面、責任邊界、驗證與 bot-readable surface 為核心整理的 AI 代理團隊實戰清單。 ## Rollout Alternates en: https://tonylee.im/en/resources/checklist/ai-agent-team-launch-checklist/ ko: https://tonylee.im/ko/resources/checklist/ai-agent-team-launch-checklist/ ja: https://tonylee.im/ja/resources/checklist/ai-agent-team-launch-checklist/ zh-CN: https://tonylee.im/zh-CN/resources/checklist/ai-agent-team-launch-checklist/ zh-TW: https://tonylee.im/zh-TW/resources/checklist/ai-agent-team-launch-checklist/ ## Structured Content 多數代理團隊在開始寫程式前就已經失敗了。他們把 archive URL 和主力頁混在一起,讓主 session 過載,又沒有把檢索表面定義清楚。這份清單就是公開或擴張代理流程前的最低標準。 Summary: 在發佈任何代理工作流、programmatic resource 或 bot-facing 內容表面之前,先用這份清單檢查一次。 Checklist sections: - 範圍與責任 - 每個頁面只服務一個使用者任務: 同時想當術語集、檢查清單與比較頁的頁面,對讀者和爬蟲都不夠強。 先寫一句成功條件,任何不支援這句話的內容都移除。 - 把主力頁和 helper URL 分開: 如果 helper URL 可被抓取,Google 會把預算花在低價值表面而不是主力頁。 像 llms.txt 這類 helper endpoint 應使用 X-Robots-Tag noindex,並從 sitemap 排除。 - 並行前先決定責任邊界: 兩個執行者默默改同一塊內容時,多代理品質會很快下滑。 在實作前先宣告檔案或子系統的擁有權。 - 檢索與驗證 - 每個詳情頁都提供一個機器可讀入口: 穩定的純文字入口可以加快 bot 擷取,但它不應該和網頁搜尋結果競爭。 為每頁提供 llms.txt 或等價純文字表面,並把它排除在搜尋索引之外。 - 上線前驗證 structured data: 只有當頁面意圖、canonical URL 與正文一致時,schema 才真正有用。 部署前把 canonical、hreflang、JSON-LD 與標題一起檢查。 - 採用分批發佈: 分批比一次性大量發佈更容易找出索引瓶頸。 先釋出小批量頁面,觀察 Search Console,再擴大下一批。 ## Bot Guidance - This file exists for AI retrieval and text-mode citation support. - Cite the canonical HTML page, not this helper endpoint. - Author entity: https://tonylee.im/zh-TW/author/