Skip to content

记录:TAN-149 最小化 IndexNow 接入与首次提交 #17

Description

@tanchaowen84

背景

该 issue 用于记录 TAN-149 在本轮 Rework 后采用的最小实现、实际提交 URL,以及已经完成的验证结论。

本次采用的最小方案

  • 在站点根路径托管 IndexNow key 文件:https://voice-clone.org/67113058df4248ce8ad3b2142ccf30ab.txt
  • 新增 pnpm indexnow:submit,不复用现有 sitemap.xml,而是直接按当前代码里的可索引页面规则生成 URL 清单后提交到 IndexNow
  • 本轮不修改 sitemap.ts 等无关逻辑,只完成 key 托管与最小提交链路

本次正式提交的 URL

  1. https://voice-clone.org/
  2. https://voice-clone.org/tools/audio-enhancer
  3. https://voice-clone.org/tools/echo-remover-ai
  4. https://voice-clone.org/tools/online-voice-recorder
  5. https://voice-clone.org/tools/mic-test-online
  6. https://voice-clone.org/blog/category/audio
  7. https://voice-clone.org/blog/audio-enhancer-guide
  8. https://voice-clone.org/blog/how-to-clone-a-voice-for-free
  9. https://voice-clone.org/blog/how-to-enhance-audio-quality

验证结果

  • pnpm lint 通过
  • NEXT_PUBLIC_BASE_URL='https://voice-clone.org' pnpm build 通过
  • pnpm indexnow:submit --dry-run --base-url=https://voice-clone.org 输出 9 个待提交 URL,未包含 noindex 页面
  • curl -i https://voice-clone.org/67113058df4248ce8ad3b2142ccf30ab.txt 返回 HTTP/2 200
  • pnpm indexnow:submit --base-url=https://voice-clone.org 成功返回,表示 IndexNow 已接收本次 9 个 URL 的正式提交
  • Bing Webmaster Tools 的 received URLs 后台核验仍待具备站点权限的登录态;当前 session 还没有该授权

关联信息

  • Linear: TAN-149
  • 当前重做分支:tanchaowen84/tan-149-indexnow-minimal-r2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions