http://blog.sina.com.cn/shanhaijing[订阅][手机订阅]
字体大小: 正文
针对搜索引擎的一些优化(转)(2008-06-30 18:53:36)

生成网站地图:
http://www.xml-sitemaps.com/
输入网址,等N分钟,下载sitemap.xml,ror.xml,传至网站根目录(如果乱码,另存为UTF-8)

提交至各大搜索引擎:
1,Google:
https://www.google.com/webmasters/tools/docs/zh_CN/about.html
2,Baidu:
http://www.baidu.com/search/url_submit.html
3,Yahoo:
http://siteexplorer.search.yahoo.com
4,MSN:
http://api.moreover.com/ping?u=http://your.domainname/sitemap.xml
5,Ask
http://submissions.ask.com/ping?sitemap=http://your.domainname/sitemap.xml

head中:
<head>
<Meta http-equiv="Content-Language" Content="zh-CN">
<Meta http-equiv="Content-Type" Content="text/html; Charset=utf-8">
<title>{尽量能突出关键词}</title>
<Meta name="Keywords" Content="{3到5个逗号分开的关键词}">
<Meta name="Description" Content="{网站描述,尽量突出关键词}">
<link rel="alternate" type="application/rss+xml" title="ROR" href="ror.xml" />
</head>

页面中:
img a标签尽量提供alt
尽量少/不用js,ajax,frame
清除死链接
尽量避免url参数( 可采用apache重写 )
尽量不使用js或元标签的重定向( apache重写实现 )
尽可能少用图形,flash等,偏向keywords的文本要尽可能多

根目录创建robots.txt:
User-agent: *
Disallow: /admin
Disallow: /templates
Disallow: /cache
Sitemap: http://www.yoursite.com/sitemap.xml


加载中,请稍候...
  • 评论加载中,请稍候...

验证码:请点击后输入验证码  收听验证码

发评论

以上网友发言只代表其个人观点,不代表新浪网的观点或立场。

相关博文
读取中...
推荐博文
读取中...