在打开wordpress页面的html源代码以后,能看到head标签里面有各式各样的link标签,想找到它们的确切作用以及出处,一直没有找到明确的说法,很是郁闷。
下面做个记录先:
PLAIN TEXT
CODE:
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://feeds.feedburner.com/ooso" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://www.ooso.net/index.php/feed/rss" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://www.ooso.net/index.php/feed/atom" />
这个看来是记录的博客RSS 2.0 / RSS 0.92 URL,在firefox中打开能看到地址栏最后面出现Feed图标,据说搜索引擎也会根据这个标签自动去爬行博客的RSS。但是我没找到这个标签的详细说明,仅仅在wikipedia上找到子言片语。
PLAIN TEXT
CODE:
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
地址栏最前面的小图标...大家好像都认识的说
PLAIN TEXT
CODE:
<link rel='archives' title='2007年7月' href='http://www.ooso.net/index.php/archives/date/2007/07' />
........
<link rel='archives' title='2000年1月' href='http://www.ooso.net/index.php/archives/date/2000/01' />
blog的归档url,估计是供Search Engine爬行用的,曾经想把这段东东删掉...嘿嘿。
PLAIN TEXT
CODE:
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.ooso.net/xmlrpc.php?rsd" />
供livewriter之类的离线编辑器使用的?
PLAIN TEXT
CODE:
<link rel="stylesheet" href="http://www.ooso.net/wp-content/plugins/ig_syntax_hilite/css/syntax_hilite_css.css" type="text/css" [...]