| 有些人还在使用meta中添加keywords/description这种上个世纪的SEO方法:我感觉除了浪费用户的带宽外已经没有任何意义。虽然现在html代码中很多的meta信息仍然是给机器看的,对于用户仍然不可见,但目的已经有了一些改变:参考Blog发布系统MovableType的模板,我在自己网站的首页的meta中增加了以下3行:便于FireFox浏览器发现网站的RSS视图。
link rel="alternate" type="application/rss+xml" title="CheDong's Blog + del.icio.us RSS 2.0" href="http://feeds.feedburner.com/blog2"
link rel="alternate" type="application/rss+xml" title="CheDong's Blog RSS 1.0" href="http://www.chedong.com/blog/index.rdf"
link rel="alternate" type="application/rss+xml" title="CheDong's del.icio.us RSS 1.0" href="http://del.icio.us/rss/chedong"
|
| |