Loading...
Loading...
Compare original and translation side by side
.claude/product-marketing-context.md.cursor/product-marketing-context.md.claude/product-marketing-context.md.cursor/product-marketing-context.mdhttps://example.com/{key}.txthttps://example.com/{key}.txt| Method | When to use |
|---|---|
| Single URL | New or updated page |
| Batch | Many URLs at once (e.g., after deploy) |
| Relative paths | Convert to full URLs before submitting |
| 提交方式 | 适用场景 |
|---|---|
| 单URL提交 | 页面新增或更新时 |
| 批量提交 | 一次性提交大量URL(例如部署完成后) |
| 相对路径 | 提交前需转换为完整URL |
| Practice | Note |
|---|---|
| When to submit | New pages, major content updates, meta changes |
| When not to | Minor edits; let natural crawling handle |
| Frequency | Once per deploy; avoid excessive submissions |
| Priority | Submit high-value commercial pages first |
| 实践规则 | 注意事项 |
|---|---|
| 提交时机 | 新增页面、内容重大更新、元数据变更时 |
| 不建议提交的场景 | 微小改动;交给自然爬虫处理即可 |
| 提交频率 | 每次部署后提交一次即可;避免过度提交 |
| 优先级 | 优先提交高价值的商业页面 |
npm run build
npm run indexnow:allnpm run build
npm run indexnow:allsite-pages-config.tssite-pages-config.ts| Issue | Fix |
|---|---|
| Domain verification fails | Ensure URL uses correct domain |
| API key error | Verify key and verification file match |
| Network errors | Retry; API can be intermittent |
| 问题 | 解决方法 |
|---|---|
| 域名验证失败 | 确认URL使用的是正确域名 |
| API密钥错误 | 验证密钥和验证文件内容是否匹配 |
| 网络错误 | 重试;API可能偶尔不稳定 |