快速被收录!国内主流搜索引擎提交Sitemap网站地图方法大全

2020年2月25日前端开发评论355,981字数 889阅读2分57秒阅读模式

sitemap即网站地图,存储网站所有网址url的索引,主要作用是告诉搜索引擎网站的url链接,以及最近更新网页信息,便于搜索引擎抓取收录,因此对于网站的排名具有积极意义。

一般放置在网站根目录,通过域名+sitemap.xml的形式访问,
如https://www.shejibiji.com/sitemap.xml。

但因为众所周知的原因,国内平台都需要先添加网站并验证成功后,才能提交sitemap。

以下我汇总了各个国内主流搜索引擎提交sitemap的方法:

百度搜索资源平台
https://ziyuan.baidu.com/linksubmit/index (提交sitemap)

360站长平台
http://zhanzhang.so.com/sitetool/sitemap (提交sitemap)

搜狗站长平台
http://zhanzhang.sogou.com/index.php/sitelink/index (链接提交)
http://zhanzhang.sogou.com/index.php/help/sitemap (提交sitemap, 采用邀请制)

Google Search Console
https://search.google.com/search-console (提交sitemap)

Bing必应网站管理员
https://www.bing.com/webmaster/configure/sitemaps/home (提交sitemap)
神马站长平台http://zhanzhang.sm.cn/open/sitemap (提交sitemap)

快速被收录!国内主流搜索引擎提交Sitemap网站地图方法大全

另外, 可在网站根目录下添加 robots.txt 文件, robots.txt文件内容如下:User-agent: *
Disallow:
Disallow: /bin/
Sitemap: http://www.example.com/sitemap.xml

备注: “http://www.example.com/sitemap.xml” 改成你自己站点的网站地图链接即可.修改成功后, 搜索引擎抓取robots.txt的时候就可以获取sitemap了。

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定