【开源】网站SEO优化–百度必应等代码API自动推送到搜索引擎

发布于 2021-01-02  554 次阅读


seoAutoPostLink

一、说明

利用搜索引擎提供的API实现自动化手动推送大量sitemap链接,实现SEO优化
Using the API provided by the search engine to automatically and manually push a large number of SitemAP links to achieve SEO optimization

二、使用

  1. 先于siteInfo.Json文件中填写网站的链接与API等信息;
  2. postWebLink.py为程序入口,在执行前,确定需要推送的 网站序号+推送的搜索引擎(目标);
  3. 执行postWebLink.py即可。

三、效果

(1)Bing

一次推送

(2)baidu

分条推送

开源地址:https://github.com/GanAH/seoAutoPostWebURL