#static content, forbid all the pages under the "Admin" folder User-agent: * Disallow: /Admin #行表示注釋; User-agent指搜索引擎,*表示針對所有搜索引擎,也可以指定具體的搜索引擎,如User-agent: googlebot; Disallow指定不允許訪問的目錄或頁面,注意:1. 此文本是大小寫敏感的;2.必須以“/”開頭,表示網站根目錄; 和本系列的宗旨一樣,我們著重談asp.net技術。所以更多的robots.txt文本的注意事項,請查看http://www.googlechinawebmaster.com/2008/03/robotstxt.html