Robots.txt: Difference between revisions
Jump to navigation
Jump to search
| Line 20: | Line 20: | ||
== 移除自己的網頁在google上的索引 == | == 移除自己的網頁在google上的索引 == | ||
不希望自己的網站或網頁在google上被搜尋 要求Google移掉連結 | 不希望自己的網站或網頁在google上被搜尋 要求Google移掉連結 | ||
* ?天: 使用[http://services.google.com/urlconsole/controller 自動網址移除系統] | * ?天: 使用[http://services.google.com/urlconsole/controller 自動網址移除系統] | ||
* 3- | * 3-5個工作天內生效,並排除索引至少90天: 使用 [https://www.google.com/webmasters/tools/ Google 網站管理員工具]中的 URL 移除要求工具 ([http://www.google.com.tw/support/webmasters/bin/answer.py?answer=61062&ctx=sibling 說明]) | ||
* | * 6~8週內生效,並暫時排除索引180天: 使用robots.txt等 (說明: [http://www.google.com.tw/support/webmasters/bin/answer.py?answer=59819&topic=8459 如何確定我的內容可以從 Google 索引移除?], [http://www.google.com/intl/zh-TW/remove.html]) | ||
: more on [http://www.google.com.tw/support/webmasters/bin/answer.py?answer=35301 網站管理員說明中心 - 我如何從 Google 的索引中移除內容?] | : more on [http://www.google.com.tw/support/webmasters/bin/answer.py?answer=35301 網站管理員說明中心 - 我如何從 Google 的索引中移除內容?] | ||
Revision as of 20:26, 29 November 2007
Robots.txt for golbal website or specific folders
manual
- A Standard for Robot Exclusion
- Search Indexing Robots and the Robots META Tag - SearchTools.com
- 網站管理員說明中心 - 我不想將要攔截的每個檔案都列出。我可以使用* 和 $ 模式媒合嗎?(EN)
robots.txt validator
sitemap
Sitemap: URL_of_sitemap_file
Google Sitemap Template for MovableType
移除自己的網頁在google上的索引
不希望自己的網站或網頁在google上被搜尋 要求Google移掉連結
- ?天: 使用自動網址移除系統
- 3-5個工作天內生效,並排除索引至少90天: 使用 Google 網站管理員工具中的 URL 移除要求工具 (說明)
- 6~8週內生效,並暫時排除索引180天: 使用robots.txt等 (說明: 如何確定我的內容可以從 Google 索引移除?, [1])
meta tag for single webpage
<meta name="robots" content="noindex,nofollow" />
related: