怎么向各大搜索站提交sitemap(网站地图)?
向Google、MSN、Yahoo!、Ask和百度提交Sitemap网站地图
都可以通过robots.txt来定义提交。但下面的提交方式更简单快捷:
百度Baidu 提交入口:http://www.baidu.com/search/url_submit.html
谷歌Google提交入口:http://www.google.com/addurl
雅虎Yahoo 提交入口:http://search.help.cn.yahoo.com/h4_4.html
搜狐Sogou 提交入口:http://www.sogou.com/docs/help/webmasters.htm#01
网易Yodao 提交入口:http://tellbot.yodao.com/report
微软MSN Live Search 提交入口:http://search.msn.com/docs/submit.aspx?FORM=WSDD2
新浪免费提交入口 http://bizsite.sina.com.cn/newbizsite/docc/index-2jifu-09.htm
中国搜索提交入口 http://service.chinasearch.com.cn/NetSearch/user_register/user_register.jsp
TOM搜索提交入口 http://search.tom.com/tools/weblog/log.php
中国搜索提交入口 http://service.chinasearch.com.cn/NetSearch/user_register/user_register.jsp
中国搜索提交入口 http://service.chinasearch.com.cn/NetSearch/pageurlrecord/frontpageurl.jsp
雅虎搜索提交入口 http://misc.yahoo.com.cn/search_submit.html
爱问搜索提交入口 http://iask.com/guest/add_url.php
天网搜索提交入口 http://home.tianwang.com/denglu.htm
MSN搜索提交入口 http://beta.search.msn.com/docs/submit.aspx
Gigablast提交入口 http://www.gigablast.com/addurl
银河免费提交入口 http://search.inhe.net/navigate.asp
酷亿免费提交入口 http://www.ku68.com/home/webreg.asp
中国假日免费入口 http://www.china-holiday.com/newterms/hall/it/sort.asp?sortid=259
网络奇兵提交入口 http://www.net7b.com/net7b_site/denglu/index.asp
嗨酷网网址提交入口 http://cool.hicoo.cn/addurl.asp
SEES酷站提交入口 http://www.sees.cn/login.htm
网捷居酷站提交入口 http://www.webjj.com.cn/add.asp
网址360提交入口 http://www.wz360.com/dl/index.asp
孙悟空免费提交入口 http://www.sunwukong.cn/add.php
什么是sitemap,从wiki上可以找到的解释是:(通俗的讲就是“网站地图”)
The Sitemaps protocol allows a webmaster to inform search engines about URLs on a website that are available for crawling. A Sitemap is an XML file that lists the URLs for a site. It allows webmasters to include additional information about each URL: when it was last updated, how often it changes, and how important it is in relation to other URLs in the site. This allows search engines to crawl the site more intelligently. Sitemaps are a URL inclusion protocol and complement robots.txt, a URL exclusion protocol.
即sitmaps是站点管理员向搜索引擎爬虫公布站点可被抓取页面的协议,sitemap文件内容必须遵循XML格式的定义。每个URL可以包含更新的周期和时间、URL在整个站点中的优先级。这样可以让搜索引擎更佳有效的抓取网站内容。
sitemap分为2种形式:
1、sitemap.html : 这种主要是针对用户而言,让用户能够快速的寻找到自己所需的东西,也是方便搜索引擎来有效的爬取网页内容,提高网站质量。
2、sitemap.xml : 这种格式主要是谷歌自己推出的一种网站地图写法,你可以通过相关规范写出网站地图 然后通过“谷歌管理员工具”提交,这样谷歌的蜘蛛就能有目的的高效的快速的来访问网站,但是 提交的内容 谷歌蜘蛛没有保证一定都会收录!这个误区 请大家要区分开来。
Sitemaps 的XML格式样例:
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
目前Google Yahoo和Ask.com支持的最新sitemaps标准是0.9版本。sitemaps文件必须为utf-8的编码格式,每个sitemaps文件只能有一个
每个
sitemaps文件的限制:
必须是utf-8的编码格式
每个sitemap.xml文件包含的URL建议不超过5w个URL
单个sitemap.xml文件不能超过10M大小
@kunzai.com

