Robots.txt: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(add [http://gordon168.tw/?p=202 用Robots.txt來和搜尋機器人打交道 « 高登工作室])
Line 36: Line 36:
* [[Add meta tag to movabletype]]
* [[Add meta tag to movabletype]]
* [http://www.robbin.cc/vb/showthread.php?t=485 如何用.htaccess擋搜尋器 - WordPress歡樂正體中文交流所]
* [http://www.robbin.cc/vb/showthread.php?t=485 如何用.htaccess擋搜尋器 - WordPress歡樂正體中文交流所]
* [http://gordon168.tw/?p=202 用Robots.txt來和搜尋機器人打交道 « 高登工作室]


[[Category:Web_Dev]] [[Category:Google]]
[[Category:Web_Dev]] [[Category:Google]]

Revision as of 20:45, 12 January 2009

Robots.txt for golbal website or specific folders

manual


robots.txt validator

sitemap

Sitemap: URL_of_sitemap_file

Google Sitemap Template for MovableType


移除自己的網頁在google上的索引

不希望自己的網站或網頁在google上被搜尋 要求Google移掉連結

more on 網站管理員說明中心 - 我如何從 Google 的索引中移除內容?

meta tag for single webpage

<meta name="robots" content="noindex,nofollow" />


related: