SEO | 获取bing的流量

1、提交网站

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

2、提交sitemap

Image

3、增加对 IndexNow 的支持

IndexNow: https://www.bing.com/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/indexnow-key.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

4、开启 Cloudflare推送

Image