1、提交网站

提交到 Bing 站长后台 https://www.bing.com/webmaster/

-录入域名。

-下载文件到public页面,验证。

Image

2、提交sitemap

Image

3、增加对 IndexNow 的支持

IndexNow: https://www.bing.com/indexnow

IndexNow 的作用是:当网站有新增/更新/删除内容时,网站主动告诉搜索引擎:“我更新了,你快来抓。”, 从而保证页面更新的实时通知。

1)生成api密钥

Image

2)密钥放置网站根目录

Image

3)批量提交url

curl -i -X POST "https://api.indexnow.org/indexnow" \
-H "Content-Type: application/json" \
-d '{
  "host": "ai-yu.org",
  "key": "04d5139d514f4315af1a10510206ac3c",
  "keyLocation": "https://ai-yu.org/04d5139d514f4315af1a10510206ac3c.txt",
  "urlList": [
    "https://ai-yu.org/ai/vegetables",
    "https://ai-yu.org/ai/fruits",
    "https://ai-yu.org/ai/animals",
    "https://ai-yu.org/ai/flowers",
    "https://ai-yu.org/ai/other",
    "https://ai-yu.org/ai/comic"
  ]
}'
Image

✅ IndexNow 的正确用法

只在这三种情况提交:

新增页面(new URL)

更新页面(内容变了的 URL)

删除页面(已失效 URL)

👉 也就是说:只提交“发生变化的 URL”


4、开启 Cloudflare推送

Image