Можно ли запретить заносить страницу в кэш гугла

GO
На сайте с 21.04.2007
Offline
43
603

Итак можно ли это сделать не запрещая индексацию страницы, чтобы например по ссылке гугл не показывал кэш.

И если да, то как?

Сомневаюсь, что это можно сделать, но кто знает =)

WebII Lab (http://webii.ru/) Короткий урл (http://py6.ru/) Обои (http://b000.ru/)
Artisan
На сайте с 04.03.2005
Online
353
#1

Prevent or remove cached pages

Google automatically takes a "snapshot" of each page it crawls and archives it. This "cached" version allows a webpage to be retrieved for your end users if the original page is ever unavailable (due to temporary failure of the page's web server). The cached page appears to users exactly as it looked when Google last crawled it, and we display a message at the top of the page to indicate that it's a cached version. Users can access the cached version by choosing the "Cached" link on the search results page.

To prevent all search engines from showing a "Cached" link for your site, place this tag in the <HEAD> section of your page:

<META NAME="ROBOTS" CONTENT="NOARCHIVE">

To allow other search engines to show a "Cached" link, preventing only Google from displaying one, use the following tag:

<META NAME="GOOGLEBOT" CONTENT="NOARCHIVE">

Note: This tag only removes the "Cached" link for the page. Google will continue to index the page and display a snippet.
www.leak.info / ДАРОМ линки конкурентов и забытых доменов
GO
На сайте с 21.04.2007
Offline
43
#2

Большое спасибо, то что нужно.

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий