HeavyBoy    
HeavyBoy Web and Photoshop Tips HeavyBoy

 
 
 

  Web Tips - Rare Google Secrets

 
<< Go Back A Page
 

Remove Cached Pages

By default, Google caches pages and displays them, along of each search result. The benefit is that if that web page or site is down, it can still be seen by the cached page. But some business may not want to do this for security reasons, time sensitive information, etc.

To prevent Google and other like-minded search engines from caching your page, put the following code in the header <HEAD></HEAD> of each HTML page your want to block:

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

To prevent only Google, use this line instead:

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

Remove Snippets

When results for your pages are displayed in Google, a few sentence description accompanies the link, to help the user determine the relevance of your web page or site. These brief descriptions are called "snippets" in Google.

To have Google not display snippets, and only display a link for a particular page, put the following code in the header <HEAD></HEAD> of each HTML page you want to remove snippets for:

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

One caveat is that removing snippets also removes the cached page for that particular HTML document.

Remove Individual Pages

An alternative to using a robots.txt file for Google and select other engines, is to use META tags to block certain pages from Google and other search engines.

To block a page from all obeying search engines, put the following code in the header <HEAD></HEAD> of each HTML page you want to remove:

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

To only remove the page from Google, enter the following instead:

<META NAME="GOOGLEBOT" CONTENT="NOINDEX, NOFOLLOW">

This tells the search engine robot(s) to not include that page in their index, but to also ignore any of the links included within the page.

 
 
HeavyBoy
 
 
BounceFish Website Design

BounceFish

 

  HeavyBoy

Designed by BounceFish Atlanta Web Design