Example Code:
A snippet is a text excerpt that appears below a page's
title in our search results and describes the content
of the page.
To prevent Google from displaying snippets for your page,
place this tag in the <HEAD> section of your page:
<META NAME="GOOGLEBOT" CONTENT="NOSNIPPET">
Note: removing snippets also removes cached pages.
所謂 snippet 是指從傳回的結果頁上摘要文字,
而且所有查詢用語都以粗體顯示。然而,
在您按下搜尋的結果之前,這些重點摘要可以讓
使用者查看所搜尋的字詞在網頁裏出現的內文情況。
大部分人都會先選有合適 snippet 的網頁。
如果您不希望 Google 提供您網站的 snippet,
請使用下面的指令:
<META NAME="GOOGLEBOT" CONTENT="NOSNIPPET"> |